mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Top 5 people i'd scam out of all their money:
1. You 2. You 3. You 4. You 5. You
This commit is contained in:
parent
8c6f2150fd
commit
574c4f1ca2
@ -63,13 +63,13 @@ public class GUIMachineRTG extends GuiInfoContainer {
|
||||
drawTexturedModalRect(guiLeft, guiTop, 0, 0, xSize, ySize);
|
||||
|
||||
if (rtg.hasHeat()) {
|
||||
int i = rtg.getHeatScaled(51);
|
||||
drawTexturedModalRect(guiLeft + 124, guiTop + 60 - i, 176, 10 + (51 - i), 16, i);
|
||||
int i = rtg.getHeatScaled(51); // was 50
|
||||
drawTexturedModalRect(guiLeft + 124, guiTop + 61 - i, 176, 10 + (51 - i), 16, i);
|
||||
}
|
||||
|
||||
if (rtg.hasPower()) {
|
||||
int i = (int) rtg.getPowerScaled(51);
|
||||
drawTexturedModalRect(guiLeft + 146, guiTop + 60 - i, 192, 10 + (51 - i), 16, i);
|
||||
int i = (int) rtg.getPowerScaled(51); // was 50
|
||||
drawTexturedModalRect(guiLeft + 146, guiTop + 61 - i, 192, 10 + (51 - i), 16, i);
|
||||
}
|
||||
|
||||
this.drawInfoPanel(guiLeft - 12, guiTop + 25, 16, 16, 2);
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.4 KiB |
Loading…
x
Reference in New Issue
Block a user