Bee - 1.17.30.4

<< back to entity list

Last Updated

The Bee entity last updated in Minecraft Version 1.17.0
View Entity Version History >>

What's Changed:

Changes since stable release 1.17.0.2

There have been no changes to this entity or its associated files since this previous version

Changes since stable release 1.17.11.1

There have been no changes to this entity or its associated files since this previous version


Statistics:

Health

[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: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.17.0/entities/bee.json
    Animations
    • resource_packs/vanilla_1.14/animations/bee.animation.json
    Animation Controllers
    • resource_packs/vanilla_1.14/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.14/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"
                        }
                    ]
                }
            }
        ],
        "msaaSupport": [
            "Both"
        ],
        "+samplerStates": {
            "samplerIndex": 1,
            "textureWrap": "Repeat"
        },
        "+defines": [
            "USE_OVERLAY",
            "ALPHA_TEST"
        ],
        "+states": [
            "DisableCulling"
        ]
    }