diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-04-25 12:32:53 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-04-25 12:32:53 +1000 |
commit | 9aedb8e33e04654018db03e3b2c4994ecccb6149 (patch) | |
tree | 07153f1d5718af8a6dd94debdcd9e6c43d9f6bbe /src/Java/miscutil/gregtech/api/gui/GUI_SafeBlock.java | |
parent | d0d5d53dad03639177a244ce159c30ee56c43b32 (diff) | |
download | GT5-Unofficial-9aedb8e33e04654018db03e3b2c4994ecccb6149.tar.gz GT5-Unofficial-9aedb8e33e04654018db03e3b2c4994ecccb6149.tar.bz2 GT5-Unofficial-9aedb8e33e04654018db03e3b2c4994ecccb6149.zip |
Implemented the groundwork for some custom textures.
Not using them currently though, as they cause the client to crash.
Will debug more & use default turbine textures for now.
Diffstat (limited to 'src/Java/miscutil/gregtech/api/gui/GUI_SafeBlock.java')
-rw-r--r-- | src/Java/miscutil/gregtech/api/gui/GUI_SafeBlock.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/miscutil/gregtech/api/gui/GUI_SafeBlock.java b/src/Java/miscutil/gregtech/api/gui/GUI_SafeBlock.java index 165e4cb6ea..65ef072281 100644 --- a/src/Java/miscutil/gregtech/api/gui/GUI_SafeBlock.java +++ b/src/Java/miscutil/gregtech/api/gui/GUI_SafeBlock.java @@ -8,7 +8,7 @@ import net.minecraft.entity.player.InventoryPlayer; public class GUI_SafeBlock extends GT_GUIContainerMetaTile_Machine { public GUI_SafeBlock(InventoryPlayer aInventoryPlayer, IGregTechTileEntity aTileEntity) { - super(new CONTAINER_SafeBlock(aInventoryPlayer, aTileEntity), CORE.MODID + ":" + "textures/gui/" + "SafeBlock.png"); + super(new CONTAINER_SafeBlock(aInventoryPlayer, aTileEntity), CORE.RES_PATH_GUI + "SafeBlock.png"); } //String UUID = ((CONTAINER_SafeBlock)this.mContainer).ownerUUID.toString(); |