Rendering issue with indium ( i think )
kingbruh16 opened this issue ยท 6 comments
The game crashed whilst unexpected error
latest.log
Error: java.util.concurrent.CompletionException: net.minecraft.class_148: Tessellating block in world - Indium Renderer
Exit Code: -1
I don't think this is an Indium issue; please test without Sodium and Indium. It looks like one of your mods is setting a null BlockState in the world somewhere, or generating blocks that aren't registered properly.
Crash report and latest log: https://gist.github.com/Brittank88/3c0a9061c2357808c1cdfa93d5f66261
I am also having the same issue. It would be cool if we could figure out how to determine which block(state) from which mod is causing the issues here.
Heads up, this might be a result of Fabric Rendering API's SpriteFinderImpl
...basically just giving up entirely: PepperCode1/Continuity#120
Fixed in Indigo (FabricMC/fabric@c0ae659), needs port to Indium; see PepperCode1/Continuity#120 (comment)