Guest User

Untitled

a guest
Sep 2nd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 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
Add Comment
Please, Sign In to add comment