add higher chance of spawning since there regulated amount of spawned mobs now
This commit is contained in:
parent
f93f266fff
commit
06aeadaa8d
@ -241,7 +241,7 @@ function spawners_mobs.create(mob_name, mod_prefix, size, offset, mesh, texture,
|
|||||||
},
|
},
|
||||||
neighbors = {"air"},
|
neighbors = {"air"},
|
||||||
interval = 10,
|
interval = 10,
|
||||||
chance = 20,
|
chance = 10,
|
||||||
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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user