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

20 lines
444 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "block/block",
"ambientocclusion": false,
"texture_size": [16, 32],
"textures": {
"stem": "block/big_dripleaf_stem",
"particle": "block/big_dripleaf_top"
},
"elements": [
{
"from": [0, -16, 12],
"to": [16, 16, 12],
"shade": false,
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#stem", "cullface": "down"},
"south": {"uv": [0, 0, 16, 16], "texture": "#stem", "cullface": "down"}
}
}
]
}