{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "minecraft:llama_spit",
      "materials": { "default": "llama_spit" },
      "textures": {
        "default": "textures/entity/llama/spit"
      },
      "geometry": {
        "default": "geometry.llamaspit"
      },
      "animations": {
        "setup": "animation.llama_spit.setup"
      },
      "scripts": {
        "animate": [
          "setup"
        ]
      },
      "render_controllers": [ "controller.render.llama_spit" ]
    }
  }
}