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

16 lines
332 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"textures": {
"1": "block/pink_petals_1",
"particle": "block/pink_petals"
},
"elements": [
{
"from": [0, 3, 0],
"to": [16, 3, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#1", "rotation": 180},
"down": {"uv": [0, 16, 16, 0], "texture": "#1", "rotation": 180, "cullface": "down"}
}
}
]
}