{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "minecraft:squid",
      "materials": { "default": "squid" },
      "textures": {
        "default": "textures/entity/squid",
        "baby": "textures/entity/squid/squid_baby"
      },
      "geometry": {
        "default": "geometry.squid",
        "baby": "geometry.squid.baby"
      },
      "animations": {
        "move": "animation.squid.move",
        "squid_rotate": "animation.squid.rotate"
      },
      "scripts": {
        "scale": "query.is_baby ? 2.0 : 1.0",
        "animate": ["move", "squid_rotate"]
      },
      "render_controllers": ["controller.render.squid.v2"],
      "spawn_egg": {
        "texture": "spawn_egg_squid"
      }
    }
  }
}
