
[Bug] ...
Zane0116 opened this issue ยท 4 comments
What version of Fusion are you using?
Also what other mods are you using and could you share the entire log?
Fusion is 1.0.5a-forge
latest.log
Seems to be caused by Fusion-1.20.1-6.0.0.3.jar
. That mod uses the same modid as Fusion, the dependency for Rechiseled.
Since Forge sees two files with the same modid, it assumes it is the same mod and only loads the one with the highest version. The version for Fusion-1.20.1-6.0.0.3.jar
is 6.0.0.3 while for my Fusion, it is only 1.0.5a.
Thus, Fusion, the dependency for Rechiseled, does not get loaded.
Sadly, not much I can do about it as both mods happen to have the same modid.