You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only rendering the chunks that don't have littletiles block. No any unusual in log, but always send the following exception extremely quickly on console:
java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.BlockAndTintGetter.m_8055_(net.minecraft.core.BlockPos)" because "this.level" is null
at TRANSFORMER/[email protected]+mc1.20.1/org.embeddedt.embeddium.render.chunk.light.ForgeLightPipeline.computeLightData(ForgeLightPipeline.java:54)
at TRANSFORMER/[email protected]+mc1.20.1/org.embeddedt.embeddium.render.chunk.light.ForgeLightPipeline.calculate(ForgeLightPipeline.java:75)
at TRANSFORMER/[email protected]/team.creative.littletiles.client.mod.rubidium.pipeline.LittleRenderPipelineRubidium.buildCache(LittleRenderPipelineRubidium.java:184)
at TRANSFORMER/[email protected]/team.creative.littletiles.client.render.cache.build.RenderingThread.run(RenderingThread.java:233)
The text was updated successfully, but these errors were encountered:
Only rendering the chunks that don't have littletiles block. No any unusual in log, but always send the following exception extremely quickly on console:
The text was updated successfully, but these errors were encountered: