Add alloy furnace recipes

This commit is contained in:
mezz 2015-12-30 21:17:20 -08:00
parent 202555b4ac
commit 4b804c3521
13 changed files with 253 additions and 43 deletions

View file

@ -10,7 +10,7 @@ import techreborn.tiles.TileAlloySmelter;
public class GuiAlloySmelter extends GuiContainer {
private static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/electric_alloy_furnace.png");
public static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/electric_alloy_furnace.png");
TileAlloySmelter alloysmelter;