Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. /c for key, surface in pairs(game.surfaces) do
  2. for chunk in surface.get_chunks() do
  3. surface.destroy_decoratives({{chunk.x * 32, chunk.y * 32}, {chunk.x * 32 + 32, chunk.y * 32 + 32}})
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement