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