{
  "format_version": "1.8.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "minecraft:salmon",
      "materials": { "default": "salmon" },
      "textures": {
        "default": "textures/entity/fish/salmon"
      },
      "geometry": {
        "default": "geometry.salmon"
      },
      "scripts": {
        "pre_animation": [
          "variable.ZRot = !query.is_in_water ? Math.cos((query.time_stamp + query.frame_alpha) * 14.32) * 90 : 0.0;",
          "variable.AnimationAmountBlend = Math.lerp(variable.AnimationAmountPrev, variable.AnimationAmount, query.frame_alpha);"
        ]
      },
      "animations": {
        "flop": "animation.salmon.flop",
        "swim": "animation.salmon.swim"
      },
      "animation_controllers": [
        {
          "general": "controller.animation.fish.general"
        }
      ],
      "render_controllers": [ "controller.render.salmon" ],
      "spawn_egg": {
        "texture": "spawn_egg_salmon"
      }
    }
  }
}