Armor CustomModel example
作者:rebot | 分类:数据包
Minecraft 版本: 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: minecraft
标签: 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.

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"}] ```请登录后举报
暂无评论,抢个沙发吧~