ThePython10110 / ExchangeClone

Equivalent Exchange/ProjectE for Minetest Game and MineClone2/Mineclonia
https://github.com/ThePython10110/ExchangeClone/wiki
GNU General Public License v3.0
3 stars 3 forks source link

[Bug] zzzz_exchangeclone_init has compatibility issues with techic_plus(same thing as technic) #25

Open Cookies7aaaaaaa opened 2 weeks ago

Cookies7aaaaaaa commented 2 weeks ago

gave me error: ModError: Runtime error from mod 'technic_chests' in callback on_mods_loaded(): ...in\..\mods\exchangeclone\zzzz_exchangeclone_init/lib.lua:778: attempt to index field 'recipes' (a nil value) stack traceback: ...in\..\mods\exchangeclone\zzzz_exchangeclone_init/lib.lua:778: in function 'register_craft' ...n\..\mods\exchangeclone\zzzz_exchangeclone_init\init.lua:48: in function 'register_craft' ...1-win32\bin\..\mods\technic_plus\technic_chests\init.lua:53: in function <...1-win32\bin\..\mods\technic_plus\technic_chests\init.lua:51> ...\minetest-5.9.1-win32\bin\..\builtin\common\register.lua:26: in function <...\minetest-5.9.1-win32\bin\..\builtin\common\register.lua:12> Check debug.txt for details.

ThePython10110 commented 2 weeks ago

Honestly, I haven't been working on anything Minetest-related for a long time, so it's entirely possible that I'll never fix it.

Does ExchangeClone work without Technic enabled?

My guess is that either a new version of Technic has broken compatibility with ExchangeClone, or Minetest has done something that changes mod loading order...