[Bug] REI pretends to be JEI and causes mods toml optional dependency to fail
someaddons opened this issue ยท 0 comments
Describe the bug
REI fails loading with minecolonies due to an optional JEI dependency, stating that the JEI version does not match despite only REI beeing installed.
Minecolonies dependency:
https://github.com/ldtteam/minecolonies/blob/version/1.17.1/src/main/resources/META-INF/mods.toml#L62
It loads fine without jei, or jei with the correct version. But it fails with REI stating the JEI version does not match.
Steps to Reproduce
Steps to reproduce the behavior:
Load latest minecolonies with latest REI.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information with the version):
- Minecraft: [e.g. 1.14] 1.17.1
- Mod Loader: [e.g. forge, fabric] forge
Logs
Pastebin the log [e.g. logs/latest.log
] and link it below:
https://gist.github.com/someaddons/dce33ba900cf98afe05fc44975fb8a12
Additional context
Add any other context about the problem here.