MCMinecraft Assets Explorer

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

template_lantern.json0 B

Empty File
{
    "parent": "block/block",
    "textures": {
        "particle": "#lantern"
    },
    "elements": [
        {   "from": [ 5, 0, 5 ],
            "to": [ 11, 7, 11 ],
            "faces": {
                "down":  { "uv": [  0, 9,  6, 15 ], "texture": "#lantern", "cullface": "down" },
                "up":    { "uv": [  0, 9,  6, 15 ], "texture": "#lantern" },
                "north": { "uv": [ 0, 2, 6,  9 ], "texture": "#lantern" },
                "south": { "uv": [ 0, 2, 6,  9 ], "texture": "#lantern" },
                "west":  { "uv": [ 0, 2, 6,  9 ], "texture": "#lantern" },
                "east":  { "uv": [ 0, 2, 6,  9 ], "texture": "#lantern" }
            }
        },
        {   "from": [ 6, 7, 6 ],
            "to": [ 10, 9, 10 ],
            "faces": {
                "up":    { "uv": [  1, 10,  5, 14 ], "texture": "#lantern" },
                "north": { "uv": [ 1, 0, 5,  2 ], "texture": "#lantern" },
                "south": { "uv": [ 1, 0, 5,  2 ], "texture": "#lantern" },
                "west":  { "uv": [ 1, 0, 5,  2 ], "texture": "#lantern" },
                "east":  { "uv": [ 1, 0, 5,  2 ], "texture": "#lantern" }
            }
        },
        {
            "from": [ 6.5, 9, 8 ],
            "to": [ 9.5, 11, 8 ],
            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45},
            "shade": false,
            "faces": {
                "north": { "uv": [ 14, 1, 11, 3 ], "texture": "#lantern" },
                "south": { "uv": [ 11, 1, 14, 3 ], "texture": "#lantern" }
            }
        },
        {
            "from": [ 8, 9, 6.5 ],
            "to": [ 8, 11, 9.5 ],
            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45},
            "shade": false,
            "faces": {
                "west": { "uv": [ 14, 10, 11, 12 ], "texture": "#lantern" },
                "east": { "uv": [ 11, 10, 14, 12 ], "texture": "#lantern" }
            }
        }
    ]
}