Finish plate cutting machine

This commit is contained in:
Gig 2015-05-11 23:50:49 +01:00
parent 2ab94e6030
commit f84d9edc06
5 changed files with 56 additions and 5 deletions

View file

@ -31,9 +31,9 @@ public class ContainerPlateCuttingMachine extends TechRebornContainer {
// input
this.addSlotToContainer(new Slot(tileplatecuttingmachine.inventory, 0, 56, 17));
// outputs
this.addSlotToContainer(new SlotOutput(tileplatecuttingmachine.inventory, 2, 116, 35));
this.addSlotToContainer(new SlotOutput(tileplatecuttingmachine.inventory, 1, 116, 35));
// power
this.addSlotToContainer(new Slot(tileplatecuttingmachine.inventory, 1, 56, 53));
this.addSlotToContainer(new Slot(tileplatecuttingmachine.inventory, 2, 56, 53));
int i;