{ "format_version": "1.13.0", "minecraft:entity": { "description": { "identifier": "minecraft:endermite", "is_spawnable": true, "is_summonable": true, "is_experimental": false }, "components": { "minecraft:experience_reward": { "on_death": "query.last_hit_by_player ? 3 : 0" }, "minecraft:breathable": { "total_supply": 15, "suffocate_time": 0 }, "minecraft:nameable": { }, "minecraft:type_family": { "family": [ "endermite", "arthropod", "monster", "mob" ] }, "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:hurt_on_condition": { "damage_conditions": [ { "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, "cause": "lava", "damage_per_tick": 4 } ] }, "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": { }, "minecraft:pushable": { "is_pushable": true, "is_pushable_by_piston": true } } } }