mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-02 20: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)
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue