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/iron_chestplate.player.json
Mike Ammerlaan d7cb43ab0a v1.20.40.1
2023-10-24 08:57:33 -07:00

31 lines
847 B
JSON

{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:iron_chestplate.player",
"item": { "minecraft:iron_chestplate": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/iron_1",
"enchanted": "textures/misc/enchanted_actor_glint"
},
"geometry": {
"default": "geometry.player.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.chestplate.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}