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/attached_pumpkin_stem2.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/attached_pumpkin_stem2.json')
| -rwxr-xr-x | assets/minecraft/models/block/attached_pumpkin_stem2.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/attached_pumpkin_stem2.json b/assets/minecraft/models/block/attached_pumpkin_stem2.json new file mode 100755 index 00000000..fab0e1c7 --- /dev/null +++ b/assets/minecraft/models/block/attached_pumpkin_stem2.json | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "textures": { | ||
| 4 | "2": "block/pumpkin_stem", | ||
| 5 | "particle": "block/pumpkin_stem_particle" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [0, -1, 8], | ||
| 10 | "to": [16, 15, 8], | ||
| 11 | "shade": false, | ||
| 12 | "rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]}, | ||
| 13 | "faces": { | ||
| 14 | "north": {"uv": [6, 11.75, 8, 15.75], "texture": "#2"} | ||
| 15 | } | ||
| 16 | }, | ||
| 17 | { | ||
| 18 | "from": [0, -1, 8], | ||
| 19 | "to": [16, 15, 8], | ||
| 20 | "shade": false, | ||
| 21 | "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, | ||
| 22 | "faces": { | ||
| 23 | "east": {"uv": [8, 11.75, 6, 15.75], "texture": "#2"}, | ||
| 24 | "south": {"uv": [8, 11.75, 6, 15.75], "texture": "#2"} | ||
| 25 | } | ||
| 26 | }, | ||
| 27 | { | ||
| 28 | "from": [-16, -1, 8], | ||
| 29 | "to": [16, 31, 8], | ||
| 30 | "shade": false, | ||
| 31 | "faces": { | ||
| 32 | "north": {"uv": [4, 8, 8, 16], "texture": "#2"}, | ||
| 33 | "south": {"uv": [8, 8, 4, 16], "texture": "#2"} | ||
| 34 | } | ||
| 35 | } | ||
| 36 | ] | ||
| 37 | } \ No newline at end of file | ||