cpw / ironchest

Iron Chest minecraft mod - now dormant
183 stars 180 forks source link

Gui Textures #72

Open DanielOphir opened 9 years ago

DanielOphir commented 9 years ago

Can you update the GUIChest.java file to 1.7.10? The GUI textures is not working ,maybe something in this code

IRON(new ResourceLocation("ironchest", "textures/gui/ironcontainer.png")), COPPER(new ResourceLocation("ironchest", "textures/gui/coppercontainer.png")), SILVER(new ResourceLocation("ironchest", "textures/gui/silvercontainer.png")), GOLD(new ResourceLocation("ironchest", "textures/gui/goldcontainer.png")), DIAMOND(new ResourceLocation("ironchest", "textures/gui/diamondcontainer.png")), DIRT(new ResourceLocation("ironchest", "textures/gui/dirtcontainer.png")); public final ResourceLocation location; private ResourceList(ResourceLocation loc) { this.location = loc; } }

-Fixed

-Another Issue When im trying to make a gui of 14x9 slots the slots are working fine but the gui is going crazy the gui texture is 274x256 i dont know if the max size is 256x256 pls help

Lunatrius commented 9 years ago

https://github.com/progwml6/ironchest

DanielOphir commented 9 years ago

ok its working fine ty very much

DanielOphir commented 9 years ago

but i have another issue, when im trying to make a gui of 14x9 slots the slots are working fine but the gui is going crazy the gui texture is 274x256 i dont know if the max size is 256x256 pls help