MCMinecraft Assets Explorer

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

template_azalea.json0 B

Empty File
{
    "parent": "block/block",
    "ambientocclusion": false,
    "textures": {
        "particle": "block/azalea_plant",
        "plant": "block/azalea_plant"
    },
    "elements": [
        {   "from": [ 0, 16, 0 ],
            "to": [ 16, 16, 16 ],
            "faces": {
                "down":  { "uv": [ 16,  16, 0, 0 ], "texture": "#top" },
                "up":    { "uv": [ 0,  0, 16, 16 ], "texture": "#top" }
            }
        },
        {   "from": [ 0, 5, 0 ],
            "to": [ 16, 16, 0 ],
            "faces": {
                "north": { "uv": [ 0, 0, 16, 10 ], "texture": "#side"},
                "south": { "uv": [ 0, 0, 16, 10 ], "texture": "#side"}
            }
        },
        {   "from": [ 0, 5, 16 ],
            "to": [ 16, 16, 16 ],
            "faces": {
                "north": { "uv": [ 0, 0, 16, 10 ], "texture": "#side"},
                "south": { "uv": [ 0, 0, 16, 10 ], "texture": "#side"}
            }
        },
        {   "from": [ 0, 5, 0 ],
            "to": [ 0, 16, 16 ],
            "faces": {
                "west":  { "uv": [ 16, 0, 0, 10 ], "texture": "#side"},
                "east":  { "uv": [ 0, 0, 16, 10 ], "texture": "#side"}
            }
        },
        {   "from": [ 16, 5, 0 ],
            "to": [ 16, 16, 16 ],
            "faces": {
                "west":  { "uv": [ 16, 0, 0, 10 ], "texture": "#side"},
                "east":  { "uv": [ 0, 0, 16, 10 ], "texture": "#side"}
            }
        },
        {   "from": [ 0.8, 0, 8 ],
            "to": [ 15.2, 15.8, 8 ],
            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
            "faces": {
                "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" },
                "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" }
            }
        },
        {   "from": [ 8, 0, 0.8 ],
            "to": [ 8, 15.8, 15.2 ],
            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
            "faces": {
                "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" },
                "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" }
            }
        }
    ]
}