diff options
Diffstat (limited to 'assets/minecraft/models/block/seagrass_45.json')
| -rwxr-xr-x | assets/minecraft/models/block/seagrass_45.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/seagrass_45.json b/assets/minecraft/models/block/seagrass_45.json new file mode 100755 index 00000000..2d758578 --- /dev/null +++ b/assets/minecraft/models/block/seagrass_45.json | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "texture_size": [16, 32], | ||
| 4 | "textures": { | ||
| 5 | "particle": "block/seagrass", | ||
| 6 | "cross": "block/seagrass" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [0.8, 0, 8], | ||
| 11 | "to": [15.2, 32, 8], | ||
| 12 | "shade": false, | ||
| 13 | "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, | ||
| 14 | "faces": { | ||
| 15 | "north": {"uv": [0, 0, 16, 16], "texture": "#cross"}, | ||
| 16 | "south": {"uv": [0, 0, 16, 16], "texture": "#cross"} | ||
| 17 | } | ||
| 18 | } | ||
| 19 | ] | ||
| 20 | } \ No newline at end of file | ||