{
  "format_version": "1.8.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "minecraft:panda",
      "materials": { "default": "panda" },
      "textures": {
        "default": "textures/entity/panda/panda",
        "lazy": "textures/entity/panda/panda_lazy",
        "worried": "textures/entity/panda/panda_worried",
        "playful": "textures/entity/panda/panda_playful",
        "brown": "textures/entity/panda/panda_brown",
        "weak": "textures/entity/panda/panda_sneezy",
        "aggressive": "textures/entity/panda/panda_aggressive"
      },
      "geometry": {
        "default": "geometry.panda"
      },
      "animations": {
        "unhappy": "animation.panda.unhappy",
        "sneezing": "animation.panda.sneezing",
        "walk": "animation.quadruped.walk",
        "look_at_target": "animation.common.look_at_target",
        "baby_transform": "animation.panda.baby_transform",
        "sitting": "animation.panda.sitting",
        "rolling": "animation.panda.rolling",
        "lying": "animation.panda.lying"
      },
      "animation_controllers": [
        { "move": "controller.animation.panda.move" },
        { "unhappy": "controller.animation.panda.unhappy" },
        { "sneezing": "controller.animation.panda.sneezing" },
        { "baby": "controller.animation.panda.baby" }
      ],
      "render_controllers": [ "controller.render.panda" ],
      "spawn_egg": {
        "texture": "spawn_egg_panda"
      }
    }
  }
}