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:
Lazzzycatwastaken 2025-04-05 23:47:16 +02:00
parent 8c6f2150fd
commit 574c4f1ca2
2 changed files with 4 additions and 4 deletions

View File

@ -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