Fixed Lathe recipe handler
This commit is contained in:
parent
c9c5adf4ab
commit
2ab94e6030
3 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue