mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 04:38:56 +00:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:evocation_illager",
|
|
"materials": {
|
|
"default": "evoker"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/illager/evoker"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.evoker"
|
|
},
|
|
"scripts": {
|
|
"scale": "0.9375"
|
|
},
|
|
"animations": {
|
|
"general": "animation.evoker.general.v1.0",
|
|
"casting": "animation.evoker.casting.v1.0",
|
|
"look_at_target": "animation.humanoid.look_at_target.default.v1.0",
|
|
"move": "animation.villager.move",
|
|
"riding.legs": "animation.humanoid.riding.legs",
|
|
"controller_riding": "controller.animation.humanoid.riding_legs_only"
|
|
},
|
|
"animation_controllers": [
|
|
{
|
|
"general": "controller.animation.evoker.general.v1.0"
|
|
},
|
|
{
|
|
"move": "controller.animation.villager.move"
|
|
}
|
|
],
|
|
"particle_effects": {
|
|
"spell": "minecraft:evoker_spell"
|
|
},
|
|
"render_controllers": [
|
|
"controller.render.evoker"
|
|
],
|
|
"spawn_egg": {
|
|
"texture": "spawn_egg",
|
|
"texture_index": 40
|
|
}
|
|
}
|
|
}
|
|
} |