mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:armor_stand",
|
|
"materials": {
|
|
"default": "armor_stand"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/armor_stand"
|
|
},
|
|
"animations": {
|
|
"default_pose": "animation.armor_stand.default_pose",
|
|
"no_pose": "animation.armor_stand.no_pose",
|
|
"solemn_pose": "animation.armor_stand.solemn_pose",
|
|
"athena_pose": "animation.armor_stand.athena_pose",
|
|
"brandish_pose": "animation.armor_stand.brandish_pose",
|
|
"honor_pose": "animation.armor_stand.honor_pose",
|
|
"entertain_pose": "animation.armor_stand.entertain_pose",
|
|
"salute_pose": "animation.armor_stand.salute_pose",
|
|
"riposte_pose": "animation.armor_stand.riposte_pose",
|
|
"zombie_pose": "animation.armor_stand.zombie_pose",
|
|
"cancan_a_pose": "animation.armor_stand.cancan_a_pose",
|
|
"cancan_b_pose": "animation.armor_stand.cancan_b_pose",
|
|
"hero_pose": "animation.armor_stand.hero_pose",
|
|
"wiggle": "animation.armor_stand.wiggle"
|
|
},
|
|
"animation_controllers": [
|
|
{
|
|
"pose": "controller.animation.armor_stand.pose"
|
|
},
|
|
{
|
|
"wiggling": "controller.animation.armor_stand.wiggle"
|
|
}
|
|
],
|
|
"geometry": {
|
|
"default": "geometry.armor_stand"
|
|
},
|
|
"render_controllers": [
|
|
"controller.render.armor_stand"
|
|
],
|
|
"enable_attachables": true
|
|
}
|
|
}
|
|
} |