diff --git a/mods/game/maps/maps/forest-2/map.lua b/mods/game/maps/maps/forest-2/map.lua index d7fa691..6022078 100644 --- a/mods/game/maps/maps/forest-2/map.lua +++ b/mods/game/maps/maps/forest-2/map.lua @@ -12,8 +12,8 @@ local map_data = { start_time = 45, - scripts = { - on_start = "", + scripts = { -- "temporary" hack to ensure there's nothing on top of the map + on_start = "for x=0, 188 do\nfor y=0, 4 do\nfor z=0, 101 do\ncore.set_node({x=x,y=71+y,z=z}, {name=\"air\"})\nend\nend\nend", on_barrier_remove = "", on_end = "" } diff --git a/mods/game/maps/maps/forest/map.lua b/mods/game/maps/maps/forest/map.lua index 72e7a27..66cff30 100644 --- a/mods/game/maps/maps/forest/map.lua +++ b/mods/game/maps/maps/forest/map.lua @@ -12,8 +12,8 @@ local map_data = { start_time = 30, - scripts = { - on_start = "", + scripts = { -- "temporary" hack to ensure there's nothing on top of the map + on_start = "for x=0, 154 do\nfor y=0, 16 do\nfor z=0, 146 do\ncore.set_node({x=x,y=53+y,z=z}, {name=\"air\"})\nend\nend\nend", on_barrier_remove = "", on_end = "" }