Unknown blocks on 5.4.0 upgrade #34

Closed
opened 2021-04-10 14:07:11 +02:00 by milan · 0 comments
Owner

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.

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.
milan closed this issue 2021-04-10 14:07:15 +02:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: milan/minetest-mm#34
No description provided.