mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-04 21:10:04 -04:00
Merge 74fbe3dfd6
into c2307b8816
This commit is contained in:
commit
560ab2db48
1 changed files with 2 additions and 0 deletions
|
@ -198,6 +198,8 @@ minetest.register_abm({
|
||||||
minetest.remove_node(p0)
|
minetest.remove_node(p0)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
--check if fire is permenant or not
|
||||||
|
if minetest.env:get_node(p0).param1 == 1 then return end
|
||||||
-- Make the following things rarer
|
-- Make the following things rarer
|
||||||
if math.random(1, 3) == 1 then
|
if math.random(1, 3) == 1 then
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Reference in a new issue