ploof-pack/faithless/assets/minecraft/models/block/flowering_azalea_leaves.json

38 lines
1.1 KiB
JSON

{
"parent": "block/block",
"textures": {
"1": "block/flowering_azalea_leaves_tree",
"2": "block/flowering_azalea_leaves",
"particle": "block/flowering_azalea_leaves"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "down"}
}
},
{
"from": [0, -16, 8],
"to": [16, 0, 8],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"},
"south": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"}
}
},
{
"from": [8, -14, 0],
"to": [8, 2, 16],
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"},
"west": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"}
}
}
]
}