summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/attached_pumpkin_stem2.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/attached_pumpkin_stem2.json')
-rwxr-xr-xassets/minecraft/models/block/attached_pumpkin_stem2.json37
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