1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-23 12:54:23 +00:00
Files
bedrock-samples/resource_pack/entity/witch.entity.json
2025-02-19 09:06:29 -08:00

41 lines
1005 B
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_witch"
}
}
}
}