{
  "format_version": "1.8.0",
  "minecraft:entity": {
    "description": {
      "identifier": "minecraft:endermite",
      "is_spawnable": true,
      "is_summonable": true,
      "is_experimental": false
    },
    "components": {
      "minecraft:breathable": {
        "totalSupply": 15,
        "suffocateTime": 0
      },
      "minecraft:nameable": {
      },

      "minecraft:type_family": {
        "family": [ "endermite", "arthropod", "monster" ]
      },
      "minecraft:collision_box": {
        "width": 0.4,
        "height": 0.3
      },

      "minecraft:movement": {
        "value": 0.25
      },
      "minecraft:navigation.walk": {
        "can_path_over_water": true
      },
      "minecraft:movement.basic": {
        
      },
      "minecraft:jump.static": {
      },
      "minecraft:can_climb": {
      },
		  "minecraft:health": {
        "value": 8,
        "max": 8
      },
      "minecraft:attack": {
        "damage": 2
      },

      "minecraft:behavior.float": {
        "priority": 0
      },

      "minecraft:behavior.melee_attack": {
        "priority": 3,
        "speed_multiplier": 1,
        "track_target": true
      },

      "minecraft:behavior.nearest_attackable_target": {
        "priority": 5,
        "within_radius": 16,
        "entity_types": [
          {
            "filters": {
              "any_of": [
                {
                  "test": "is_family",
                  "subject": "other",
                  "value": "player"
                },
                {
                  "test": "is_family",
                  "subject": "other",
                  "value": "enderman"
                }
              ]
            },
            "max_dist": 16
          }
        ],
        "must_see": true
      },
      "minecraft:behavior.random_stroll": {
        "priority": 6,
        "speed_multiplier": 1
      },
	    "minecraft:physics": {
      }
    }
  }
}

