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

Item models in resource packs that reference textures generated by paletted permutations are considered undeclared #1658

Open
imIrony opened this issue Nov 28, 2024 · 0 comments
Labels
🐛 bug Something isn't working
Milestone

Comments

@imIrony
Copy link

imIrony commented Nov 28, 2024

This is the item model for diamond_boots_amethyst_trim

{
  "parent": "minecraft:item/generated",
  "textures": {
    "layer0": "minecraft:item/diamond_boots",
    "layer1": "minecraft:trims/items/boots_trim_amethyst"
  }
}

minecraft:trims/items/boots_trim_amethyst is considered undeclared although the texture is being dynamically generated in block atlas.

@misode misode added the 🐛 bug Something isn't working label Nov 28, 2024
@misode misode added this to the Backlog milestone Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants