Posted 13 November 2012 - 05:49 PM
A counting mechanism for Chest or Inventorys would be really cool you could handle it as Periphiral.
Buildcraft can as far as i know determine which inventory comes from which side so could the function
Other functions:
I could imagine some really great things with this.
Buildcraft can as far as i know determine which inventory comes from which side so could the function
The targetblock is the Block which is asked and the side of the Inventory the theoretically input from a Pipe. SlotId is i think self declaring :P/>/>chest.getInventorySlot(sideTargetBlock,sideInventory,slotId);
Other functions:
chest.maxSlots(sideTargetBlock,sideInventory);
chest.usedSlots(sideTargetBlock,sideInventory);
chest.emtpySlots(sideTargetBlock,sideInventory);
I could imagine some really great things with this.