Skip to content
Discussion options

You must be logged in to vote

Just to double check, you've changed the model JSON file, and not just the textures? Without seeing the resource pack, I can't say for sure, but I suspect the issue here is that the model doesn't have any tint indices.

To explain, the colour applied to a texture is defined by the model, not the name of the texture. In the built-in minecraft:item/generated, each layer of the texture uses a tint with the corresponding index (e.g. layer0 uses tint 0). If you're using a custom model though, then this is not done automatically, and you'll need to specify the tintindex property on each face — see the Minecraft wiki for more info.

Specifically for pocket computer models, a tint index of 1 corres…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by crazymachinefan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants