Essentials

Essentials

4M Downloads

Missing Null check on sided inventory caps

baileyholl opened this issue ยท 0 comments

commented

Hello,
Several of the tiles are not accounting for null directions in caps. This parameter is marked nullable in CapabilityProvider. Because of this, mods that do not care about the direction of the inventory will cause the block to throw an exception.

One example is here:

if(cap == CapabilityItemHandler.ITEM_HANDLER_CAPABILITY && side.getAxis() == getAxis()){