diff --git a/src/main/java/techreborn/client/gui/GuiAlloySmelter.java b/src/main/java/techreborn/client/gui/GuiAlloySmelter.java index 0d58ac4f1..40619e355 100644 --- a/src/main/java/techreborn/client/gui/GuiAlloySmelter.java +++ b/src/main/java/techreborn/client/gui/GuiAlloySmelter.java @@ -14,7 +14,7 @@ import techreborn.tiles.TileBlastFurnace; public class GuiAlloySmelter extends GuiContainer { private static final ResourceLocation texture = new ResourceLocation( - "techreborn", "textures/gui/industrial_blast_furnace.png"); + "techreborn", "textures/gui/electric_alloy_furnace.png"); TileAlloySmelter alloysmelter;