Topic category: Troubleshooting, bugs, and solutions
Hey!
I wanted to make a mod with changed vanilla models and textures. I know how to change them and I already made the models, textures and made the following steps: src/main/resoruces/assets/minecraft/textures + models/item + block etc. I put the models and textures in the right places, I did everything according to the Tutorial and the model works fine, but the texture is purple and black. I tried everything like removing it and putting it back again saving the model again and the textures, but nothing worked. (I also tried the models + textures like adding them as new modded items and then they worked).
So if anyone knows a solution to this problem I would really appreciate it.
Thanks in advance!
Are you using custom textures for the models, or vanilla textures? Either way, I would double check your models are referencing the correct file directories for their textures, that's the only situation in which the error textures would appear. (And of course, also make sure you're loading your mod resources over other texture packs and whatnot.)