Posted February 25, 20232 yr I get this error when i try to put an armour set I created but I don't understand what the error means as the ruby textures are named correctly and doubled checked this. https://github.com/RealYusufIsmail-Mc-Mods/Armour-and-Tools-Mod/tree/armour/src/main/resources/assets/minecraft/textures/models/armor
February 25, 20232 yr Author at this part ``` String s1 = String.format(java.util.Locale.ROOT, "%s:textures/models/armor/%s_layer_%d%s.png", domain, texture, (usesInnerModel(slot) ? 2 : 1), type == null ? "" : String.format(java.util.Locale.ROOT, "_%s", type)); ``` The name of the armour piece is in caps for some reason
February 25, 20232 yr Author fixed. Caused by the koltin enum system. I had name for getName instead of oreName which gave you the enum name
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.