{
  "format_version": "1.8.0",
  "minecraft:entity": {
    "description": {
      "identifier": "minecraft:bat",
      "is_spawnable": true,
      "is_summonable": true,
      "is_experimental": false
    },
    "component_groups": {
    },

    "components": {
      "minecraft:type_family": {
        "family": [ "bat" ]
      },
      "minecraft:breathable": {
        "totalSupply": 15,
        "suffocateTime": 0
      },
      "minecraft:collision_box": {
        "width": 0.5,
        "height": 0.9
      },
      "minecraft:fall_damage": {
        "value": 0.0
      },

      "minecraft:movement": {
        "value": 0.1
      },
      "minecraft:navigation.float": {
        "can_path_over_water": true
      },
      "minecraft:movement.basic": {
      },
      "minecraft:jump.static": {
      },
      "minecraft:behavior.float": {
        "priority": 0
      },
      "minecraft:behavior.float_wander": {
        "xz_dist": 10,
        "y_dist": 7,
        "y_offset": -2.0,
        "random_reselect": true,
        "float_duration": [ 0.1, 0.35 ]
      },
      "minecraft:can_fly": {
      },
      "minecraft:health": {
        "value": 6,
        "max": 6
      },
      "minecraft:nameable": {
      },
      "minecraft:physics": {
      }
    },

    "events": {
    }
  }
}
