MCMinecraft Assets Explorer

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

template_wall_post.json0 B

Empty File
{
    "textures": {
        "particle": "#wall"
    },
    "elements": [
        {   "from": [ 4, 0, 4 ],
            "to": [ 12, 16, 12 ],
            "faces": {
                "down":  { "texture": "#wall", "cullface": "down" },
                "up":    { "texture": "#wall", "cullface": "up" },
                "north": { "texture": "#wall" },
                "south": { "texture": "#wall" },
                "west":  { "texture": "#wall" },
                "east":  { "texture": "#wall" }
            },
            "__comment": "Center post"
        }
    ]
}