made Dungeon loot easy to add

This commit is contained in:
Gig 2015-06-26 17:22:58 +01:00
parent 15c3608c6e
commit 6cc1071961
3 changed files with 29 additions and 2 deletions

View file

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