Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gui Textures #72

Open
DanielOphir opened this issue Nov 11, 2014 · 3 comments
Open

Gui Textures #72

DanielOphir opened this issue Nov 11, 2014 · 3 comments

Comments

@DanielOphir
Copy link

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
Copy link

@DanielOphir
Copy link
Author

ok its working fine ty very much

@DanielOphir
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants