1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-23 13:36:18 +00:00
bedrock-samples/resource_pack/attachables/diamond_leggings.json
Mike Ammerlaan d7cb43ab0a v1.20.40.1
2023-10-24 08:57:33 -07:00

24 lines
610 B
JSON

{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:diamond_leggings",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/diamond_2",
"enchanted": "textures/misc/enchanted_actor_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}