fix spawner chance

This commit is contained in:
tenplus1 2024-02-23 17:12:14 +00:00
parent 822e78fd32
commit b3b89e6dea
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ minetest.register_abm({
label = "Mob spawner node",
nodenames = {"mobs:spawner"},
interval = 10,
chance = 1,--4,
chance = 4,
catch_up = false,
action = function(pos, node, active_object_count, active_object_count_wider)