MCMinecraft Assets Explorer

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

fence_post.json0 B

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