creeper: Reduce spawning values.

master
AntumDeluge 2016-08-05 19:35:45 -07:00
parent 6dccffa5c5
commit 605d2e59fa
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
minetest.register_abm({ minetest.register_abm({
nodenames = {"default:dirt_with_grass","default:stone"}, nodenames = {"default:dirt_with_grass","default:stone"},
neighbors = {"air"}, neighbors = {"air"},
interval = 30, interval = 15,
chance = 9000, chance = 4500,
action = function(pos, node, _, active_object_count_wider) action = function(pos, node, _, active_object_count_wider)
if active_object_count_wider > 5 then if active_object_count_wider > 5 then
return return