diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-10-20 16:43:59 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-10-20 16:43:59 +1000 |
commit | 604023eb80fe0c50fac956e93625c9be88bb9cd8 (patch) | |
tree | da73122574d7358b7ac07f21a8d6664a2ac68348 /src/Java/gtPlusPlus/core/gui/machine | |
parent | b5268f7c54426ddc8289df99be5b1e81934536ba (diff) | |
download | GT5-Unofficial-604023eb80fe0c50fac956e93625c9be88bb9cd8.tar.gz GT5-Unofficial-604023eb80fe0c50fac956e93625c9be88bb9cd8.tar.bz2 GT5-Unofficial-604023eb80fe0c50fac956e93625c9be88bb9cd8.zip |
$ Fixed the workbench crafting grid/output doing odd things (Client side item dupes & actual item dupes)
% Changed the workbench textures.
Diffstat (limited to 'src/Java/gtPlusPlus/core/gui/machine')
-rw-r--r-- | src/Java/gtPlusPlus/core/gui/machine/GUI_Workbench.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/gui/machine/GUI_Workbench.java b/src/Java/gtPlusPlus/core/gui/machine/GUI_Workbench.java index 0507e9099e..86388a2632 100644 --- a/src/Java/gtPlusPlus/core/gui/machine/GUI_Workbench.java +++ b/src/Java/gtPlusPlus/core/gui/machine/GUI_Workbench.java @@ -16,7 +16,7 @@ import cpw.mods.fml.relauncher.SideOnly; @SideOnly(Side.CLIENT) public class GUI_Workbench extends GuiContainer { - private static final ResourceLocation craftingTableGuiTextures = new ResourceLocation(CORE.MODID, "textures/gui/Workbench.png"); + private static final ResourceLocation craftingTableGuiTextures = new ResourceLocation(CORE.MODID, "textures/gui/BronzeCraftingTable.png"); public boolean moveItemsToChest = false; public boolean moveItemsToCrafting = false; |