From 605d2e59fa91a0dc018d681d49c1ec82309a79ff Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Fri, 5 Aug 2016 19:35:45 -0700 Subject: [PATCH] creeper: Reduce spawning values. --- mods/hostils/creeper/spawn.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/hostils/creeper/spawn.lua b/mods/hostils/creeper/spawn.lua index 1e66db93..07c5f140 100644 --- a/mods/hostils/creeper/spawn.lua +++ b/mods/hostils/creeper/spawn.lua @@ -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