1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-27 05:48:55 +00:00
bedrock-samples/resource_pack/entity/witch.v1.0.entity.json
Mike Ammerlaan e304be6ab8 v1.20.80.5
2024-04-23 09:20:49 -07:00

41 lines
996 B
JSON

{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:witch",
"materials": {
"default": "witch"
},
"textures": {
"default": "textures/entity/witch"
},
"geometry": {
"default": "geometry.villager.witch"
},
"scripts": {
"scale": "0.9375"
},
"animations": {
"villager_general": "animation.villager.general.v1.0",
"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.v1.0"
],
"spawn_egg": {
"texture": "spawn_egg",
"texture_index": 17
}
}
}
}