21 lines
619 B
JSON
21 lines
619 B
JSON
|
|
{
|
||
|
|
"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"}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|