Fix weak wall torches not burning out
This commit is contained in:
parent
db8109d74e
commit
75bfb16cdb
@ -428,7 +428,7 @@ minetest.register_abm( -- papyrus grows
|
|||||||
minetest.register_abm( -- weak torchs burn out and die after ~3 minutes
|
minetest.register_abm( -- weak torchs burn out and die after ~3 minutes
|
||||||
{
|
{
|
||||||
label = "Burning out weak torches",
|
label = "Burning out weak torches",
|
||||||
nodenames = {"default:torch_weak"},
|
nodenames = {"default:torch_weak", "default:torch_weak_wall"},
|
||||||
interval = 3,
|
interval = 3,
|
||||||
chance = 60,
|
chance = 60,
|
||||||
action = function(pos, node)
|
action = function(pos, node)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user