Skip to content

Commit

Permalink
Increase spawning ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
PilzAdam committed Sep 19, 2012
1 parent 817ec5e commit e9c9aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Expand Up @@ -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
Expand Down

0 comments on commit e9c9aea

Please sign in to comment.