Increase spawning ratio
This commit is contained in:
parent
817ec5efaf
commit
e9c9aea908
2
init.lua
2
init.lua
@ -356,7 +356,7 @@ function mobs:register_spawn(name, nodes, max_light, min_light)
|
|||||||
minetest.register_abm({
|
minetest.register_abm({
|
||||||
nodenames = nodes,
|
nodenames = nodes,
|
||||||
neighbors = nodes,
|
neighbors = nodes,
|
||||||
interval = 60,
|
interval = 30,
|
||||||
chance = 5000,
|
chance = 5000,
|
||||||
action = function(pos, node)
|
action = function(pos, node)
|
||||||
pos.y = pos.y+1
|
pos.y = pos.y+1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user