{
  "format_version": "1.8.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "minecraft:axolotl",
      "materials": {
        "default": "axolotl",
        "limbs": "axolotl_limbs"
      },
      "textures": {
        "blue": "textures/entity/axolotl/axolotl_blue",
        "cyan": "textures/entity/axolotl/axolotl_cyan",
        "gold": "textures/entity/axolotl/axolotl_gold",
        "lucy": "textures/entity/axolotl/axolotl_lucy",
        "wild": "textures/entity/axolotl/axolotl_wild"
      },
      "geometry": {
        "default": "geometry.axolotl"
      },
      "animations": {
        "idle_float": "animation.axolotl.idle_underwater",
        "idle_floor": "animation.axolotl.idle_floor",
        "idle_floor_water": "animation.axolotl.idle_floor_underwater",
        "swim": "animation.axolotl.swim",
        "walk_floor": "animation.axolotl.walk_floor",
        "walk_floor_water": "animation.axolotl.walk_floor_underwater",
        "play_dead": "animation.axolotl.play_dead",
        "swim_angle": "animation.axolotl.swim_angle",
        "look_at_target": "animation.common.look_at_target"
      },
      "scripts": {
        "pre_animation": [
          "variable.moving = query.ground_speed > 0 || query.vertical_speed > 0;",
          "variable.pitch = query.body_x_rotation;"
          ]
      },
      "animation_controllers": [
        { "general": "controller.animation.axolotl.general" },
        { "move": "controller.animation.axolotl.move" }
      ],
      "render_controllers": [ "controller.render.axolotl" ],
      "spawn_egg": {
        "texture": "spawn_egg_axolotl"
      }
    }
  }
}