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

21 lines
619 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "block/block",
"ambientocclusion": false,
"textures": {
"particle": "block/chorus_plant",
"texture": "block/chorus_plant"
},
"elements": [
{
"from": [3, 0, 3],
"to": [13, 3, 13],
"faces": {
"north": {"uv": [3, 0, 13, 3], "rotation": 180, "texture": "#texture"},
"east": {"uv": [13, 3, 16, 13], "rotation": 90, "texture": "#texture"},
"south": {"uv": [3, 13, 13, 16], "texture": "#texture"},
"west": {"uv": [0, 3, 3, 13], "rotation": 270, "texture": "#texture"},
"down": {"uv": [3, 3, 13, 13], "rotation": 180, "texture": "#texture", "cullface": "north"}
}
}
]
}