1
0
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:
Flo 2022-11-17 21:22:29 +01:00
parent fb1ad97767
commit e7a005e48f

View File

@ -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)