Jump to content

StarsPath

Members
  • Posts

    3
  • Joined

  • Last visited

StarsPath's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Yes, that fixed the problem. Thank you so much. Here are the changes incase anyone curious:
  2. I was trying to create a custom container. Although there was a NullPointerException, I was still able to play the game and have access to the container and containerScreen, no crashes. Specifically, IDE is pointing to the PacketBuffer data in the ContainerRegistry where it says IForgeContainerType.create(((windowId, inv, data) -> { ... data.readBlockPos(); // Error: data is null?? Anyone know what is the cause of this and how can I fix this? Forge Version: forge:1.16.5-36.2.20 Here is the Error: ModContainerRegistry: The use method in ModBlock that opens the gui: The Container itself:
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.