Cyclops Core

Cyclops Core

93M Downloads

Remove sidedInventoryHandlers?

josephcsible opened this issue ยท 1 comments

commented

protected final EnumFacingMap<IItemHandler> sidedInventoryHandlers;
private int inventoryHash;
public InventoryTileEntityBase() {
this.sidedInventoryHandlers = EnumFacingMap.newMap();

There seems to be no code in any repository in the CyclopsMC organization that uses sidedInventoryHandlers for anything. Lines 30 and 34 above seem to be the only places it occurs at all. Any reason to not just remove it?

commented

Hmm, indeed, it looks like that can be removed. Probably some leftover code from a refactor at some point.