{ "format_version": "1.16.0", "minecraft:entity": { "description": { "identifier": "imoo:turel", "is_spawnable": true, "is_summonable": true, "is_experimental": false }, "component_groups": { "mode_switcher": { "minecraft:target_nearby_sensor": { "inside_range": 2.0, "outside_range": 3.0, "must_see": true, "on_inside_range": { "event": "switch_to_melee", "target": "self" }, "on_outside_range": { "event": "switch_to_ranged", "target": "self" } } }, "ranged_mode": { "minecraft:shooter": { "def": "minecraft:arrow" }, "minecraft:behavior.ranged_attack": { "priority": 3, "burst_shots": 3, "burst_interval": 0.3, "charge_charged_trigger": 0.0, "charge_shoot_trigger": 4.0, "attack_interval_min": 2.0, "attack_interval_max": 4.0, "attack_radius": 40.0 } }, "melee_mode": { "minecraft:attack": { "damage": 6 }, "minecraft:behavior.melee_attack": { "priority": 3 } } }, "components": { "minecraft:is_hidden_when_invisible": { }, "minecraft:experience_reward": { "on_death": "query.last_hit_by_player ? 10 : 0" }, "minecraft:loot": { "table": "loot_tables/entities/imoo_turel.json" }, "minecraft:collision_box": { "width": 0.5, "height": 1.8 }, "minecraft:damage_sensor": { "triggers": { "cause": "fall", "deals_damage": false } }, "minecraft:movement": { "value": 0 }, "minecraft:navigation.walk": { "can_path_over_water": true, "avoid_water": true, "avoid_damage_blocks": true }, "minecraft:movement.basic": { }, "minecraft:jump.static": { }, "minecraft:can_climb": { }, "minecraft:health": { "value": 10000, "max": 10000 }, "minecraft:follow_range": { "value": 48, "max": 48 }, "minecraft:fire_immune": { }, "minecraft:nameable": { }, "minecraft:despawn": { "despawn_from_distance": {} }, "minecraft:behavior.float": { "priority": 0 }, "minecraft:behavior.hurt_by_target": { "priority": 1 }, "minecraft:behavior.target_when_pushed": { "priority": 1, "percent_chance": 5.0, "entity_types": [ { "filters": { "all_of": [ { "test" : "is_family", "subject" : "other", "value" : "monster" }, { "test" : "is_family", "subject" : "other", "operator": "!=", "value" : "creeper" } ] } } ] }, "minecraft:behavior.nearest_attackable_target": { "priority": 3, "must_reach": true, "must_see": true, "entity_types": [ { "filters": { "all_of": [ { "test": "is_family", "subject": "other", "value": "monster" }, { "test": "is_family", "subject": "other", "operator": "!=", "value": "creeper" } ] }, "within_default": 50 }, { "filters": { "all_of": [ { "test": "is_family", "subject": "other", "value": "hoglin" }, { "test": "is_difficulty", "operator": "!=", "value": "peaceful" } ] }, "max_dist": 50 }, { "filters": { "all_of": [ { "test": "is_family", "subject": "other", "value": "zoglin" }, { "test": "is_difficulty", "operator": "!=", "value": "peaceful" } ] }, "max_dist": 50 } ] }, "minecraft:behavior.random_stroll": { "priority": 4, "speed_multiplier": 1.0 }, "minecraft:behavior.random_look_around": { "priority": 5 }, "minecraft:type_family": { "family": [ "turel", "mob" ] }, "minecraft:physics": { }, "minecraft:pushable": { "is_pushable": true, "is_pushable_by_piston": true }, "minecraft:on_hurt": { "event": "minecraft:on_hurt_event", "target": "self" }, "minecraft:on_hurt_by_player": { "event": "minecraft:on_hurt_event", "target": "self" }, "minecraft:conditional_bandwidth_optimization": { } }, "events": { "minecraft:entity_spawned": { "add": { "component_groups": [ "mode_switcher" ] } }, "switch_to_melee": { "remove": { "component_groups": [ "ranged_mode" ] }, "add": { "component_groups": [ "melee_mode" ] } }, "switch_to_ranged": { "remove": { "component_groups": [ "melee_mode" ] }, "add": { "component_groups": [ "ranged_mode" ] } }, "minecraft:on_hurt_event": { "add": { "component_groups": [ "mode_switcher" ] } } } } }