{
  "format_version": "1.8.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "minecraft:villager",
      "min_engine_version": "1.8.0",
      "materials": {
        "default": "villager"
      },
      "textures": {
        "farmer": "textures/entity/villager/farmer",
        "librarian": "textures/entity/villager/librarian",
        "priest": "textures/entity/villager/priest",
        "smith": "textures/entity/villager/smith",
        "butcher": "textures/entity/villager/butcher"
      },
      "geometry": {
        "default": "geometry.villager.v1.8"
      },
      "scripts": {
        "scale": "0.9375"
      },
      "animations": {
        "general": "animation.villager.general",
        "look_at_target": "animation.common.look_at_target",
        "move": "animation.villager.move",
        "baby_transform": "animation.villager.baby_transform"
      },
      "animation_controllers": [
        { "general": "controller.animation.villager.general" },
        { "move": "controller.animation.villager.move" },
        { "baby": "controller.animation.villager.baby" }
      ],
      "render_controllers": [ "controller.render.villager" ],
      "spawn_egg": {
        "texture": "spawn_egg",
        "texture_index": 14
      }
    }
  }
}