Add blast furnace recipes

This commit is contained in:
mezz 2015-12-30 22:28:58 -08:00
parent 05d8a5c787
commit ff571d5444
6 changed files with 161 additions and 1 deletions
src/main/java/techreborn/client/gui

View file

@ -22,7 +22,7 @@ import java.io.IOException;
public class GuiBlastFurnace extends GuiContainer {
private static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/industrial_blast_furnace.png");
public static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/industrial_blast_furnace.png");
TileBlastFurnace blastfurnace;