{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "minecraft:fox",
      "materials": { "default": "fox" },
      "textures": {
        "red": "textures/entity/fox/fox",
        "arctic": "textures/entity/fox/arctic_fox",
        "baby_red": "textures/entity/fox/fox_baby",
        "baby_arctic": "textures/entity/fox/fox_snow_baby",
        "baby_sleep_red": "textures/entity/fox/fox_sleep_baby",
        "baby_sleep_arctic": "textures/entity/fox/fox_snow_sleep_baby"
      },
      "geometry": {
        "default": "geometry.fox",
        "baby": "geometry.fox.baby"
      },
      "animations": {
        "walk": "animation.quadruped.walk",
        "look_at_target": "animation.common.look_at_target",
        "crouch": "animation.fox.crouch",
        "sleep": "animation.fox.sleep",
        "setup": "animation.fox.setup",
        "sit": "animation.fox.sit",
        "wiggle": "animation.fox.wiggle",
        "stuck": "animation.fox.stuck",
        "pounce": "animation.fox.pounce",
        "move": "controller.animation.fox.move",
        "baby_walk": "animation.fox.baby_walk",
        "baby_pounce": "animation.fox.baby_pounce",
        "baby_sit": "animation.fox.baby_sit",
        "baby_sleep": "animation.fox.baby_sleep",
        "baby_wiggle": "animation.fox.baby_wiggle"
      },
      "scripts": {
        "scale": "query.is_baby ? 2.0 : 1.0",
        "animate": ["setup", "move"]
      },
      "render_controllers": ["controller.render.fox.v2"],
      "spawn_egg": {
        "texture": "spawn_egg_fox"
      }
    }
  }
}
