Fix debug code
This commit is contained in:
parent
3c82edec83
commit
81463c6716
@ -77,7 +77,7 @@ minetest.register_abm({
|
||||
label = "Activate enemy dungeon spawners",
|
||||
name = "spawners:activate_overworld_spawners",
|
||||
nodenames = {"group:overworld_spawner"},
|
||||
interval = 1, -- Run every minute
|
||||
interval = 60, -- Run every minute
|
||||
chance = 1,
|
||||
catch_up = false,
|
||||
action = function(pos, node)
|
||||
|
Loading…
x
Reference in New Issue
Block a user