Fix up GUIs

This commit is contained in:
Aidan Brady 2014-01-16 21:31:30 -05:00
parent 175f3e8646
commit db029274f7
9 changed files with 1 additions and 16 deletions

View file

@ -77,7 +77,7 @@ public class GuiAdvancedElectricMachine extends GuiMekanism
if(tileEntity.getScaledGasLevel(12) > 0)
{
displayInt = tileEntity.getScaledGasLevel(12);
displayGauge(61, 37 + 12 - displayInt, 5, displayInt, tileEntity.gasTank.getGas());
displayGauge(61, 37 + 12 - displayInt, 6, displayInt, tileEntity.gasTank.getGas());
}
super.drawGuiContainerBackgroundLayer(partialTick, mouseX, mouseY);

View file

@ -118,21 +118,6 @@ public class GuiFactory extends GuiMekanism
}
}
int recipeFuelY = ySize;
if(tileEntity.recipeType == RecipeType.PURIFYING.ordinal())
{
recipeFuelY += 5;
}
else if(tileEntity.recipeType == RecipeType.COMBINING.ordinal())
{
recipeFuelY += 10;
}
else if(tileEntity.recipeType == RecipeType.INJECTING.ordinal())
{
recipeFuelY += 15;
}
if(tileEntity.getScaledGasLevel(160) > 0)
{
displayGauge(8, 78, tileEntity.getScaledGasLevel(160), 5, tileEntity.gasTank.getGas());

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB