Add tabs to Fuel and Heat GUIs to get to the other one.
This commit is contained in:
parent
f21568d5f8
commit
38b554266e
2 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,7 @@ public class GuiReactorFuel extends GuiMekanism
|
|||
return tileEntity.getActive() ? 1 : 0;
|
||||
}
|
||||
}, ProgressBar.SMALL_LEFT, this, MekanismUtils.getResource(ResourceType.GUI, "GuiTall.png"), 99, 75));
|
||||
guiElements.add(new GuiHeatTab(this, tileEntity, MekanismUtils.getResource(ResourceType.GUI, "GuiTall.png")));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -156,6 +156,7 @@ public class GuiReactorHeat extends GuiMekanism
|
|||
return tileEntity;
|
||||
}
|
||||
}, Type.SMALL, this, MekanismUtils.getResource(ResourceType.GUI, "GuiTall.png"), 115, 46));
|
||||
guiElements.add(new GuiFuelTab(this, tileEntity, MekanismUtils.getResource(ResourceType.GUI, "GuiTall.png")));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue