1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-23 15:14:19 +00:00
Files
bedrock-samples/resource_pack/entity/evocation_illager.entity.json
2025-05-20 08:55:23 -07:00

51 lines
1.8 KiB
JSON

{
"format_version": "1.10.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:evocation_illager",
"min_engine_version": "1.8.0",
"materials": {
"default": "evoker"
},
"textures": {
"default": "textures/entity/illager/evoker"
},
"geometry": {
"default": "geometry.evoker.v1.8"
},
"scripts": {
"scale": "0.9375",
"animate": [
"controller_general",
"controller_move"
],
"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": {
"general": "animation.evoker.general",
"casting": "animation.evoker.casting",
"look_at_target": "animation.common.look_at_target",
"move": "animation.evoker.move",
"celebrating": "animation.humanoid.celebrating",
"controller_general": "controller.animation.evoker.general",
"controller_move": "controller.animation.villager.move",
"riding.legs": "animation.humanoid.riding.legs",
"controller_riding": "controller.animation.humanoid.riding_legs_only",
"riding.body": "animation.humanoid.riding.body"
},
"particle_effects": {
"spell": "minecraft:evoker_spell"
},
"render_controllers": [
"controller.render.evoker"
],
"spawn_egg": {
"texture": "spawn_egg_evoker"
}
}
}
}