Somonestolemyusername Posted January 9, 2021 Posted January 9, 2021 (edited) so in my mod I made netherite armor, and the item texture for the chestplate and boots are working except the other pieces, but when i put on the armor the texture in my resources/assets/my_mod/textures/models/armor isint registering to the armor therefore giving me the error texture. how do I fix this? Edited January 9, 2021 by Somonestolemyusername typo Quote
Linky132 Posted January 9, 2021 Posted January 9, 2021 Well, not that I'm an expert, but I think the textures are supposed to be under "resources/assets/modid/textures/item". Obviously replace "modid" with your modid. I could be wrong, though. Quote
Somonestolemyusername Posted January 9, 2021 Author Posted January 9, 2021 (edited) no that's for the item , I mean when i put on as in the actual model as in when you wear the armor in game and you go in F5 mode and you see armor on you other than error texture Edited January 9, 2021 by Somonestolemyusername Quote
Linky132 Posted January 9, 2021 Posted January 9, 2021 Oh, well the "textures" package still wants to be under assets, although that may not be your problem. Quote
Somonestolemyusername Posted January 9, 2021 Author Posted January 9, 2021 (edited) wait it is under assets and mod id my bad but for some reaso n the texture dont work Edited January 9, 2021 by Somonestolemyusername Quote
Linky132 Posted January 9, 2021 Posted January 9, 2021 Oh, okay, could you post your code, please? Quote
Somonestolemyusername Posted January 9, 2021 Author Posted January 9, 2021 sure let me just upload it to github Quote
Somonestolemyusername Posted January 9, 2021 Author Posted January 9, 2021 ok give it a few min its uploading to github Quote
Somonestolemyusername Posted January 9, 2021 Author Posted January 9, 2021 ok here it got uploaded https://github.com/ben10101010/my_mod Quote
Somonestolemyusername Posted January 9, 2021 Author Posted January 9, 2021 (edited) hello? why hasent anyone replied? Edited January 9, 2021 by Somonestolemyusername Quote
Somonestolemyusername Posted January 10, 2021 Author Posted January 10, 2021 Hello? noone has helped me for the last 20 hours and i think that other person stole my code Quote
ChampionAsh5357 Posted January 10, 2021 Posted January 10, 2021 5 hours ago, Somonestolemyusername said: Hello? noone has helped me for the last 20 hours and i think that other person stole my code You do realize that no one is obligated to help and that bumping a thread every day doesn't change the outcome. Also, presumptions about if he stole your code are pointless as yours is ARR. Now as for the actual problem, it's looking for 'pink_layer_1/2' as that is name supplied to the armor type, not 'netherite'. Quote
Somonestolemyusername Posted January 12, 2021 Author Posted January 12, 2021 thx it worked, also my pickaxe texture isint working and the item texture for the armor Quote
Linky132 Posted January 14, 2021 Posted January 14, 2021 Sorry I didn't reply sooner, I was busy. I'm glad you got the problem sorted out. I had a look at the code, but I can't find the new problem, sorry. Oh, and I didn't steal your code, don't worry. Although, I couldn't have used it, since like ChampionAsh said, your code is All Rights Reserved by default. Quote
ChampionAsh5357 Posted January 14, 2021 Posted January 14, 2021 On 1/12/2021 at 4:28 PM, Somonestolemyusername said: thx it worked, also my pickaxe texture isint working and the item texture for the armor Pickaxe model isn't json, your item model is still an 'item' not an 'armor'. Quote
Somonestolemyusername Posted January 15, 2021 Author Posted January 15, 2021 (edited) ik i separately put that in the items section Edited January 15, 2021 by Somonestolemyusername Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.