Changing Vanilla models and textures are not working

Started by marci2352 on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 18:00, 17. Apr 2024
Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Changing Vanilla models and textures are not working

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!

Last seen on 13:54, 28. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Are you using custom…
Mon, 04/08/2024 - 12:19

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.)