{
  "format_version": "1.8.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": {
        "setup": "animation.llama.setup",
        "walk": "animation.quadruped.walk",
        "look_at_target": "animation.common.look_at_target",
        "baby_transform": "animation.llama.baby_transform"
      },
      "animation_controllers": [
        { "move": "controller.animation.llama.move" },
        { "baby": "controller.animation.llama.baby" }
      ],
      "render_controllers": [ "controller.render.llama" ],
      "spawn_egg": {
        "texture": "spawn_egg",
        "texture_index": 38
      }
    }
  }
}