Zoglin - 1.16.0.2

<< back to entity list

Last Updated

The Zoglin entity last updated in Minecraft Version 1.16
View Entity Version History >>

What's Changed:

Changes since stable release 1.14.60.5

The Zoglin did not exist in this version.


Statistics:

Health

[40]

Loot / Barter Loot / Additional Drops

Rotten Flesh

    Attack Damage
    • Zoglin Adult: 3 - 8
    Families
    • Zoglin Adult: Mob, Undead, Zoglin, Zoglin Adult
    • Zoglin Baby: Mob, Undead, Zoglin, Zoglin Baby
    Knockback Resistance
    • Default: 0.5
    Movement Speed
    • Default: 0.25
    Other Attributes
    • Attack Damage > Zoglin Baby
    • Can be Renamed
    • Can Breath in Water
    • Can Climb
    • Can Jump
    • Has Collisions
    • Has Gravity
    • Immune to Fire
    • Leashable
    • Pushable
    • Pushable by Pistons

    Associated Files:

    Behavior File
    • behavior_packs/vanilla_1.16/entities/zoglin.json
    Animations
    • resource_packs/vanilla_1.16/animations/hoglin.animation.json
    Entity
    • resource_packs/vanilla_1.16/entity/zoglin.entity.json
    Geometry
    • resource_packs/vanilla_1.16/models/entity/hoglin.geo.json
    Loot Tables
    • behavior_packs/vanilla_1.16/loot_tables/entities/zoglin.json
    Render Controllers
    • resource_packs/vanilla_1.16/render_controllers/zoglin.render_controllers.json
    Sounds
    • resource_packs/vanilla/sounds/mob/pig/boost1.fsb
    • resource_packs/vanilla/sounds/mob/pig/boost2.fsb
    • resource_packs/vanilla/sounds/mob/pig/boost3.fsb
    • resource_packs/vanilla/sounds/mob/pig/boost4long.fsb
    • resource_packs/vanilla/sounds/mob/pig/boost5long.fsb
    • resource_packs/vanilla/sounds/mob/pig/death.fsb
    • resource_packs/vanilla/sounds/mob/pig/say1.fsb
    • resource_packs/vanilla/sounds/mob/pig/say2.fsb
    • resource_packs/vanilla/sounds/mob/pig/say3.fsb
    • resource_packs/vanilla/sounds/mob/pig/step1.fsb
    • resource_packs/vanilla/sounds/mob/pig/step2.fsb
    • resource_packs/vanilla/sounds/mob/pig/step3.fsb
    • resource_packs/vanilla/sounds/mob/pig/step4.fsb
    • resource_packs/vanilla/sounds/mob/pig/step5.fsb
    Textures
    • resource_packs/vanilla_1.16/textures/entity/zoglin/zoglin.png

    Material Info:

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