1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-23 13:36:18 +00:00
bedrock-samples/resource_pack/entity/vex.v1.0.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

64 lines
2.9 KiB
JSON

{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:vex",
"materials": { "default": "vex" },
"textures": {
"default": "textures/entity/vex/vex",
"charging": "textures/entity/vex/vex_charging"
},
"geometry": {
"default": "geometry.vex"
},
"scripts": {
"pre_animation": [
"variable.tcos0 = (Math.cos(query.modified_distance_moved * 38.17) * query.modified_move_speed / variable.gliding_speed_value) * 57.3;"
],
"scale": "0.4"
},
"animations": {
"humanoid_base_pose": "animation.humanoid.base_pose.v1.0",
"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",
"move": "animation.humanoid.move.v1.0",
"riding.arms": "animation.humanoid.riding.arms.v1.0",
"riding.legs": "animation.humanoid.riding.legs.v1.0",
"holding": "animation.humanoid.holding.v1.0",
"brandish_spear": "animation.humanoid.brandish_spear.v1.0",
"charging": "animation.humanoid.charging.v1.0",
"attack.rotations": "animation.humanoid.attack.rotations.v1.0",
"sneaking": "animation.humanoid.sneaking.v1.0",
"bob": "animation.humanoid.bob.v1.0",
"damage_nearby_mobs": "animation.humanoid.damage_nearby_mobs.v1.0",
"bow_and_arrow": "animation.humanoid.bow_and_arrow.v1.0",
"swimming": "animation.humanoid.swimming.v1.0",
"use_item_progress": "animation.humanoid.use_item_progress.v1.0",
"vex_move": "animation.vex.move"
},
"animation_controllers": [
{ "humanoid_base_pose": "controller.animation.humanoid.base_pose" },
{ "look_at_target": "controller.animation.humanoid.look_at_target" },
{ "move": "controller.animation.humanoid.move" },
{ "riding": "controller.animation.humanoid.riding" },
{ "holding": "controller.animation.humanoid.holding" },
{ "brandish_spear": "controller.animation.humanoid.brandish_spear" },
{ "charging": "controller.animation.humanoid.charging" },
{ "attack": "controller.animation.humanoid.attack" },
{ "sneaking": "controller.animation.humanoid.sneaking" },
{ "bob": "controller.animation.humanoid.bob" },
{ "damage_nearby_mobs": "controller.animation.humanoid.damage_nearby_mobs" },
{ "bow_and_arrow": "controller.animation.humanoid.bow_and_arrow" },
{ "swimming": "controller.animation.humanoid.swimming" },
{ "use_item_progress": "controller.animation.humanoid.use_item_progress" },
{ "vex_move": "controller.animation.vex.move" }
],
"render_controllers": [ "controller.render.vex" ],
"spawn_egg": {
"texture": "spawn_egg",
"texture_index": 41
}
}
}
}