Andrey2470T / multidecor

Adds a huge amount of detailed furniture components, decorations and exterior stuff with various designs and styles of each epoch.
MIT License
7 stars 5 forks source link

Dependency issue on some clients #11

Open tenplus1 opened 4 months ago

tenplus1 commented 4 months ago

Some clients are getting the following error:

ModError: Failed to load and run script from C:\minetest\bin\..\mods\multidecor\craft_ingredients\init.lua:
...netest\bin\..\mods\multidecor\craft_ingredients\init.lua:20: attempt to index global 'multidecor' (a nil value)
stack traceback:
...netest\bin\..\mods\multidecor\craft_ingredients\init.lua:20: in main chunk

By adding decor_api to the depends line in the mod.conf files of the other mods, it makes sure it will load first stopping the error.