Finished container on Grinder
This commit is contained in:
parent
72ec08f069
commit
71d4a20d02
2 changed files with 6 additions and 6 deletions
|
@ -21,15 +21,15 @@ public class ContainerGrinder extends TechRebornContainer{
|
|||
this.player = player;
|
||||
|
||||
// input
|
||||
this.addSlotToContainer(new Slot(tileGrinder.inventory, 0, 33, 17));
|
||||
this.addSlotToContainer(new Slot(tileGrinder.inventory, 1, 33, 35));
|
||||
this.addSlotToContainer(new Slot(tileGrinder.inventory, 0, 29, 26));
|
||||
this.addSlotToContainer(new Slot(tileGrinder.inventory, 1, 29, 44));
|
||||
|
||||
|
||||
// outputs
|
||||
this.addSlotToContainer(new Slot(tileGrinder.inventory, 2, 51, 17));
|
||||
this.addSlotToContainer(new Slot(tileGrinder.inventory, 3, 51, 17));
|
||||
this.addSlotToContainer(new Slot(tileGrinder.inventory, 4, 51, 35));
|
||||
this.addSlotToContainer(new Slot(tileGrinder.inventory, 5, 51, 53));
|
||||
this.addSlotToContainer(new Slot(tileGrinder.inventory, 2, 73, 35));
|
||||
this.addSlotToContainer(new Slot(tileGrinder.inventory, 3, 91, 35));
|
||||
this.addSlotToContainer(new Slot(tileGrinder.inventory, 4, 109, 35));
|
||||
this.addSlotToContainer(new Slot(tileGrinder.inventory, 5, 127, 35));
|
||||
|
||||
int i;
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 4.2 KiB |
Loading…
Add table
Reference in a new issue