Fixed Lathe recipe handler

This commit is contained in:
Gig 2015-05-11 23:44:26 +01:00
parent c9c5adf4ab
commit 2ab94e6030
3 changed files with 5 additions and 5 deletions

View file

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