mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-23 17:34:18 +00:00
57 lines
2.2 KiB
JSON
57 lines
2.2 KiB
JSON
{
|
|
"format_version": "1.10.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:vindicator",
|
|
"min_engine_version": "1.8.0",
|
|
"materials": {
|
|
"default": "vindicator"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/vindicator"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.vindicator.v1.8"
|
|
},
|
|
"spawn_egg": {
|
|
"texture": "spawn_egg_vindicator"
|
|
},
|
|
"scripts": {
|
|
"scale": "0.9375",
|
|
"animate": [
|
|
"vindicator_base",
|
|
"vindicator_walk",
|
|
"controller_look_at_target",
|
|
"controller_vindicator_base",
|
|
"controller_riding"
|
|
],
|
|
"pre_animation": [
|
|
"variable.riding_y_offset_with_respect_to_player = 1.25;",
|
|
"variable.riding_y_offset_on_vehicle_where_other_entites_can_stand = query.is_riding_any_entity_of_type('minecraft:minecart', 'minecraft:boat', 'minecraft:chest_boat') ? -3.0 : 0.0;",
|
|
"variable.riding_y_offset = variable.riding_y_offset_with_respect_to_player + variable.riding_y_offset_on_vehicle_where_other_entites_can_stand;"
|
|
]
|
|
},
|
|
"animations": {
|
|
"look_at_target_default": "animation.humanoid.look_at_target.default",
|
|
"look_at_target_gliding": "animation.humanoid.look_at_target.gliding",
|
|
"look_at_target_swimming": "animation.humanoid.look_at_target.swimming",
|
|
"riding.arms": "animation.vindicator.riding.arms",
|
|
"riding.legs": "animation.vindicator.riding.legs",
|
|
"vindicator_base": "animation.vindicator.base",
|
|
"vindicator_attack": "animation.vindicator.attack",
|
|
"vindicator_walk": "animation.vindicator.walk",
|
|
"celebrating": "animation.humanoid.celebrating",
|
|
"controller_look_at_target": "controller.animation.humanoid.look_at_target",
|
|
"controller_vindicator_base": "controller.animation.vindicator.base",
|
|
"controller_riding": "controller.animation.humanoid.riding",
|
|
"vindicator_hand_attack": "animation.vindicator.hand_attack",
|
|
"riding.body": "animation.humanoid.riding.body"
|
|
},
|
|
"render_controllers": [
|
|
"controller.render.vindicator"
|
|
],
|
|
"enable_attachables": true,
|
|
"hide_armor": true
|
|
}
|
|
}
|
|
} |