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({
nodenames = {"default:dirt_with_grass","default:stone"},
neighbors = {"air"},
interval = 30,
chance = 9000,
interval = 15,
chance = 4500,
action = function(pos, node, _, active_object_count_wider)
if active_object_count_wider > 5 then
return