← Назад к ресурсам

Armor CustomModel example

This resource pack create as an example of how to create custom armor for Minecraft versions 1.21.5+

Modrinth 16x equipment models

Описание

# 🚀 Overview This resource pack is designed for server and map developers as a clear example of how to add completely new custom armor to Minecraft 1.21.5+ without replacing any vanilla content. It introduces a new Magmerite Armor set, which coexists alongside all original vanilla armors. The pack includes full support for all armor trims, custom inventory icons, and unique in-game model textures. You are free to use these assets in your own projects and as a learning reference. ![custom armor and vanila armor](https://cdn.modrinth.com/data/cached_images/3ee902826be8bc47f7f718fd5af06a91a4db7690.png) Keep all vanilla armors and add new You can also use the example commands below to give yourself the custom items. ## ⚡ Give commands 🗲🗲🗲 ``` /give @p netherite_helmet[item_model="magmerite_helmet",custom_name=[{"text":"Magmerite Helmet","italic":false,"color":"yellow"}],equippable={slot:"head",asset_id:"magmerite"}] ``` ``` /give @p netherite_chestplate[item_model="magmerite_chestplate",custom_name=[{"text":"Magmerite Chestplate","italic":false,"color":"yellow"}],equippable={slot:"chest",asset_id:"magmerite"}] ``` ``` /give @p netherite_leggings[item_model="magmerite_leggings",custom_name=[{"text":"Magmerite Leggins","italic":false,"color":"yellow"}],equippable={slot:"legs", asset_id:"magmerite"}] ``` ``` /give @p netherite_boots[item_model="magmerite_boots",custom_name=[{"text":"Magmerite Boots","italic":false,"color":"yellow"}],equippable={slot:"feet",asset_id:"magmerite"}] ```