Fixed/Updated GUIs

This commit is contained in:
Tntrololol 2015-05-10 15:39:19 -05:00
parent 9ffce3b355
commit 792ab032ba
37 changed files with 73 additions and 61 deletions

View file

@ -27,8 +27,8 @@ public class ContainerAlloySmelter extends TechRebornContainer {
this.player = player;
// input
this.addSlotToContainer(new Slot(tileAlloysmelter.inventory, 0, 56, 25));
this.addSlotToContainer(new Slot(tileAlloysmelter.inventory, 1, 56, 43));
this.addSlotToContainer(new Slot(tileAlloysmelter.inventory, 0, 47, 17));
this.addSlotToContainer(new Slot(tileAlloysmelter.inventory, 1, 65, 17));
// outputs
this.addSlotToContainer(new SlotOutput(tileAlloysmelter.inventory, 2,
116, 35));

View file

@ -26,11 +26,11 @@ public class ContainerBlastFurnace extends TechRebornContainer {
this.player = player;
// input
this.addSlotToContainer(new Slot(tileblastfurnace.inventory, 0, 56, 25));//Input 1
this.addSlotToContainer(new Slot(tileblastfurnace.inventory, 1, 56, 43));//Input 2
this.addSlotToContainer(new Slot(tileblastfurnace.inventory, 0, 40, 25));//Input 1
this.addSlotToContainer(new Slot(tileblastfurnace.inventory, 1, 40, 43));//Input 2
// outputs
this.addSlotToContainer(new SlotOutput(tileblastfurnace.inventory, 2, 116, 35));//Output 1
this.addSlotToContainer(new SlotOutput(tileblastfurnace.inventory, 3, 116, 53));//Output 2
this.addSlotToContainer(new SlotOutput(tileblastfurnace.inventory, 2, 100, 35));//Output 1
this.addSlotToContainer(new SlotOutput(tileblastfurnace.inventory, 3, 118, 35));//Output 2
int i;

View file

@ -21,15 +21,15 @@ public class ContainerGrinder extends TechRebornContainer{
this.player = player;
// input
this.addSlotToContainer(new Slot(tileGrinder.inventory, 0, 29, 26));
this.addSlotToContainer(new Slot(tileGrinder.inventory, 1, 29, 44));
this.addSlotToContainer(new Slot(tileGrinder.inventory, 0, 32, 26));
this.addSlotToContainer(new Slot(tileGrinder.inventory, 1, 32, 44));
// outputs
this.addSlotToContainer(new SlotOutput(tileGrinder.inventory, 2, 73, 35));
this.addSlotToContainer(new SlotOutput(tileGrinder.inventory, 3, 91, 35));
this.addSlotToContainer(new SlotOutput(tileGrinder.inventory, 4, 109, 35));
this.addSlotToContainer(new SlotOutput(tileGrinder.inventory, 5, 127, 35));
this.addSlotToContainer(new SlotOutput(tileGrinder.inventory, 2, 77, 35));
this.addSlotToContainer(new SlotOutput(tileGrinder.inventory, 3, 95, 35));
this.addSlotToContainer(new SlotOutput(tileGrinder.inventory, 4, 113, 35));
this.addSlotToContainer(new SlotOutput(tileGrinder.inventory, 5, 131, 35));
int i;

View file

@ -23,11 +23,11 @@ public class ContainerImplosionCompressor extends TechRebornContainer{
this.player = player;
// input
this.addSlotToContainer(new Slot(tilecompressor.inventory, 0, 34, 16));
this.addSlotToContainer(new Slot(tilecompressor.inventory, 1, 34, 34));
this.addSlotToContainer(new Slot(tilecompressor.inventory, 0, 37, 26));
this.addSlotToContainer(new Slot(tilecompressor.inventory, 1, 37, 44));
// outputs
this.addSlotToContainer(new SlotOutput(tilecompressor.inventory, 2, 86, 25));
this.addSlotToContainer(new SlotOutput(tilecompressor.inventory, 3, 104, 25));
this.addSlotToContainer(new SlotOutput(tilecompressor.inventory, 2, 93, 35));
this.addSlotToContainer(new SlotOutput(tilecompressor.inventory, 3, 111, 35));
int i;