Error on startup
festro opened this issue · 6 comments
Prerequisites
- I am running the latest version
- I have made sure there is no duplicate issue
Details
- MC Version: 1.20.1
- Mod Version: 7.2.4
Description
Stops loading on startup giving an error
Expected behavior
A clear and concise description of what you expected to happen.
the game to load and not give an error?
To Reproduce
Steps to reproduce the behavior:
- Do This
- Do That
- Then This
Logs
-
latest.log
latest.log -
crash-*.log (if applicable)
crash-2024-09-19_02.15.11-fml.txt
The error I receieve
ProjectE Integration (projecteintegration) encountered an error during the common_setup event phase
java.lang.ClassCastException: class com.tagnumelite.projecteintegration.addons.IceAndFireAddon$IAFDragonForgeMapper
That's what I figured, disabling either of the mods and the game runs fine.
If you just go back to version 7.2.2 seems to work just fine till they fix the issue
Cause I'm having the exact same issue on my modpack too.
Found the issue, I forgot to change the @CustomRecipeMapper to @RecipeTypeMapper because IaF moved to RecipeTypes. Will push the fix now.