MCMinecraft Assets Explorer

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

template_wall_side.json0 B

Empty File
{
    "textures": {
        "particle": "#wall"
    },
    "elements": [
        {   "from": [ 5, 0, 0 ],
            "to": [ 11, 14, 8 ],
            "faces": {
                "down":  { "texture": "#wall", "cullface": "down" },
                "up":    { "texture": "#wall" },
                "north": { "texture": "#wall", "cullface": "north" },
                "west":  { "texture": "#wall" },
                "east":  { "texture": "#wall" }
            },
            "__comment": "wall"
        }
    ]
}