mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-16 12:40:25 +02:00
restore table in fake_fire:reload_particles
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user