Adding a Trim Pattern
For a finished example, see ChunkedPattern
Quick Start
- Create a trim pattern json in
data/<datapack-name>/trim_pattern/
. - Add the item associated with your trim pattern to the
trim_templates
item tag indata/minecraft/tags/items/trim_templates.json
. - Create a
minecraft:smithing_trim
recipe indata/<datapack-name>/recipes/
. - Optionally you may also create an advancement with the recipe so it will show your new recipe in a toast.
- Add two pattern textures in
assets/<resourcepack-name>/textures/trims/models/armor/
. - Add your trim pattern’s texture locations to the client-tag
assets/trimmed/trimmed/tags/trimmed/texture/trim_armor_patterns.json
.