{
  "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"
      }
    }
  }
}