Closed Ganome closed 4 years ago
mod "moreores" has unsatisfied dependencies: "farming"
This means that moreores can't be the reason. Try removing all the mods from you mods folder that are already included in minetest_game (eg. farming).
on my side I noticed that it is the combination farmingRedo + MoreOres + Toolsranks that makes the mods do not load.
I see. Moreores optionally depends on farming which optionally depends on toolranks which optionally depends on moreores. https://github.com/minetest-mods/moreores/blob/master/depends.txt https://notabug.org/TenPlus1/farming/src/master/depends.txt https://github.com/lisacvuk/minetest-toolranks/blob/master/depends.txt
I'm having the same issue after upgrading beyond: https://github.com/minetest-mods/moreores/commit/4db884e00cf87f734146a098732b70a1f51934a3
Any news on where to break-up the dependency-loop?
EDIT: nevermind, switching to @tenplus1 's toolranks seems to solve the problem (https://notabug.org/TenPlus1/toolranks)
if i disable the moreores mod; everything boots