[1.20.1] Crashing issues when viewing the mod Chisels and Bits in EMI. (JEI is installed.)
Gbergz opened this issue ยท 8 comments
What happened:
Client crashes when viewing the mod Chisels and Bits in EMI. (JEI is installed.)
Versions:
MC: 1.20.1
Forge: 47.1.3
Chisels and Bits: 1.4.141
JEI: 15.2.0.27
EMI: 1.0.19
Crash Report:
Crash is reported on Chisels and Bits issue tracker too incase its caused by them:
https://github.com/ChiselsAndBits/Chisels-and-Bits/issues/1143
I believe this is an issue caused by Chisels and Bits not having a fallback in their custom item renderer.
That is the world, I'm talking about the model method which explicitly has a nullable world.
There is no way to do this alternatively.......
The model needs access to the registry to generate all the variants on demand.....
I am not sure why EMI is trying to access block and item models outside of the world being setup?
The only time it'd be accessed is to render it during gameplay after the world is loaded.
It seems like EmiAgnosForge
hard passes null
for the Level, instead of whatever level the MinecraftClient instance may or may not have inside it. This is a potential origin of the conflict: