
[1.21.1-Neo] FastSuite with EMI+TMRV causes seed recipes from Mystical Agriculture (perhaps more) to not show unless using /reload.
Gbergz opened this issue ยท 4 comments
Info:
FastSuite when installed together EMI + TMRV causes seed recipes from Mystical Agriculture (perhaps more) to not show on first world load.
They only show AFTER using /reload in-game.
This might impact other mods aswell, but this is the first mod I've found affected by this specifically.
- (TMRV is a JEI plugins compatibility layer mod for EMI.)
Mods used when testing and reproducing issue:
EMI: 1.1.20
TMRV: 0.3.3
FastSuite: 6.0.2
Mystical Agriculture: 8.0.13
Mystical Agradditions: 8.0.13
Cucumber Library: 8.0.10 (required dependency.)
Placebo: 9.7.1 (required dependency.)
LOGS with FastSuite:
https://mclo.gs/O0lRpXJ
LOGS without FastSuite:
https://mclo.gs/1JKJRIR
- Gbergz
Actually, looking more closely at it, this is Cucumber messing with recipes in the most brittle way imaginable:
https://github.com/BlakeBr0/Cucumber/blob/1.2!/src/main/java/com/blakebr0/cucumber/helper/RecipeHelper.java
Honestly that entire class should be deleted on their end. It's a terrible bundle of hacks that relies on pinning the RecipeManager to global state.
Hm, alright. Seems a near identical issue is already reported here: BlakeBr0/Cucumber#50