Started by
minetypy
on
Topic category: Feature requests and ideas for MCreator
I suggest adding a way to make item have multiple textures and every texture have it's own condtions for example if item durability is low it will have a texture that looks like it's broken, if NBT data tag "test" is true it will have anothet texture, this idea helps because instead of making another item for every state we can make one item will multiple textures and also using same conditions we can give the item multiple functions!
custom_model_data nbt tag is already a vanilla minecraft function since i believe 1.14. you just have to edit the JSON file of your item and set the tag to the right conditions.
That is exactly what texture packs are about. You can find plenty of youtube tutorials on this, and by yourself simply make the nbt tags change the single NBT "custom_model_data"