1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-25 12:29:09 +00:00
2023-09-07 09:41:55 -07:00

24 lines
621 B
JSON

{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:leather_boots",
"materials": {
"default": "armor_leather",
"enchanted": "armor_leather_enchanted"
},
"textures": {
"default": "textures/models/armor/leather_1",
"enchanted": "textures/misc/enchanted_actor_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}