Unknown blocks on 5.4.0 upgrade #34
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When you register unknown blocks in homedecor modpack in kitchen_cabinet blocks, fix is very simple:
Edit:
mods/homedecor_modpack/homedecor_kitchen/init.lua
Find the lines:
minetest.register_lbm({
name = ":homedecor:convert_kitchen_cabinets",
and simply change run_at_every_load to true.
Maybe this fix can work on other mods too, variable run_at_every_load is in many mods.