Fix factory GUI support with sulfuric acid
This commit is contained in:
parent
c72f04b61b
commit
ea76a68112
4 changed files with 4 additions and 0 deletions
|
@ -114,6 +114,10 @@ public class GuiFactory extends GuiMekanism
|
|||
{
|
||||
recipeFuelY += 10;
|
||||
}
|
||||
else if(tileEntity.recipeType == RecipeType.INJECTING.ordinal())
|
||||
{
|
||||
recipeFuelY += 15;
|
||||
}
|
||||
|
||||
displayInt = tileEntity.getScaledSecondaryEnergy(160);
|
||||
drawTexturedModalRect(guiWidth + 8, guiHeight + 78, 0, recipeFuelY, displayInt, 5);
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.4 KiB |
Loading…
Reference in a new issue