Added paramat's latest abm timings

This commit is contained in:
TenPlus1 2016-03-20 21:19:11 +00:00
parent 1f75c267f6
commit 41f555a60c

View File

@ -249,7 +249,7 @@ else
nodenames = {"group:flammable"},
neighbors = {"group:igniter"},
interval = 7,
chance = 16,
chance = 12,
catch_up = false,
action = function(p0, node, _, _)
-- If there is water or stuff like that around node, don't ignite
@ -268,7 +268,7 @@ else
minetest.register_abm({
nodenames = {"fire:basic_flame"},
interval = 5,
chance = 16,
chance = 6,
catch_up = false,
action = function(p0, node, _, _)
-- If there are no flammable nodes around flame, remove flame