You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: