πBoots
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "geyser_custom:the_identifier_of_my_armor_part",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/some_amazing_texture_directory",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "(the next part change depending of which part of the armor is)"
},
"scripts": {
"parent_setup": "(the next part change depending of which part of the armor is);"
},
"render_controllers": [
"controller.render.armor"
]
}
}
}Last updated