Add map-specific hacks to fix a problem...

pls rewrite the game :c
This commit is contained in:
a-bad-dev 2025-12-24 04:17:15 -04:00
commit 03c49b245c
2 changed files with 4 additions and 4 deletions

View file

@ -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 = ""
}

View file

@ -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 = ""
}