
Crash: Null Pointer Exception in TubeTileEntity
Vaelzan opened this issue ยท 1 comments
In the 'getCapability' function, 'side' is nullable, but the function body doesn't perform a null check, leading to a crash if getCapability is called without the 'side' parameter being present and 'cap' is ITEM_HANDLER_CAPABILITY.