{
  "format_version": "1.8.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "minecraft:rabbit",
      "materials": { "default": "rabbit" },
      "textures": {
        "brown": "textures/entity/rabbit/brown",
        "white": "textures/entity/rabbit/white",
        "black": "textures/entity/rabbit/blackrabbit",
        "white_splotched": "textures/entity/rabbit/white_splotched",
        "gold": "textures/entity/rabbit/gold",
        "salt": "textures/entity/rabbit/salt",
        "toast": "textures/entity/rabbit/toast"
      },
      "geometry": {
        "default": "geometry.rabbit"
      },
      "animations": {
        "move": "animation.rabbit.move",
        "baby_transform": "animation.rabbit.baby_transform",
        "look_at_target": "animation.common.look_at_target"
      },
      "animation_controllers": [
        { "general": "controller.animation.rabbit.general" },
        { "baby": "controller.animation.rabbit.baby" }
      ],
      "render_controllers": [ "controller.render.rabbit" ],
      "spawn_egg": {
        "texture": "spawn_egg",
        "texture_index": 24
      }
    }
  }
}