Bee - 1.19.83.1
                    <<
                        back to
                        entity list
                    
                                        
                        
                            
                        
                    
                    View
                        Entity Version History >>
                    
                    
                    
Resource Packs
                    
                    
                        
                            
                        
                            
                    
                    
                                            
                Last Updated
The Bee entity last updated in Minecraft Version 1.19.50What's Changed:
Changes since stable release 1.19.81.1
There have been no changes to this entity or its associated files since this previous version
Changes since stable release 1.19.0.5
Behavior Packs- Previous Value:"minecraft:is_charged": []
- New Value:"minecraft:environment_sensor": {
 "triggers": [
 {
 "event": "seek_shelter",
 "filters": {
 "all_of": [
 {
 "any_of": [
 {
 "test": "is_daytime",
 "value": false
 },
 {
 "test": "weather",
 "operator": "==",
 "value": "precipitation"
 }
 ]
 },
 {
 "test": "bool_property",
 "domain": "minecraft:has_nectar",
 "operator": "!="
 },
 {
 "test": "has_biome_tag",
 "value": "overworld"
 }
 ]
 }
 }
 ]
 }Previous Value:"minecraft:environment_sensor": {
 "triggers": [
 {
 "event": "seek_shelter",
 "filters": {
 "all_of": [
 {
 "any_of": [
 {
 "test": "is_daytime",
 "value": false
 },
 {
 "test": "weather",
 "operator": "==",
 "value": "precipitation"
 }
 ]
 },
 {
 "test": "has_component",
 "value": "minecraft:is_charged",
 "operator": "!="
 },
 {
 "test": "has_biome_tag",
 "value": "overworld"
 }
 ]
 }
 }
 ]
 }
- New Value:"minecraft:game_event_movement_tracking": {
 "emit_flap": true
 }
- New Value:"properties": {
 "minecraft:has_nectar": {
 "type": "bool",
 "client_sync": true,
 "default": "query.had_component_group('has_nectar')"
 }
 }
- New Value:"collected_nectar": {
 "remove": {
 "component_groups": [
 "look_for_food"
 ]
 },
 "add": {
 "component_groups": [
 "return_to_home",
 "has_nectar",
 "default_sound"
 ]
 },
 "set_property": {
 "minecraft:has_nectar": true
 }
 }Previous Value:"collected_nectar": {
 "remove": {
 "component_groups": [
 "look_for_food"
 ]
 },
 "add": {
 "component_groups": [
 "return_to_home",
 "has_nectar",
 "default_sound"
 ]
 }
 }
- The find_hive_timeout component was changed in the events subsection of the minecraft:entity sectionNew Value:"find_hive_timeout": {
 "sequence": [
 {
 "filters": {
 "test": "bool_property",
 "operator": "!=",
 "domain": "minecraft:has_nectar"
 },
 "remove": {
 "component_groups": [
 "find_hive",
 "escape_fire"
 ]
 },
 "add": {
 "component_groups": [
 "look_for_food"
 ]
 }
 },
 {
 "filters": {
 "test": "bool_property",
 "domain": "minecraft:has_nectar"
 },
 "remove": {
 "component_groups": [
 "find_hive"
 ]
 },
 "add": {
 "component_groups": [
 "return_to_home"
 ]
 }
 }
 ]
 }Previous Value:"find_hive_timeout": {
 "sequence": [
 {
 "filters": {
 "test": "has_component",
 "operator": "!=",
 "value": "minecraft:is_charged"
 },
 "remove": {
 "component_groups": [
 "find_hive",
 "escape_fire"
 ]
 },
 "add": {
 "component_groups": [
 "look_for_food"
 ]
 }
 },
 {
 "filters": {
 "test": "has_component",
 "value": "minecraft:is_charged"
 },
 "remove": {
 "component_groups": [
 "find_hive"
 ]
 },
 "add": {
 "component_groups": [
 "return_to_home"
 ]
 }
 }
 ]
 }
- New Value:"minecraft:exited_disturbed_hive": {
 "add": {
 "component_groups": [
 "take_nearest_target"
 ]
 },
 "remove": {
 "component_groups": [
 "find_hive",
 "return_to_home",
 "has_nectar",
 "abort_shelter_detection",
 "shelter_detection",
 "escape_fire"
 ]
 },
 "set_property": {
 "minecraft:has_nectar": false
 }
 }Previous Value:"minecraft:exited_disturbed_hive": {
 "add": {
 "component_groups": [
 "take_nearest_target"
 ]
 },
 "remove": {
 "component_groups": [
 "find_hive",
 "return_to_home",
 "has_nectar",
 "abort_shelter_detection",
 "shelter_detection",
 "escape_fire"
 ]
 }
 }
- New Value:"minecraft:exited_hive": {
 "add": {
 "component_groups": [
 "look_for_food",
 "shelter_detection"
 ]
 },
 "remove": {
 "component_groups": [
 "find_hive",
 "return_to_home",
 "has_nectar",
 "abort_shelter_detection"
 ]
 },
 "set_property": {
 "minecraft:has_nectar": false
 }
 }Previous Value:"minecraft:exited_hive": {
 "add": {
 "component_groups": [
 "look_for_food",
 "shelter_detection"
 ]
 },
 "remove": {
 "component_groups": [
 "find_hive",
 "return_to_home",
 "has_nectar",
 "abort_shelter_detection"
 ]
 }
 }
 
 
