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

23 lines
592 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": [3, 3, 0],
"to": [13, 13, 3],
"faces": {
"north": {"uv": [3, 3, 13, 13], "texture": "#1", "cullface": "north"},
"east": {"uv": [13, 3, 16, 13], "texture": "#1"},
"west": {"uv": [0, 3, 3, 13], "texture": "#1"},
"up": {"uv": [3, 0, 13, 3], "texture": "#2"},
"down": {"uv": [3, 13, 13, 16], "texture": "#texture"}
}
}
]
}