Add blast furnace recipes
This commit is contained in:
parent
05d8a5c787
commit
ff571d5444
6 changed files with 161 additions and 1 deletions
src/main/java/techreborn/client/gui
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue