#Help making leggings
1 messages · Page 1 of 1 (latest)
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "lunarwolf:test_leggings",
// These 2 are default and are required
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
// This is our CUSTOM armor texture we need to make next
"default": "textures/models/armor/Test_full_set",
// This texture doesn't actually exist in our RP
// but it will blow up without it so leave it in
"enchanted": "textures/misc/enchanted_item_glint"
},
// We tell it what geometry to use for the chestplate
"geometry": {
"default": "geometry.player.armor.leggings"
},
// We tell it to hide the chest layer as we will be showing our armor on top
"scripts": {
"parent_setup": "v.legs_layer_visible = 0.0;"
},
// We tell it what controller to use (default armor one)
"render_controllers": ["controller.render.armor"]
}
}
}
Try using Blockbench to create leggings
You can install the plugin there called Minecraft Item Wizard