{
  "format_version": "1.26.0",
  "minecraft:entity": {
    "description": {
      "identifier": "minecraft:breeze",
      "is_summonable": true,
      "is_spawnable": true,
      "properties": {
        "minecraft:is_playing_idle_ground_sound": {
          "client_sync": false,
          "default": false,
          "type": "bool"
        }
      },
      "spawn_category": "monster"
    },
    "components": {
      "minecraft:behavior.fire_at_target": {
        "post_shoot_delay": 0.2,
        "attack_cooldown": 0.5,
        "attack_range": [
          2,
          16
        ],
        "filters": {
          "all_of": [
            {
              "test": "is_navigating",
              "value": false
            }
          ]
        },
        "owner_anchor": 2,
        "owner_offset": [
          0.0,
          0.3,
          0.0
        ],
        "pre_shoot_delay": 0.75,
        "priority": 2,
        "projectile_def": "minecraft:breeze_wind_charge_projectile",
        "ranged_fov": 90.0,
        "target_anchor": 0,
        "target_offset": [
          0.0,
          0.5,
          0.0
        ]
      },
      "minecraft:behavior.float": {
        "priority": 0
      },
      "minecraft:behavior.hurt_by_target": {
        "entity_types": [
          {
            "filters": {
              "all_of": [
                {
                  "operator": "!=",
                  "test": "is_family",
                  "subject": "other",
                  "value": "skeleton"
                },
                {
                  "operator": "!=",
                  "test": "is_family",
                  "subject": "other",
                  "value": "stray"
                },
                {
                  "operator": "!=",
                  "test": "is_family",
                  "subject": "other",
                  "value": "zombie"
                },
                {
                  "operator": "!=",
                  "test": "is_family",
                  "subject": "other",
                  "value": "husk"
                },
                {
                  "operator": "!=",
                  "test": "is_family",
                  "subject": "other",
                  "value": "spider"
                },
                {
                  "operator": "!=",
                  "test": "is_family",
                  "subject": "other",
                  "value": "cavespider"
                },
                {
                  "operator": "!=",
                  "test": "is_family",
                  "subject": "other",
                  "value": "slime"
                }
              ]
            }
          }
        ],
        "priority": 4
      },
      "minecraft:behavior.jump_around_target": {
        "jump_cooldown_duration": 0.5,
        "check_collision": false,
        "filters": {
          "all_of": [
            {
              "any_of": [
                {
                  "test": "in_water",
                  "value": true
                },
                {
                  "test": "on_ground",
                  "value": true
                }
              ]
            },
            {
              "test": "is_riding",
              "value": false
            },
            {
              "test": "in_lava",
              "value": false
            }
          ]
        },
        "entity_bounding_box_scale": 0.7,
        "landing_position_spread_degrees": 90,
        "required_vertical_space": 4,
        "jump_angles": [
          40.0,
          55.0,
          60.0,
          75.0,
          80.0
        ],
        "jump_cooldown_when_hurt_duration": 0.1,
        "landing_distance_from_target": [
          4.0,
          8.0
        ],
        "last_hurt_duration": 2.0,
        "line_of_sight_obstruction_height_ignore": 4,
        "max_jump_velocity": 1.4,
        "prepare_jump_duration": 0.5,
        "priority": 5,
        "snap_to_surface_block_range": 10,
        "valid_distance_to_target": [
          4.0,
          20.0
        ]
      },
      "minecraft:behavior.look_at_player": {
        "look_time": {
          "min": 1,
          "max": 2
        },
        "look_distance": 16,
        "priority": 7
      },
      "minecraft:behavior.move_around_target": {
        "destination_pos_spread_degrees": 360,
        "destination_position_range": [
          4.0,
          8.0
        ],
        "priority": 3,
        "filters": {
          "all_of": [
            {
              "test": "on_ground",
              "value": true
            },
            {
              "operator": "<=",
              "test": "target_distance",
              "subject": "self",
              "value": 24.0
            }
          ]
        },
        "movement_speed": 1.2
      },
      "minecraft:behavior.nearest_attackable_target": {
        "must_see": true,
        "within_radius": 24,
        "entity_types": [
          {
            "filters": {
              "AND": [
                {
                  "test": "is_family",
                  "subject": 1,
                  "operator": 0,
                  "value": "player"
                }
              ]
            },
            "max_dist": 24
          },
          {
            "filters": {
              "AND": [
                {
                  "test": "is_family",
                  "subject": 1,
                  "operator": 0,
                  "value": "irongolem"
                }
              ]
            },
            "max_dist": 24
          }
        ],
        "priority": 1
      },
      "minecraft:behavior.random_look_around": {
        "priority": 8
      },
      "minecraft:behavior.random_stroll": {
        "priority": 6,
        "speed_multiplier": 1.0
      },
      "minecraft:breathable": {
        "suffocate_time": 0,
        "total_supply": 15
      },
      "minecraft:can_climb": {},
      "minecraft:collision_box": {
        "height": 1.77,
        "width": 0.6
      },
      "minecraft:conditional_bandwidth_optimization": {},
      "minecraft:damage_sensor": {
        "triggers": [
          {
            "cause": "fall",
            "deals_damage": "no"
          },
          {
            "cause": "projectile",
            "on_damage": {
              "filters": {
                "operator": "!=",
                "test": "is_family",
                "subject": "damager",
                "value": "wind_charge"
              }
            },
            "deals_damage": "no"
          }
        ]
      },
      "minecraft:environment_sensor": {
        "triggers": [
          {
            "event": "minecraft:stop_playing_idle_ground_sound",
            "filters": {
              "all_of": [
                {
                  "subject": "self",
                  "test": "on_ground",
                  "value": true
                },
                {
                  "subject": "self",
                  "test": "has_target",
                  "value": true
                },
                {
                  "domain": "minecraft:is_playing_idle_ground_sound",
                  "operator": "==",
                  "test": "bool_property"
                }
              ]
            }
          },
          {
            "event": "minecraft:start_playing_idle_ground_sound",
            "filters": {
              "all_of": [
                {
                  "domain": "minecraft:is_playing_idle_ground_sound",
                  "operator": "!=",
                  "test": "bool_property"
                },
                {
                  "any_of": [
                    {
                      "subject": "self",
                      "test": "on_ground",
                      "value": false
                    },
                    {
                      "subject": "self",
                      "test": "has_target",
                      "value": false
                    }
                  ]
                }
              ]
            }
          }
        ]
      },
      "minecraft:experience_reward": {
        "on_bred": {
          "expression": "Math.Random(1,7)",
          "version": 12
        },
        "on_death": {
          "expression": "query.last_hit_by_player ? 10 : 0",
          "version": 12
        }
      },
      "minecraft:follow_range": {
        "value": 32.0
      },
      "minecraft:health": {
        "max": 30,
        "value": 30
      },
      "minecraft:hurt_on_condition": {
        "damage_conditions": [
          {
            "cause": "lava",
            "damage_per_tick": 4,
            "filters": {
              "operator": "==",
              "test": "in_lava",
              "subject": "self",
              "value": true
            }
          }
        ]
      },
      "minecraft:is_hidden_when_invisible": {},
      "minecraft:jump.static": {},
      "minecraft:knockback_resistance": {
        "value": 0.0
      },
      "minecraft:loot": {
        "table": "loot_tables/entities/breeze.json"
      },
      "minecraft:movement": {
        "value": 0.4
      },
      "minecraft:movement.basic": {},
      "minecraft:nameable": {},
      "minecraft:navigation.walk": {
        "blocks_to_avoid": [
          {
            "tags": "query.any_tag('trapdoors')"
          }
        ],
        "using_door_annotation": true
      },
      "minecraft:persistent": {},
      "minecraft:physics": {},
      "minecraft:pushable": {
        "is_pushable": true,
        "is_pushable_by_piston": true
      },
      "minecraft:reflect_projectiles": {
        "azimuth_angle": "180.0 + Math.random(-20.0, 20.0)",
        "reflected_projectiles": [
          "xp_bottle",
          "thrown_trident",
          "shulker_bullet",
          "dragon_fireball",
          "arrow",
          "snowball",
          "egg",
          "fireball",
          "splash_potion",
          "ender_pearl",
          "wither_skull",
          "wither_skull_dangerous",
          "small_fireball",
          "lingering_potion",
          "llama_spit",
          "fireworks_rocket",
          "fishing_hook"
        ],
        "reflection_scale": "0.5"
      },
      "minecraft:type_family": {
        "family": [
          "breeze",
          "monster",
          "mob"
        ]
      }
    },
    "events": {
      "minecraft:stop_playing_idle_ground_sound": {
        "set_property": {
          "minecraft:is_playing_idle_ground_sound": false
        },
        "remove": {
          "component_groups": [
            "minecraft:playing_idle_ground_sound"
          ]
        }
      },
      "minecraft:start_playing_idle_ground_sound": {
        "add": {
          "component_groups": [
            "minecraft:playing_idle_ground_sound"
          ]
        },
        "set_property": {
          "minecraft:is_playing_idle_ground_sound": true
        }
      }
    }
  }
}