use of crazypants.enderio.machines.machine.tank.InventorySlot in project EnderIO by SleepyTrousers.
the class ContainerPainter method addMachineSlots.
@Override
protected void addMachineSlots(@Nonnull InventoryPlayer playerInv) {
addSlotToContainer(new InventorySlot(getInv(), 0, 67, 34));
addSlotToContainer(new InventorySlot(getInv(), 1, 38, 34));
addSlotToContainer(new InventorySlot(getInv(), 2, 121, 34));
}
Aggregations