renamed the LBM in case it got run at the wrong time

between mod updates; forces it to run again
(it's harmless to let it run twice)
This commit is contained in:
Vanessa Dannenberg 2021-06-23 10:09:58 -04:00
parent b3cbd3df2e
commit 3f107a8067

View File

@ -410,7 +410,7 @@ local fdirtowall = {
} }
minetest.register_lbm({ minetest.register_lbm({
name = "trunks:convert_moss_wallmounted", name = "trunks:convert_moss_wallmounted_2",
label = "Convert moss to wallmounted mode", label = "Convert moss to wallmounted mode",
run_at_every_load = false, run_at_every_load = false,
nodenames = {"trunks:moss", "trunks:moss_fungus"}, nodenames = {"trunks:moss", "trunks:moss_fungus"},