24 lines
626 B
JSON
24 lines
626 B
JSON
{
|
|
"parent": "block/block",
|
|
"ambientocclusion": false,
|
|
"textures": {
|
|
"1": "block/chorus_plant_side",
|
|
"2": "block/chorus_plant_top",
|
|
"particle": "block/chorus_plant",
|
|
"texture": "block/chorus_plant"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [2, 2, 2],
|
|
"to": [14, 14, 14],
|
|
"faces": {
|
|
"north": {"uv": [2, 2, 14, 14], "texture": "#1"},
|
|
"east": {"uv": [2, 2, 14, 14], "texture": "#1"},
|
|
"south": {"uv": [2, 2, 14, 14], "texture": "#1"},
|
|
"west": {"uv": [2, 2, 14, 14], "texture": "#1"},
|
|
"up": {"uv": [2, 2, 14, 14], "texture": "#2"},
|
|
"down": {"uv": [2, 2, 14, 14], "texture": "#texture"}
|
|
}
|
|
}
|
|
]
|
|
} |