{
  "format_version": "1.26.0",
  "minecraft:entity": {
    "description": {
      "identifier": "minecraft:tadpole",
      "is_summonable": true,
      "is_spawnable": true,
      "spawn_category": "creature"
    },
    "components": {
      "minecraft:ageable": {
        "duration": 1200,
        "feed_items": [
          "slime_ball"
        ],
        "grow_up": {
          "event": "ageable_grow_up",
          "target": "self"
        }
      },
      "minecraft:behavior.look_at_player": {
        "look_time": {
          "min": 1,
          "max": 2
        },
        "priority": 3
      },
      "minecraft:behavior.panic": {
        "priority": 1,
        "speed_multiplier": 2
      },
      "minecraft:behavior.random_swim": {
        "interval": 100,
        "priority": 2
      },
      "minecraft:behavior.tempt": {
        "can_tempt_vertically": true,
        "items": [
          "slime_ball"
        ],
        "priority": 5,
        "speed_multiplier": 1.25
      },
      "minecraft:breathable": {
        "breathes_air": false,
        "breathes_water": true,
        "suffocate_time": 0,
        "generates_bubbles": false,
        "total_supply": 8
      },
      "minecraft:collision_box": {
        "height": 0.6,
        "width": 0.8
      },
      "minecraft:despawn": {
        "despawn_from_distance": {}
      },
      "minecraft:health": {
        "value": 6
      },
      "minecraft:hurt_on_condition": {
        "damage_conditions": [
          {
            "cause": "lava",
            "damage_per_tick": 4,
            "filters": {
              "operator": "==",
              "test": "in_lava",
              "subject": "self",
              "value": true
            }
          }
        ]
      },
      "minecraft:is_baby": {},
      "minecraft:is_hidden_when_invisible": {},
      "minecraft:movement": {
        "value": 0.1
      },
      "minecraft:movement.sway": { //This is needed to allow the tadpole to swim
        "sway_amplitude": 0
      },
      "minecraft:nameable": {},
      "minecraft:navigation.generic": {
        "avoid_damage_blocks": true,
        "can_path_over_water": true,
        "can_sink": false,
        "can_swim": true,
        "can_walk": false,
        "using_door_annotation": true
      },
      "minecraft:physics": {},
      "minecraft:pushable": {},
      "minecraft:type_family": {
        "family": [
          "tadpole",
          "mob"
        ]
      },
      "minecraft:underwater_movement": {
        "value": 0.1
      }
    },
    "component_groups": {
      "grow_up": {
        "minecraft:transformation": {
          "into": "minecraft:frog",
          "transformation_sound": "convert_to_frog"
        }
      }
    },
    "events": {
      "ageable_grow_up": {
        "sequence": [
          {
            "add": {
              "component_groups": [
                "grow_up"
              ]
            }
          }
        ]
      }
    }
  }
}