diff options
Diffstat (limited to 'assets/minecraft/models/block/crop_cross.json')
| -rwxr-xr-x | assets/minecraft/models/block/crop_cross.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/crop_cross.json b/assets/minecraft/models/block/crop_cross.json new file mode 100755 index 00000000..72fbb7da --- /dev/null +++ b/assets/minecraft/models/block/crop_cross.json | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": true, | ||
| 3 | "textures": { | ||
| 4 | "particle": "block/farmland_moist" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { | ||
| 8 | "from": [0, -1, 8], | ||
| 9 | "to": [16, 15, 8], | ||
| 10 | "shade": false, | ||
| 11 | "faces": { | ||
| 12 | "north": {"uv": [0, 0, 16, 16], "texture": "#crop"}, | ||
| 13 | "south": {"uv": [0, 0, 16, 16], "texture": "#crop"} | ||
| 14 | } | ||
| 15 | }, | ||
| 16 | { | ||
| 17 | "from": [8, -1, 0], | ||
| 18 | "to": [8, 15, 16], | ||
| 19 | "shade": false, | ||
| 20 | "faces": { | ||
| 21 | "east": {"uv": [0, 0, 16, 16], "texture": "#crop"}, | ||
| 22 | "west": {"uv": [0, 0, 16, 16], "texture": "#crop"} | ||
| 23 | } | ||
| 24 | } | ||
| 25 | ] | ||
| 26 | } \ No newline at end of file | ||