mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
21 lines
516 B
JSON
21 lines
516 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:attachable": {
|
|
"description": {
|
|
"identifier": "minecraft:turtle_helmet",
|
|
"materials": {
|
|
"default": "armor",
|
|
"enchanted": "armor_enchanted"
|
|
},
|
|
"textures": {
|
|
"default": "textures/models/armor/turtle_1",
|
|
"enchanted": "textures/misc/enchanted_actor_glint"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.humanoid.armor.helmet"
|
|
},
|
|
"render_controllers": [ "controller.render.armor" ]
|
|
}
|
|
}
|
|
}
|