SidedInvWrapper used when facing parameter is null
SquidDev opened this issue ยท 1 comments
See ForestryMC/ForestryMC#1542 for a similar instance of this.
InventoryTile
constructs a SidedInvWrapper
when requesting an IItemHandler
instance. However, when the facing argument is null, a SidedInvWrapper
is still constructed, which can cause issues when trying to use it - instead an InvWraper
should be returned.