mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-14 06:10:38 +01:00
restore table in fake_fire:reload_particles
This commit is contained in:
parent
fb1ad97767
commit
e7a005e48f
|
@ -329,7 +329,7 @@ minetest.register_alias("fake_fire:flint", "fake_fire:flint_and_steel")
|
|||
minetest.register_lbm({
|
||||
name = "fake_fire:reload_particles",
|
||||
label = "restart fire particles on reload",
|
||||
nodenames = "fake_fire:fancy_fire",
|
||||
nodenames = { "fake_fire:fancy_fire" },
|
||||
run_at_every_load = true,
|
||||
action = function(pos, node)
|
||||
fire_particles_off(pos)
|
||||
|
|
Loading…
Reference in New Issue
Block a user