Chunk Loaders

Chunk Loaders

5M Downloads

[Crash, Fabric] Seeing a Chunk Loader through an Immersive Portal crashes the game

Flexico opened this issue ยท 2 comments

commented

Version Info

  • Minecraft, 1.20.1
  • Chunk Loaders, 1.2.8a Fabric
  • Immersive Portals 3.3.9 Fabric

Are you using OptiFine?: No

Steps to Reproduce
Place a chunk loader,
Set up portals so that you can see the chunk loader from beyond the render distance
Look through portal

Crash report (~/logs/latest.log)
https://pastebin.com/02FNRPq4

I'm posting this both here and on IP's issue log

commented

The crash seems to be caused by TurtleBlockEntityRenderer from Computer Craft. There are no errors which involve Chunk Loaders in the log.

Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraft.class_239.method_17783()" because "hit" is null
at dan200.computercraft.client.render.TurtleBlockEntityRenderer.render(TurtleBlockEntityRenderer.java:58) ~[cc-tweaked-1.20.1-fabric-1.110.0.jar:?]

commented

Ooooohh! That makes sense; when I tested it without the chunk loader, the turtles didn't show because the chunk wasn't loaded. Thanks for checking this.