{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "minecraft:bee",
      "materials": { "default": "bee" },
      "textures": {
        "default": "textures/entity/bee/bee",
        "angry": "textures/entity/bee/bee_angry",
        "nectar": "textures/entity/bee/bee_nectar",
        "angry_nectar": "textures/entity/bee/bee_angry_nectar"
      },
      "geometry": {
        "default": "geometry.bee"
      },
      "animations": {
        "flying": "animation.bee.flying",
        "drip": "controller.animation.bee.drip",
        "controller_bee_sting": "controller.animation.bee.sting",
        "bee_sting": "animation.bee.sting",
        "bee_no_stinger": "animation.bee.no_stinger",
        "bee_fly_bobbing": "animation.bee.fly.bobbing",
        "bee_root_controller": "controller.animation.bee.root"
      },      
      "particle_effects": {
        "nectar_dripping": "minecraft:nectar_drip_particle"
      },
      "scripts": {
        "animate": [
          "bee_root_controller",
          { "bee_no_stinger": "query.mark_variant == 1" }
        ]
      },
      "render_controllers": [ "controller.render.bee" ],
      "spawn_egg": {
        "overlay_color": "#43241B",
        "base_color": "#EDC343"
      }
    }
  }
}