{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "minecraft:llama",
      "min_engine_version": "1.8.0",
      "materials": {
        "default": "llama"
      },
      "textures": {
        "creamy": "textures/entity/llama/llama_creamy",
        "white": "textures/entity/llama/llama_white",
        "brown": "textures/entity/llama/llama_brown",
        "gray": "textures/entity/llama/llama_gray",
        "decor_none": "textures/entity/llama/decor/decor_none",
        "decor_white": "textures/entity/llama/decor/decor_white",
        "decor_orange": "textures/entity/llama/decor/decor_orange",
        "decor_magenta": "textures/entity/llama/decor/decor_magenta",
        "decor_light_blue": "textures/entity/llama/decor/decor_light_blue",
        "decor_yellow": "textures/entity/llama/decor/decor_yellow",
        "decor_lime": "textures/entity/llama/decor/decor_lime",
        "decor_pink": "textures/entity/llama/decor/decor_pink",
        "decor_gray": "textures/entity/llama/decor/decor_gray",
        "decor_silver": "textures/entity/llama/decor/decor_silver",
        "decor_cyan": "textures/entity/llama/decor/decor_cyan",
        "decor_purple": "textures/entity/llama/decor/decor_purple",
        "decor_blue": "textures/entity/llama/decor/decor_blue",
        "decor_brown": "textures/entity/llama/decor/decor_brown",
        "decor_green": "textures/entity/llama/decor/decor_green",
        "decor_red": "textures/entity/llama/decor/decor_red",
        "decor_black": "textures/entity/llama/decor/decor_black",
        "decor_wandering_trader": "textures/entity/llama/decor/trader_llama_decor"
      },
      "geometry": {
        "default": "geometry.llama.v1.8"
      },
      "animations": {
        "look_at_target": "animation.common.look_at_target",
        "baby_transform": "animation.llama.baby_transform",
        "breath": "animation.quadruped.breath",
        "head": "controller.animation.skeleton.attack",
        "head_blinking": "animation.quadruped.head.blinking",
        "head_talk": "animation.quadruped.head.talk",
        "head_fleeing": "animation.quadruped.head.panic",
        "head_death": "animation.quadruped.head.death",
        "skeleton_attack": "animation.quadruped.head.attack",
        "body": "controller.animation.passive_terrestrial.body",
        "body_idle": "animation.quadruped.body.idle",
        "body_walk": "animation.quadruped.body.walk",
        "body_fleeing": "animation.quadruped.body.fleeing",
        "body_swim": "animation.quadruped.body.swim",
        "body_fall": "animation.quadruped.body.fall",
        "body_land": "animation.quadruped.body.land",
        "head_land": "animation.quadruped.head.land"
      },
      "scripts": {
        "animate": [
          "look_at_target",
          {
            "baby_transform": "query.is_baby"
          },
          {
            "breath": "query.is_breathing"
          },
          "head",
          "body"
        ]
      },
      "render_controllers": [
        "controller.render.llama"
      ],
      "spawn_egg": {
        "texture": "spawn_egg",
        "texture_index": 38
      }
    }
  }
}