- New Value:"default": {
 "transitions": [
 {
 "dripping": "query.property('minecraft:has_nectar')"
 }
 ]
 }Previous Value:"default": {
 "transitions": [
 {
 "dripping": "query.is_powered"
 }
 ]
 }
- New Value:"dripping": {
 "particle_effects": [
 {
 "effect": "nectar_dripping"
 }
 ],
 "transitions": [
 {
 "default": "!query.property('minecraft:has_nectar')"
 }
 ]
 }Previous Value:"dripping": {
 "particle_effects": [
 {
 "effect": "nectar_dripping"
 }
 ],
 "transitions": [
 {
 "default": "!query.is_powered"
 }
 ]
 }
 
 
- New Value:"textures": [
 "array.skins[query.property('minecraft:has_nectar') + query.is_angry * 2]"
 ]Previous Value:"textures": [
 "array.skins[query.is_powered + query.is_angry * 2]"
 ]
 
 
Statistics:
Health
 




 [10]
[10]
Attack Damage
- Easy Attack: 2
- Hard Attack: 2
- Normal Attack: 2
Breedable
- Bee Adult: Minecraft:azalea Leaves Flowered, Minecraft:double Plant:0, Minecraft:double Plant:1, Minecraft:double Plant:4, Minecraft:double Plant:5, Minecraft:flowering Azalea, Minecraft:mangrove Propagule, Minecraft:red Flower, Minecraft:wither Rose, Minecraft:yellow Flower
Families
- Countdown To Perish: Arthropod, Bee, Mob, Pacified
- Default: Arthropod, Bee, Mob
Flying Speed
- Default: 0.15
Mark Variations
- Countdown To Perish
Movement Speed
- Default: 0.3
Other Attributes
- Can be Renamed
- Can Fly
- Can Jump
- Has Collisions
- Has Gravity
- Leashable
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
                            - behavior_packs/vanilla_1.19.50/entities/bee.json
Animations
- resource_packs/vanilla_1.14/animations/bee.animation.json
Animation Controllers
- resource_packs/vanilla_1.19.50/animation_controllers/bee.animation_controllers.json
Entity
- resource_packs/vanilla_1.15/entity/bee.entity.json
Geometry
- resource_packs/vanilla_1.14/models/entity/bee.geo.json
Render Controllers
- resource_packs/vanilla_1.19.50/render_controllers/bee.render_controllers.json
Sounds
- resource_packs/vanilla/sounds/mob/bee/death1.fsb
- resource_packs/vanilla/sounds/mob/bee/death2.fsb
- resource_packs/vanilla/sounds/mob/bee/hurt1.fsb
- resource_packs/vanilla/sounds/mob/bee/hurt2.fsb
- resource_packs/vanilla/sounds/mob/bee/hurt3.fsb
- resource_packs/vanilla/sounds/mob/bee/pollinate1.fsb
- resource_packs/vanilla/sounds/mob/bee/pollinate2.fsb
- resource_packs/vanilla/sounds/mob/bee/pollinate3.fsb
- resource_packs/vanilla/sounds/mob/bee/pollinate4.fsb
- resource_packs/vanilla/sounds/mob/bee/sting.fsb
Spawn Rules
- behavior_packs/vanilla_1.14/spawn_rules/bee.json
Textures
- resource_packs/vanilla_1.14/textures/entity/bee/bee.png
- resource_packs/vanilla_1.14/textures/entity/bee/bee_angry.png
- resource_packs/vanilla_1.14/textures/entity/bee/bee_angry_nectar.png
- resource_packs/vanilla_1.14/textures/entity/bee/bee_nectar.png
Material Info:
Material: Bee
{
    "vertexShader": "shaders/entity.vertex",
    "vrGeometryShader": "shaders/entity.geometry",
    "fragmentShader": "shaders/entity.fragment",
    "vertexFields": [
        {
            "field": "Position"
        },
        {
            "field": "Normal"
        },
        {
            "field": "UV0"
        }
    ],
    "variants": [
        {
            "skinning": {
                "+defines": [
                    "USE_SKINNING"
                ],
                "vertexFields": [
                    {
                        "field": "Position"
                    },
                    {
                        "field": "BoneId0"
                    },
                    {
                        "field": "Normal"
                    },
                    {
                        "field": "UV0"
                    }
                ]
            }
        },
        {
            "skinning_color": {
                "+defines": [
                    "USE_SKINNING",
                    "USE_OVERLAY"
                ],
                "+states": [
                    "Blending"
                ],
                "vertexFields": [
                    {
                        "field": "Position"
                    },
                    {
                        "field": "BoneId0"
                    },
                    {
                        "field": "Color"
                    },
                    {
                        "field": "Normal"
                    },
                    {
                        "field": "UV0"
                    }
                ]
            }
        },
        {
            "skinning_alphatest": {
                "+defines": [
                    "USE_SKINNING",
                    "ALPHA_TEST"
                ],
                "+states": [
                    "DisableCulling"
                ],
                "vertexFields": [
                    {
                        "field": "Position"
                    },
                    {
                        "field": "BoneId0"
                    },
                    {
                        "field": "Normal"
                    },
                    {
                        "field": "UV0"
                    }
                ]
            }
        }
    ],
    "msaaSupport": [
        "Both"
    ],
    "+samplerStates": {
        "samplerIndex": 1,
        "textureWrap": "Repeat"
    },
    "+defines": [
        "USE_OVERLAY",
        "ALPHA_TEST"
    ],
    "+states": [
        "DisableCulling"
    ]
} 
                 
                             
                             
                             
                             
                             
                             
                             
                            