diff --git a/src/main/java/com/hbm/inventory/gui/GUIPADetector.java b/src/main/java/com/hbm/inventory/gui/GUIPADetector.java index f6ac5f1aa..d0f396b3b 100644 --- a/src/main/java/com/hbm/inventory/gui/GUIPADetector.java +++ b/src/main/java/com/hbm/inventory/gui/GUIPADetector.java @@ -38,8 +38,8 @@ public class GUIPADetector extends GuiInfoContainer { protected void drawGuiContainerForegroundLayer( int i, int j) { String name = this.source.hasCustomInventoryName() ? this.source.getInventoryName() : I18n.format(this.source.getInventoryName()); - this.fontRendererObj.drawString(name, this.xSize / 2 - this.fontRendererObj.getStringWidth(name) / 2 - 8, 5, 4210752); - this.fontRendererObj.drawString(I18n.format("container.inventory"), 8, this.ySize - 96 + 2, 4210752); + this.fontRendererObj.drawString(name, this.xSize / 2 - this.fontRendererObj.getStringWidth(name) / 2 - 8, 5, 0xffffff); + this.fontRendererObj.drawString(I18n.format("container.inventory"), 8, this.ySize - 96 + 2, 0xffffff); this.fontRendererObj.drawString(EnumChatFormatting.AQUA + "/123K", 136, 22, 4210752); int heat = (int) Math.ceil(source.temperature); diff --git a/src/main/resources/assets/hbm/textures/gui/particleaccelerator/gui_detector.png b/src/main/resources/assets/hbm/textures/gui/particleaccelerator/gui_detector.png index 45d1f0c5d..81ee3bc32 100644 Binary files a/src/main/resources/assets/hbm/textures/gui/particleaccelerator/gui_detector.png and b/src/main/resources/assets/hbm/textures/gui/particleaccelerator/gui_detector.png differ