Increase spawning ratio

master
PilzAdam 2012-09-19 17:22:12 +02:00
parent 817ec5efaf
commit e9c9aea908
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ function mobs:register_spawn(name, nodes, max_light, min_light)
minetest.register_abm({
nodenames = nodes,
neighbors = nodes,
interval = 60,
interval = 30,
chance = 5000,
action = function(pos, node)
pos.y = pos.y+1