1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2026-01-04 15:31:37 +00:00
Files
GeyserOptionalPack/attachables/chainmail_chestplate.armor_stand.json

25 lines
760 B
JSON
Executable File

{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:chainmail_chestplate.armor_stand",
"item": { "minecraft:chainmail_chestplate": "query.owner_identifier == 'minecraft:armor_stand'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/chain_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.armor_stand.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}