Changed alloysmelter gui texture to new

This commit is contained in:
Gig 2015-05-10 19:04:30 +01:00
parent e784681b56
commit 0011125a2a

View file

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