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
common/mekanism/client/gui
resources/assets/mekanism/gui/factory
|
@ -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 ![]() (image error) Size: 5.2 KiB After ![]() (image error) Size: 5.3 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 5.1 KiB After ![]() (image error) Size: 5.3 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 5.2 KiB After ![]() (image error) Size: 5.4 KiB ![]() ![]() |
Loading…
Add table
Reference in a new issue