mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:vindicator",
|
|
"materials": {
|
|
"default": "vindicator"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/vindicator"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.vindicator"
|
|
},
|
|
"scripts": {
|
|
"scale": "0.9375"
|
|
},
|
|
"animations": {
|
|
"look_at_target_default": "animation.humanoid.look_at_target.default.v1.0",
|
|
"look_at_target_gliding": "animation.humanoid.look_at_target.gliding.v1.0",
|
|
"look_at_target_swimming": "animation.humanoid.look_at_target.swimming.v1.0",
|
|
"vindicator_base": "animation.vindicator.base",
|
|
"vindicator_attack": "animation.vindicator.attack",
|
|
"vindicator_walk": "animation.vindicator.walk"
|
|
},
|
|
"animation_controllers": [
|
|
{
|
|
"look_at_target": "controller.animation.humanoid.look_at_target"
|
|
},
|
|
{
|
|
"vindicator_base": "controller.animation.vindicator.base.v1.0"
|
|
}
|
|
],
|
|
"render_controllers": [
|
|
"controller.render.vindicator"
|
|
],
|
|
"enable_attachables": true,
|
|
"spawn_egg": {
|
|
"texture": "spawn_egg",
|
|
"texture_index": 39
|
|
},
|
|
"hide_armor": true
|
|
}
|
|
}
|
|
} |