{
  "fields": [
    {
      "id": "priority",
      "title": "Priority",
      "hideSamples": true,
      "description": "As priority approaches 0, the priority is increased. The higher the priority, the sooner this behavior will be executed as a goal.",
      "dataType": 0,
      "samples": {
        "/vanilla/behavior_pack/entities/glow_squid.json": [
          {
            "path": "/minecraft:entity/components/minecraft:behavior.squid_dive/",
            "content": 2
          }
        ],
        "/vanilla/behavior_pack/entities/squid.json": [
          {
            "path": "/minecraft:entity/components/minecraft:behavior.squid_dive/",
            "content": 2
          }
        ]
      }
    }
  ],
  "restrictions": [
    {
      "id": "minecraft:squid",
      "type": "entity_type"
    }
  ],
  "description": "Allows the squid to dive down in water.",
  "title": "Squid Dive Behavior",
  "samples": {
    "/vanilla/behavior_pack/entities/glow_squid.json": [
      {
        "path": "/minecraft:entity/components/minecraft:behavior.squid_dive/",
        "content": {
          "priority": 2
        }
      }
    ],
    "/vanilla/behavior_pack/entities/squid.json": [
      {
        "path": "/minecraft:entity/components/minecraft:behavior.squid_dive/",
        "content": {
          "priority": 2
        }
      }
    ]
  },
  "id": "minecraft:behavior.squid_dive"
}