quick and hacky way to automatically start matches

This commit is contained in:
a-bad-dev 2026-01-03 20:18:39 -04:00
commit bb6bc192e9
3 changed files with 54 additions and 33 deletions

View file

@ -15,7 +15,7 @@ local map_data = {
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 = ""
on_end = "automatic_start[2] = false"
}
}