Indium

Indium

26M Downloads

Rendering issue with indium ( i think )

kingbruh16 opened this issue ยท 6 comments

commented

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

commented

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.

commented

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.

commented

Heads up, this might be a result of Fabric Rendering API's SpriteFinderImpl...basically just giving up entirely: PepperCode1/Continuity#120

commented

Fixed in Indigo (FabricMC/fabric@c0ae659), needs port to Indium; see PepperCode1/Continuity#120 (comment)

commented

Oh huh, I never realised this was a fix in the rendering API, not Indigo. I've increased the rendering API dependency version for other reasons anyway; this should be fixed with the Fabric API update.