diff options
Diffstat (limited to 'assets/minecraft/models/block/stem_growth3.json')
| -rwxr-xr-x | assets/minecraft/models/block/stem_growth3.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/stem_growth3.json b/assets/minecraft/models/block/stem_growth3.json new file mode 100755 index 00000000..7dfa1c08 --- /dev/null +++ b/assets/minecraft/models/block/stem_growth3.json | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "textures": { | ||
| 4 | "particle": "#stem" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { "from": [ 0, -1, 8 ], | ||
| 8 | "to": [ 16, 7, 8 ], | ||
| 9 | "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 }, | ||
| 10 | "faces": { | ||
| 11 | "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem" }, | ||
| 12 | "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem" } | ||
| 13 | } | ||
| 14 | }, | ||
| 15 | { "from": [ 8, -1, 0 ], | ||
| 16 | "to": [ 8, 7, 16 ], | ||
| 17 | "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 }, | ||
| 18 | "faces": { | ||
| 19 | "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem" }, | ||
| 20 | "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem" } | ||
| 21 | } | ||
| 22 | } | ||
| 23 | ] | ||
| 24 | } | ||