summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/attached_pumpkin_stem.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/attached_pumpkin_stem.json')
-rwxr-xr-xassets/minecraft/models/block/attached_pumpkin_stem.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/attached_pumpkin_stem.json b/assets/minecraft/models/block/attached_pumpkin_stem.json
new file mode 100755
index 00000000..519e4d4c
--- /dev/null
+++ b/assets/minecraft/models/block/attached_pumpkin_stem.json
@@ -0,0 +1,49 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "2": "block/pumpkin_stem",
5 "3": "block/pumpkin_side",
6 "4": "block/pumpkin_top",
7 "particle": "block/pumpkin_stem_particle"
8 },
9 "elements": [
10 {
11 "from": [0, -1, 8],
12 "to": [16, 15, 8],
13 "shade": false,
14 "rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
15 "faces": {
16 "north": {"uv": [2, 11.75, 4, 15.75], "texture": "#2"}
17 }
18 },
19 {
20 "from": [0, -1, 8],
21 "to": [16, 15, 8],
22 "shade": false,
23 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
24 "faces": {
25 "east": {"uv": [4, 11.75, 2, 15.75], "texture": "#2"},
26 "south": {"uv": [4, 11.75, 2, 15.75], "texture": "#2"}
27 }
28 },
29 {
30 "from": [0, -1, 8],
31 "to": [16, 31, 8],
32 "shade": false,
33 "faces": {
34 "north": {"uv": [0, 8, 2, 16], "texture": "#2"},
35 "south": {"uv": [2, 8, 0, 16], "texture": "#2"}
36 }
37 },
38 {
39 "from": [-16, -0.1, -0.1],
40 "to": [0.1, 16.1, 16.1],
41 "faces": {
42 "north": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#3"},
43 "east": {"uv": [0, 0, 16, 16], "texture": "#4"},
44 "south": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#3"},
45 "up": {"uv": [0, 16, 16, 0], "rotation": 270, "texture": "#3"}
46 }
47 }
48 ]
49} \ No newline at end of file