Witch - 1.16.210.05

<< back to entity list

Last Updated

The Witch entity last updated in Minecraft Version 1.16.100
View Entity Version History >>

What's Changed:

Changes since stable release 1.16.201.102

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

Changes since stable release 1.16.0.2



Statistics:

Health

[26]

Loot / Barter Loot / Additional Drops
  • Glowstone Dust
  • Sugar
  • Redstone
  • Spider Eye
  • Glass Bottle
  • Gunpowder
  • Stick
    Families
    • Default: Mob, Monster, Witch
    Movement Speed
    • Default: 0.25
    Other Attributes
    • Can be Renamed
    • Can Climb
    • Can Jump
    • Has Collisions
    • Has Gravity
    • Pushable
    • Pushable by Pistons

    Associated Files:

    Behavior File
    • behavior_packs/vanilla_1.16.100/entities/witch.json
    Animations
    • resource_packs/vanilla/animations/look_at_target.animation.json
    • resource_packs/vanilla/animations/villager.animation.json
    • resource_packs/vanilla/animations/witch.animation.json
    Animation Controllers
    • resource_packs/vanilla/animation_controllers/villager.animation_controllers.json
    • resource_packs/vanilla/animation_controllers/witch.animation_controllers.json
    Entity
    • resource_packs/vanilla/entity/witch.entity.json
    Geometry
    • resource_packs/vanilla/models/entity/witch.geo.json
    Loot Tables
    • behavior_packs/vanilla/loot_tables/entities/witch.json
    Render Controllers
    • resource_packs/vanilla/render_controllers/witch.render_controllers.json
    Sounds
    • resource_packs/vanilla/sounds/mob/witch/ambient1.fsb
    • resource_packs/vanilla/sounds/mob/witch/ambient2.fsb
    • resource_packs/vanilla/sounds/mob/witch/ambient3.fsb
    • resource_packs/vanilla/sounds/mob/witch/ambient4.fsb
    • resource_packs/vanilla/sounds/mob/witch/ambient5.fsb
    • resource_packs/vanilla/sounds/mob/witch/celebrate.fsb
    • resource_packs/vanilla/sounds/mob/witch/death1.fsb
    • resource_packs/vanilla/sounds/mob/witch/death2.fsb
    • resource_packs/vanilla/sounds/mob/witch/death3.fsb
    • resource_packs/vanilla/sounds/mob/witch/drink1.fsb
    • resource_packs/vanilla/sounds/mob/witch/drink2.fsb
    • resource_packs/vanilla/sounds/mob/witch/drink3.fsb
    • resource_packs/vanilla/sounds/mob/witch/drink4.fsb
    • resource_packs/vanilla/sounds/mob/witch/hurt1.fsb
    • resource_packs/vanilla/sounds/mob/witch/hurt2.fsb
    • resource_packs/vanilla/sounds/mob/witch/hurt3.fsb
    • resource_packs/vanilla/sounds/mob/witch/throw1.fsb
    • resource_packs/vanilla/sounds/mob/witch/throw2.fsb
    • resource_packs/vanilla/sounds/mob/witch/throw3.fsb
    Spawn Rules
    • behavior_packs/vanilla/spawn_rules/witch.json
    Textures
    • resource_packs/vanilla/textures/entity/witch.png

    Material Info:

    Material: Witch
    {
        "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"
        ]
    }