diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/stem_growth1.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/stem_growth1.json')
| -rwxr-xr-x | assets/minecraft/models/block/stem_growth1.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/stem_growth1.json b/assets/minecraft/models/block/stem_growth1.json new file mode 100755 index 00000000..ca4e46f6 --- /dev/null +++ b/assets/minecraft/models/block/stem_growth1.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, 3, 8 ], | ||
| 9 | "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 }, | ||
| 10 | "faces": { | ||
| 11 | "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" }, | ||
| 12 | "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem" } | ||
| 13 | } | ||
| 14 | }, | ||
| 15 | { "from": [ 8, -1, 0 ], | ||
| 16 | "to": [ 8, 3, 16 ], | ||
| 17 | "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 }, | ||
| 18 | "faces": { | ||
| 19 | "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" }, | ||
| 20 | "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem" } | ||
| 21 | } | ||
| 22 | } | ||
| 23 | ] | ||
| 24 | } | ||