MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more
snapshot

scaffolding_stable.json0 B

Empty File
{
    "parent": "block/block",
    "textures": {
        "particle": "block/scaffolding_top",
        "top": "block/scaffolding_top",
        "side": "block/scaffolding_side",
        "bottom": "block/scaffolding_bottom"
    },
    "elements": [
        {
            "from": [0, 15.99, 0],
            "to": [16, 16, 16],
            "faces": {
                "up": { "texture": "#top", "cullface": "up" },
                "down": { "texture": "#top", "uv": [0, 16, 16, 0] }
            }
        },
        {
            "from": [0, 0, 0],
            "to": [2, 16, 2],
            "faces": {
                "north": { "texture": "#side", "cullface": "north" },
                "east": { "texture": "#side" },
                "south": { "texture": "#side" },
                "west": { "texture": "#side", "cullface": "west" },
                "down": { "texture": "#bottom", "cullface": "down" }
            }
        },
        {
            "from": [0, 0, 14],
            "to": [2, 16, 16],
            "faces": {
                "north": { "texture": "#side" },
                "east": { "texture": "#side" },
                "south": { "texture": "#side", "cullface": "south" },
                "west": { "texture": "#side", "cullface": "west" },
                "down": { "texture": "#bottom", "cullface": "down" }
            }
        },
        {
            "from": [14, 0, 14],
            "to": [16, 16, 16],
            "faces": {
                "north": { "texture": "#side" },
                "east": { "texture": "#side", "cullface": "east" },
                "south": { "texture": "#side", "cullface": "south" },
                "west": { "texture": "#side" },
                "down": { "texture": "#bottom", "cullface": "down" }
            }
        },
        {
            "from": [14, 0, 0],
            "to": [16, 16, 2],
            "faces": {
                "north": { "texture": "#side", "cullface": "north" },
                "east": { "texture": "#side", "cullface": "east" },
                "south": { "texture": "#side" },
                "west": { "texture": "#side" },
                "down": { "texture": "#bottom", "cullface": "down" }
            }
        },
        {
            "from": [2, 14, 0],
            "to": [14, 16, 2],
            "faces": {
                "north": { "texture": "#side", "cullface": "north" },
                "south": { "texture": "#side", "uv": [2, 2, 14, 4] },
                "down": { "texture": "#bottom" }
            }
        },
        {
            "from": [2, 14, 14],
            "to": [14, 16, 16],
            "faces": {
                "north": { "texture": "#side", "uv": [14, 0, 2, 2] },
                "south": { "texture": "#side", "cullface": "south" },
                "down": { "texture": "#bottom" }
            }
        },
        {
            "from": [14, 14, 2],
            "to": [16, 16, 14],
            "faces": {
                "east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east" },
                "west": { "texture": "#side", "uv": [14, 2, 2, 4] },
                "down": { "texture": "#bottom" }
            }
        },
        {
            "from": [0, 14, 2],
            "to": [2, 16, 14],
            "faces": {
                "east": { "texture": "#side" },
                "west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" },
                "down": { "texture": "#bottom" }
            }
        }
    ]
}