1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-04-15 10:30:21 +02:00

fix spawner chance

This commit is contained in:
tenplus1 2024-02-23 17:12:14 +00:00
parent 822e78fd32
commit b3b89e6dea

View File

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