This commit is contained in:
Bas 2015-09-03 02:12:57 +00:00
commit 560ab2db48

View file

@ -198,6 +198,8 @@ minetest.register_abm({
minetest.remove_node(p0)
return
end
--check if fire is permenant or not
if minetest.env:get_node(p0).param1 == 1 then return end
-- Make the following things rarer
if math.random(1, 3) == 1 then
return