mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
31 lines
856 B
JSON
31 lines
856 B
JSON
{
|
|
"format_version": "1.10.0",
|
|
"minecraft:attachable": {
|
|
"description": {
|
|
"identifier": "minecraft:diamond_chestplate.player",
|
|
"item": { "minecraft:diamond_chestplate": "query.owner_identifier == 'minecraft:player'" },
|
|
"materials": {
|
|
"default": "armor",
|
|
"enchanted": "armor_enchanted"
|
|
},
|
|
"textures": {
|
|
"default": "textures/models/armor/diamond_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" ]
|
|
}
|
|
}
|
|
}
|