{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "bd:ball",
      "materials": {
        "default": "arrow"
      },
      "textures": {
        "default": "textures/entity/ball"
      },
      "geometry": {
        "default": "geometry.ball"
      },
      "animations": {
        "move": "animation.arrow.move"
      },
      "scripts": {
        "animate": [
          "move"
        ]
      },
      "render_controllers": [ "controller.render.bullet_projectile" ]
    }
  }
}
