Updated JEI button location.

This commit is contained in:
drcrazy 2018-12-04 18:12:05 +03:00
parent f91493dbc5
commit 7c1daf83e0
26 changed files with 50 additions and 50 deletions

View file

@ -50,7 +50,7 @@ public class GuiAlloySmelter extends GuiBase {
this.drawSlot(126, 47, layer);
this.drawOutputSlot(80, 47, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -52,7 +52,7 @@ public class GuiAssemblingMachine extends GuiBase {
this.drawOutputSlot(101, 45, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -73,7 +73,7 @@ public class GuiBlastFurnace extends GuiBase {
this.drawSlot(50, 47, layer);
this.drawOutputSlotBar(92, 36, 2, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -53,7 +53,7 @@ public class GuiCentrifuge extends GuiBase {
this.drawSlot(120, 44, layer);
this.drawSlot(101, 63, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -49,7 +49,7 @@ public class GuiChemicalReactor extends GuiBase {
this.drawSlot(126, 47, layer);
this.drawOutputSlot(80, 47, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -48,7 +48,7 @@ public class GuiCompressor extends GuiBase {
this.drawSlot(55, 45, layer);
this.drawOutputSlot(101, 45, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -47,7 +47,7 @@ public class GuiDieselGenerator extends GuiBase {
final GuiBase.Layer layer = GuiBase.Layer.BACKGROUND;
drawSlot(25, 35, layer);
drawSlot(25, 55, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}

View file

@ -72,7 +72,7 @@ public class GuiDistillationTower extends GuiBase {
// Four output slots
this.drawOutputSlotBar(78, 36, 4, layer);
// JEI Button
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -48,7 +48,7 @@ public class GuiElectricFurnace extends GuiBase {
drawSlot(55, 45, layer);
drawOutputSlot(101, 45, layer);
builder.drawJEIButton(this, 150, 4, layer);
builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -48,7 +48,7 @@ public class GuiExtractor extends GuiBase {
this.drawSlot(55, 45, layer);
this.drawOutputSlot(101, 45, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -89,7 +89,7 @@ public class GuiFluidReplicator extends GuiBase {
// Liquid output slot
drawSlot(124, 55, layer);
// JEI button
builder.drawJEIButton(this, 150, 4, layer);
builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -72,7 +72,7 @@ public class GuiFusionReactor extends GuiBase {
this.drawSlot(126, 47, layer);
this.drawOutputSlot(80, 47, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}

View file

@ -44,7 +44,7 @@ public class GuiGasTurbine extends GuiBase {
final GuiBase.Layer layer = GuiBase.Layer.BACKGROUND;
drawSlot(25, 35, layer);
drawSlot(25, 55, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}

View file

@ -46,7 +46,7 @@ public class GuiGenerator extends GuiBase {
this.drawSlot(80, 54, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -48,7 +48,7 @@ public class GuiGrinder extends GuiBase {
this.drawSlot(55, 45, layer);
this.drawOutputSlot(101, 45, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -75,7 +75,7 @@ public class GuiImplosionCompressor extends GuiBase {
builder.drawHologramButton(this, 6, 4, mouseX, mouseY, layer);
}
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -50,7 +50,7 @@ public class GuiIndustrialElectrolyzer extends GuiBase {
this.drawSlot(81, 72, layer);
//Output slots
this.drawOutputSlotBar(50, 23, 4, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -77,7 +77,7 @@ public class GuiIndustrialGrinder extends GuiBase {
this.drawSlot(126, 54, layer);
this.drawSlot(126, 72, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -76,7 +76,7 @@ public class GuiIndustrialSawmill extends GuiBase {
this.drawSlot(126, 43, layer);
this.drawSlot(126, 61, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -56,7 +56,7 @@ public class GuiPlasmaGenerator extends GuiBase {
final GuiBase.Layer layer = GuiBase.Layer.BACKGROUND;
drawSlot(25, 35, layer);
drawSlot(25, 55, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}

View file

@ -55,7 +55,7 @@ public class GuiRollingMachine extends GuiBase {
this.drawSlot(8, 70, layer);
this.drawOutputSlot(124, gridYPos + 18, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
this.builder.drawLockButton(this, 130, 4, mouseX, mouseY, layer,rollingMachine.locked);
}

View file

@ -50,7 +50,7 @@ public class GuiScrapboxinator extends GuiBase {
// Output slot
this.drawOutputSlot(101, 45, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -44,7 +44,7 @@ public class GuiSemifluidGenerator extends GuiBase {
final GuiBase.Layer layer = GuiBase.Layer.BACKGROUND;
drawSlot(25, 35, layer);
drawSlot(25, 55, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}

View file

@ -44,7 +44,7 @@ public class GuiThermalGenerator extends GuiBase {
final GuiBase.Layer layer = GuiBase.Layer.BACKGROUND;
drawSlot(25, 35, layer);
drawSlot(25, 55, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}

View file

@ -69,7 +69,7 @@ public class GuiVacuumFreezer extends GuiBase {
// Output slot
this.drawOutputSlot(101, 45, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}
@Override

View file

@ -321,31 +321,31 @@ public class TechRebornJeiPlugin implements IModPlugin {
}
//NEW ONES
addRecipeClickArea(GuiCentrifuge.class, 150, 4, 20, 12, RecipeCategoryUids.CENTRIFUGE);
addRecipeClickArea(GuiElectricFurnace.class, 150, 4, 20, 12, VanillaRecipeCategoryUid.SMELTING);
addRecipeClickArea(GuiGenerator.class, 150, 4, 20, 12, VanillaRecipeCategoryUid.FUEL);
addRecipeClickArea(GuiExtractor.class, 150, 4, 20, 12, RecipeCategoryUids.EXTRACTOR);
addRecipeClickArea(GuiCompressor.class, 150, 4, 20, 12, RecipeCategoryUids.COMPRESSOR);
addRecipeClickArea(GuiGrinder.class, 150, 4, 20, 12, RecipeCategoryUids.GRINDER);
addRecipeClickArea(GuiVacuumFreezer.class, 150, 4, 20, 12, RecipeCategoryUids.VACUUM_FREEZER);
addRecipeClickArea(GuiBlastFurnace.class, 150, 4, 20, 12, RecipeCategoryUids.BLAST_FURNACE);
addRecipeClickArea(GuiChemicalReactor.class, 150, 4, 20, 12, RecipeCategoryUids.CHEMICAL_REACTOR);
addRecipeClickArea(GuiImplosionCompressor.class, 150, 4, 20, 12, RecipeCategoryUids.IMPLOSION_COMPRESSOR);
addRecipeClickArea(GuiIndustrialGrinder.class, 150, 4, 20, 12, RecipeCategoryUids.INDUSTRIAL_GRINDER);
addRecipeClickArea(GuiIndustrialSawmill.class, 150, 4, 20, 15, RecipeCategoryUids.INDUSTRIAL_SAWMILL);
addRecipeClickArea(GuiIndustrialElectrolyzer.class, 150, 4, 20, 12, RecipeCategoryUids.INDUSTRIAL_ELECTROLYZER);
addRecipeClickArea(GuiSemifluidGenerator.class, 150, 4, 18, 18, EFluidGenerator.SEMIFLUID.getRecipeID());
addRecipeClickArea(GuiDieselGenerator.class, 150, 4, 18, 18, EFluidGenerator.DIESEL.getRecipeID());
addRecipeClickArea(GuiGasTurbine.class, 150, 4, 18, 18, EFluidGenerator.GAS.getRecipeID());
addRecipeClickArea(GuiThermalGenerator.class, 150, 4, 18, 18, EFluidGenerator.THERMAL.getRecipeID());
addRecipeClickArea(GuiAlloySmelter.class, 150, 4, 18, 18, RecipeCategoryUids.ALLOY_SMELTER);
addRecipeClickArea(GuiPlasmaGenerator.class, 150, 4, 18, 18, EFluidGenerator.PLASMA.getRecipeID());
addRecipeClickArea(GuiDistillationTower.class, 150, 4, 18, 18, RecipeCategoryUids.DISTILLATION_TOWER);
addRecipeClickArea(GuiScrapboxinator.class, 150, 4, 18, 18, RecipeCategoryUids.SCRAPBOX);
addRecipeClickArea(GuiFusionReactor.class, 150, 4, 18, 18, RecipeCategoryUids.FUSION_REACTOR);
addRecipeClickArea(GuiRollingMachine.class, 150, 4, 20, 12, RecipeCategoryUids.ROLLING_MACHINE);
addRecipeClickArea(GuiFluidReplicator.class, 150, 4, 20, 12, RecipeCategoryUids.FLUID_REPLICATOR);
addRecipeClickArea(GuiAssemblingMachine.class, 150, 4, 20, 12, RecipeCategoryUids.ASSEMBLING_MACHINE);
addRecipeClickArea(GuiCentrifuge.class, 158, 4, 12, 12, RecipeCategoryUids.CENTRIFUGE);
addRecipeClickArea(GuiElectricFurnace.class, 158, 4, 12, 12, VanillaRecipeCategoryUid.SMELTING);
addRecipeClickArea(GuiGenerator.class, 158, 4, 12, 12, VanillaRecipeCategoryUid.FUEL);
addRecipeClickArea(GuiExtractor.class, 158, 4, 12, 12, RecipeCategoryUids.EXTRACTOR);
addRecipeClickArea(GuiCompressor.class, 158, 4, 12, 12, RecipeCategoryUids.COMPRESSOR);
addRecipeClickArea(GuiGrinder.class, 158, 4, 12, 12, RecipeCategoryUids.GRINDER);
addRecipeClickArea(GuiVacuumFreezer.class, 158, 4, 12, 12, RecipeCategoryUids.VACUUM_FREEZER);
addRecipeClickArea(GuiBlastFurnace.class, 158, 4, 12, 12, RecipeCategoryUids.BLAST_FURNACE);
addRecipeClickArea(GuiChemicalReactor.class, 158, 4, 12, 12, RecipeCategoryUids.CHEMICAL_REACTOR);
addRecipeClickArea(GuiImplosionCompressor.class, 158, 4, 12, 12, RecipeCategoryUids.IMPLOSION_COMPRESSOR);
addRecipeClickArea(GuiIndustrialGrinder.class, 158, 4, 12, 12, RecipeCategoryUids.INDUSTRIAL_GRINDER);
addRecipeClickArea(GuiIndustrialSawmill.class, 158, 4, 20, 15, RecipeCategoryUids.INDUSTRIAL_SAWMILL);
addRecipeClickArea(GuiIndustrialElectrolyzer.class, 158, 4, 12, 12, RecipeCategoryUids.INDUSTRIAL_ELECTROLYZER);
addRecipeClickArea(GuiSemifluidGenerator.class, 158, 4, 12, 12, EFluidGenerator.SEMIFLUID.getRecipeID());
addRecipeClickArea(GuiDieselGenerator.class, 158, 4, 12, 12, EFluidGenerator.DIESEL.getRecipeID());
addRecipeClickArea(GuiGasTurbine.class, 158, 4, 12, 12, EFluidGenerator.GAS.getRecipeID());
addRecipeClickArea(GuiThermalGenerator.class, 158, 4, 12, 12, EFluidGenerator.THERMAL.getRecipeID());
addRecipeClickArea(GuiAlloySmelter.class, 158, 4, 12, 12, RecipeCategoryUids.ALLOY_SMELTER);
addRecipeClickArea(GuiPlasmaGenerator.class, 158, 4, 12, 12, EFluidGenerator.PLASMA.getRecipeID());
addRecipeClickArea(GuiDistillationTower.class, 158, 4, 12, 12, RecipeCategoryUids.DISTILLATION_TOWER);
addRecipeClickArea(GuiScrapboxinator.class, 158, 4, 12, 12, RecipeCategoryUids.SCRAPBOX);
addRecipeClickArea(GuiFusionReactor.class, 158, 4, 12, 12, RecipeCategoryUids.FUSION_REACTOR);
addRecipeClickArea(GuiRollingMachine.class, 158, 4, 12, 12, RecipeCategoryUids.ROLLING_MACHINE);
addRecipeClickArea(GuiFluidReplicator.class, 158, 4, 12, 12, RecipeCategoryUids.FLUID_REPLICATOR);
addRecipeClickArea(GuiAssemblingMachine.class, 158, 4, 12, 12, RecipeCategoryUids.ASSEMBLING_MACHINE);
//OLD ONES
addRecipeClickArea(GuiAlloyFurnace.class, 80, 35, 26, 20, RecipeCategoryUids.ALLOY_SMELTER,