Greetings. I recently started mod development, and I started with fabric. I'm studying it with Kaupenjoe's video series (intended for version 1.21.1, although there were breaking changes, the syntax is almost the same). I tried to register custom armor trim pattern and material, but I got two issues:
- The new material is not recognized in the smithing table. (Image 1)
- The pattern breaks the texture of the in game armor item. (Image 2)
Any ideas? Also, I have the textures for the trim template, but maybe they are in the wrong folders for this version.
The armor models are in resources/assets/tutorialmod/textures/trims/models/armor and the color_palettes in resources/assets/tutorialmod/textures/trims/color_palettes .
More information in the Snippets.md file.