[Bug]: Crash on startup with JEI ≥10
unilock opened this issue · 3 comments
Minecraft version
1.18
Forge version
40.2.0
FramedBlocks version
5.11.0
Describe the bug
The game crashes during setup with FramedBlocks and the latest version of JEI installed.
How to reproduce the bug
- Install JEI 10.2.1.1002 (latest version).
- Install FramedBlocks 5.11.0.
- Start the game.
- Crash.
Expected behavior
The game is able to load and reach the title screen successfully.
Additional details
This does not occur with 5.10.0 - which makes sense, as that version didn't declare any sort of dependency on JEI.
This is probably the change causing the issue:
1acc298#diff-3bc2a2f6cb6e625914eaf245e536e39108fbc2a24acd076bd6bbc2a60f56c214
Crash log
FramedBlocks 5.11.0 requires JEI 9 for the time being. That decision was made based on the fact that ATM7 uses JEI 9 and is one of the largest packs this mod is included in.
I'm looking into the viability of a workaround for this issue but I can't promise anything yet.