Minecart - 1.17.30.4

<< back to entity list

Last Updated

The Minecart 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:

    Families
    • Default: Inanimate, Minecart
    Other Attributes
    • Can be Ridden by Mobs
    • Can be Ridden by Player
    • Has Collisions
    • Has Gravity
    • Pushable
    • Pushable by Pistons

    Associated Files:

    Behavior File
    • behavior_packs/vanilla_1.16.100/entities/minecart.json
    Animations
    • resource_packs/vanilla/animations/minecart.animation.v1.0.json
    Entity
    • resource_packs/vanilla_1.17.0/entity/minecart.entity.json
    Geometry
    • resource_packs/vanilla/models/entity/minecart_v1.0.geo.json
    Render Controllers
    • resource_packs/vanilla/render_controllers/minecart.render_controllers.json
    Textures
    • resource_packs/vanilla/textures/entity/minecart.png

    Material Info:

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