diff --git a/src/main/java/com/hbm/inventory/gui/GUIMachineRTG.java b/src/main/java/com/hbm/inventory/gui/GUIMachineRTG.java index 3293177b1..52ac5c2d6 100644 --- a/src/main/java/com/hbm/inventory/gui/GUIMachineRTG.java +++ b/src/main/java/com/hbm/inventory/gui/GUIMachineRTG.java @@ -45,7 +45,7 @@ public class GUIMachineRTG extends GuiInfoContainer { pelletText[i + 1] = I18nUtil.resolveKey("desc.gui.rtg.pelletPower", I18nUtil.resolveKey(pellet.getUnlocalizedName() + ".name"), pellet.getHeat() * 5); } - this.drawCustomInfoStat(mouseX, mouseY, guiLeft - 8, guiTop + 25, 16, 16, guiLeft - 8, guiTop + 36 + 16, pelletText); + this.drawCustomInfoStat(mouseX, mouseY, guiLeft - 12, guiTop + 25, 16, 16, guiLeft - 8, guiTop + 36 + 16, pelletText); } @Override @@ -72,6 +72,6 @@ public class GUIMachineRTG extends GuiInfoContainer { drawTexturedModalRect(guiLeft + 146, guiTop + 60 - i, 192, 10 + (51 - i), 16, i); } - this.drawInfoPanel(guiLeft - 8, guiTop + 25, 16, 16, 2); + this.drawInfoPanel(guiLeft - 12, guiTop + 25, 16, 16, 2); } } diff --git a/src/main/resources/assets/hbm/textures/gui/gui_rtg.png b/src/main/resources/assets/hbm/textures/gui/gui_rtg.png index 30cadbdd9..4d5bcb9f3 100644 Binary files a/src/main/resources/assets/hbm/textures/gui/gui_rtg.png and b/src/main/resources/assets/hbm/textures/gui/gui_rtg.png differ