Closed Deltian1989 closed 1 year ago
Thanks for the report!
I need some more information to solve this issue, please paste your full fml-client-latest.log
or latest.log
to https://gist.github.com and link it here.
It looks like something is going very wrong with FML and the classloader before JEI is even running:
[11:51:15] [Client thread/INFO] [FML]: Forge Mod Loader has identified 6 mods to load
[11:51:15] [Client thread/WARN] [FML]: ****************************************
[11:51:15] [Client thread/WARN] [FML]: * The API JustEnoughItemsAPI from source C:\Users\doria\.gradle\caches\forge_gradle\deobf_dependencies\mezz\jei\jei_1.12.2\4.16.1.302_mapped_snapshot_20171003-1.12\jei_1.12.2-4.16.1.302_mapped_snapshot_20171003-1.12-api.jar is loaded from an incompatible classloader. THIS WILL NOT WORK!
I am not really sure how this is happening.
I don't think the minecraft dependency is supposed to use fg.deobf
like this:
minecraft fg.deobf('net.minecraftforge:forge:1.12.2-14.23.5.2859')
It should just be something like
minecraft 'net.minecraftforge:forge:1.12.2-14.23.5.2859'
maybe that is the issue?
This has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions.
This has been automatically closed because it has not had recent activity. Please feel free to update or reopen it.
Hello
I've added JEI support to my own mod for Minecraft 1.12.2 in MinecraftForge 14.23.5.2859 version. The following exception is thrown at the end of the Minecraft construction:
The build.gradle file looks like this: