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

28 lines
701 B
JSON

{
"ambientocclusion": true,
"textures": {
"particle": "block/farmland_moist"
},
"elements": [
{
"from": [0, -1, 8],
"to": [16, 15, 8],
"shade": false,
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": false },
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#crop"},
"south": {"uv": [0, 0, 16, 16], "texture": "#crop"}
}
},
{
"from": [8, -1, 0],
"to": [8, 15, 16],
"shade": false,
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": false },
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#crop"},
"west": {"uv": [0, 0, 16, 16], "texture": "#crop"}
}
}
]
}