{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "minecraft:glow_squid",
      "materials": { "default": "glow_squid" },
      "textures": {
        "default": "textures/entity/glow_squid/glow_squid"
      },
      "geometry": {
        "default": "geometry.squid"
      },
      "animations": {
        "move": "animation.squid.move",
        "squid_rotate": "animation.squid.rotate"
      },
      "scripts": {
        "animate": [
          "move",
          "squid_rotate"
        ]
      },
      "render_controllers": [ "controller.render.glow_squid" ],
      "spawn_egg": {
        "texture": "spawn_egg_glow_squid"
      }
    }
  }
}