1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-25 18:20:36 +01:00

More pumpboom more often

This commit is contained in:
Ombridride 2015-10-08 22:19:45 +02:00
parent 9b6fcd1bb9
commit 2f1f9b6817

View File

@ -137,8 +137,8 @@ minetest.register_abm({
minetest.register_abm({ minetest.register_abm({
nodenames = {"mobs:pumpboom_spawner"}, nodenames = {"mobs:pumpboom_spawner"},
interval = 30.0, interval = 10.0,
chance = 8, chance = 4,
action = function(pos, node, active_object_count, active_object_count_wider) action = function(pos, node, active_object_count, active_object_count_wider)
pos.y = pos.y + 1 pos.y = pos.y + 1
minetest.add_entity(pos, "mobs:pumpboom") minetest.add_entity(pos, "mobs:pumpboom")