Cave Spider - 1.18.12.1

<< back to entity list

Last Updated

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

What's Changed:

Changes since stable release 1.18.0.2

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

Changes since stable release 1.18.10.4

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


Statistics:

Health

[12]

Loot / Barter Loot / Additional Drops
  • String
  • Spider Eye
    Attack Damage
    • Spider Poison Easy: 2
    • Spider Poison Hard: 2
    • Spider Poison Normal: 2
    Can be Ridden by Mobs
    • Default: Zombie
    • Spider Jockey: Skeleton
    • Spider Stray Jockey: Skeleton
    • Spider Wither Jockey: Skeleton
    Families
    • Default: Arthropod, Cavespider, Mob, Monster
    Movement Speed
    • Default: 0.3
    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.17.0/entities/cave_spider.json
    Animations
    • resource_packs/vanilla/animations/spider.animation.json
    Animation Controllers
    • resource_packs/vanilla/animation_controllers/spider.animation_controllers.json
    Entity
    • resource_packs/vanilla/entity/cave_spider.entity.json
    Geometry
    • resource_packs/vanilla/models/entity/spider.geo.json
    Loot Tables
    • behavior_packs/vanilla/loot_tables/entities/spider.json
    Render Controllers
    • resource_packs/vanilla/render_controllers/spider.render_controllers.json
    Sounds
    • resource_packs/vanilla/sounds/mob/spider/death.fsb
    • resource_packs/vanilla/sounds/mob/spider/say1.fsb
    • resource_packs/vanilla/sounds/mob/spider/say2.fsb
    • resource_packs/vanilla/sounds/mob/spider/say3.fsb
    • resource_packs/vanilla/sounds/mob/spider/say4.fsb
    • resource_packs/vanilla/sounds/mob/spider/step1.fsb
    • resource_packs/vanilla/sounds/mob/spider/step2.fsb
    • resource_packs/vanilla/sounds/mob/spider/step3.fsb
    • resource_packs/vanilla/sounds/mob/spider/step4.fsb
    Textures
    • resource_packs/vanilla/textures/entity/spider/cave_spider.tga

    Material Info:

    Material: Spider
    {
        "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": 0,
            "textureFilter": "Point"
        },
        "+defines": [
            "USE_OVERLAY",
            "ALPHA_TEST",
            "USE_EMISSIVE"
        ],
        "+states": [
            "DisableCulling"
        ]
    }
    Material: Spider Invisible
    {
        "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": 0,
            "textureFilter": "Point"
        },
        "+defines": [
            "USE_OVERLAY",
            "ALPHA_TEST",
            "USE_EMISSIVE",
            "USE_ONLY_EMISSIVE"
        ],
        "+states": [
            "DisableCulling"
        ]
    }