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

26 lines
515 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"ambientocclusion": true,
"textures": {
"particle": "block/farmland_moist"
},
"elements": [
{
"from": [8, -16, -8],
"to": [8, 16, 24],
"shade": false,
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#crop"},
"west": {"uv": [0, 0, 16, 16], "texture": "#crop"}
}
},
{
"from": [-8, -16, 8],
"to": [24, 16, 8],
"shade": false,
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#crop"},
"south": {"uv": [0, 0, 16, 16], "texture": "#crop"}
}
}
]
}