made Dungeon loot easy to add
This commit is contained in:
parent
15c3608c6e
commit
6cc1071961
3 changed files with 29 additions and 2 deletions
|
@ -14,8 +14,7 @@ import techreborn.tiles.TileBlastFurnace;
|
|||
|
||||
public class GuiBlastFurnace extends GuiContainer {
|
||||
|
||||
private static final ResourceLocation texture = new ResourceLocation(
|
||||
"techreborn", "textures/gui/industrial_blast_furnace.png");
|
||||
private 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