{
  "format_version": "1.8.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "minecraft:cat",
      "materials": { "default": "cat" },
      "textures": {
        "white": "textures/entity/cat/white",
        "black": "textures/entity/cat/tuxedo",
        "red": "textures/entity/cat/redtabby",
        "siamese": "textures/entity/cat/siamesecat",
        "british": "textures/entity/cat/britishshorthair",
        "calico": "textures/entity/cat/calico",
        "persian": "textures/entity/cat/persian",
        "ragdoll": "textures/entity/cat/ragdoll",
        "tabby": "textures/entity/cat/tabby",
        "jellie": "textures/entity/cat/jellie", 
        "all_black": "textures/entity/cat/allblackcat",
        "white_tame": "textures/entity/cat/white_tame",
        "black_tame": "textures/entity/cat/tuxedo_tame",
        "red_tame": "textures/entity/cat/redtabby_tame",
        "siamese_tame": "textures/entity/cat/siamesecat_tame",
        "british_tame": "textures/entity/cat/britishshorthair_tame",
        "calico_tame": "textures/entity/cat/calico_tame",
        "persian_tame": "textures/entity/cat/persian_tame",
        "ragdoll_tame": "textures/entity/cat/ragdoll_tame",
        "tabby_tame": "textures/entity/cat/tabby_tame",
        "all_black_tame": "textures/entity/cat/allblackcat_tame",
        "jellie_tame":  "textures/entity/cat/jellie_tame"
      },
      "geometry": {
        "default": "geometry.cat"
      },
      "animations": {
        "sneak": "animation.cat.sneak",
        "walk": "animation.cat.walk",
        "sprint": "animation.cat.sprint",
        "sit": "animation.cat.sit",
        "look_at_target": "animation.common.look_at_target",
        "baby_transform": "animation.cat.baby_transform",
        "lie_down": "animation.cat.lie_down"
      },
      "animation_controllers": [
        { "look_at_target": "controller.animation.cat.look_at_target" },
        { "move": "controller.animation.cat.move" },
        { "baby": "controller.animation.cat.baby" }
      ],
      "render_controllers": [ "controller.render.cat" ],
      "spawn_egg": {
        "texture": "spawn_egg_cat"
      }
    }
  }
}