mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-04-14 02:00:22 +02:00
fix spawner chance
This commit is contained in:
parent
822e78fd32
commit
b3b89e6dea
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user