mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
Fix minor typo
This commit is contained in:
parent
ce0b31123b
commit
c7627f0517
@ -539,7 +539,7 @@ minetest.register_lbm({
|
||||
|
||||
-- Legacy
|
||||
minetest.register_lbm({
|
||||
label = "Update furnace formspecs (0.60.0",
|
||||
label = "Update furnace formspecs (0.60.0)",
|
||||
name = "mcl_furnaces:update_formspecs_0_60_0",
|
||||
-- Only update inactive furnaces because active ones should update themselves
|
||||
nodenames = { "mcl_furnaces:furnace" },
|
||||
|
Loading…
Reference in New Issue
Block a user