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

18 lines
370 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"textures": {
"0": "block/cherry_branch",
"particle": "block/cherry_branch"
},
"elements": [
{
"from": [-8, 0, 8],
"to": [24, 32, 8],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [8, 16, 8]},
"faces": {
"north": {"uv": [16, 0, 0, 16], "texture": "#0"},
"south": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
}
]
}