mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 04:38:56 +00:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:witch",
|
|
"min_engine_version": "1.8.0",
|
|
"materials": {
|
|
"default": "witch"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/witch"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.villager.witch.v1.8"
|
|
},
|
|
"scripts": {
|
|
"scale": "0.9375"
|
|
},
|
|
"animations": {
|
|
"villager_general": "animation.villager.general",
|
|
"look_at_target": "animation.common.look_at_target",
|
|
"move": "animation.villager.move",
|
|
"general": "animation.witch.general"
|
|
},
|
|
"animation_controllers": [
|
|
{
|
|
"general": "controller.animation.witch.general"
|
|
},
|
|
{
|
|
"move": "controller.animation.villager.move"
|
|
}
|
|
],
|
|
"render_controllers": [
|
|
"controller.render.witch"
|
|
],
|
|
"spawn_egg": {
|
|
"texture": "spawn_egg",
|
|
"texture_index": 17
|
|
}
|
|
}
|
|
}
|
|
} |