summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/small_dripleaf_top.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/small_dripleaf_top.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/small_dripleaf_top.json')
-rwxr-xr-xassets/minecraft/models/block/small_dripleaf_top.json87
1 files changed, 87 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/small_dripleaf_top.json b/assets/minecraft/models/block/small_dripleaf_top.json
new file mode 100755
index 00000000..8e7e4e2c
--- /dev/null
+++ b/assets/minecraft/models/block/small_dripleaf_top.json
@@ -0,0 +1,87 @@
1{
2 "parent": "block/block",
3 "texture_size": [16, 32],
4 "textures": {
5 "3": "block/small_dripleaf_stem",
6 "particle": "block/small_dripleaf_top",
7 "top": "block/small_dripleaf_top",
8 "side": "block/small_dripleaf_side"
9 },
10 "elements": [
11 {
12 "from": [8, 2.99, 8],
13 "to": [15, 2.99, 15],
14 "shade": false,
15 "faces": {
16 "up": {"uv": [8, 8, 0, 0], "texture": "#top"},
17 "down": {"uv": [8, 0, 0, 8], "texture": "#top"}
18 }
19 },
20 {
21 "from": [1, 8, 1],
22 "to": [8, 8, 8],
23 "shade": false,
24 "faces": {
25 "up": {"uv": [0, 0, 8, 8], "texture": "#top"},
26 "down": {"uv": [0, 8, 8, 0], "texture": "#top"}
27 }
28 },
29 {
30 "from": [1, 12, 8],
31 "to": [8, 12, 15],
32 "shade": false,
33 "faces": {
34 "up": {"uv": [0, 0, 8, 8], "rotation": 270, "texture": "#top"},
35 "down": {"uv": [8, 0, 0, 8], "rotation": 270, "texture": "#top"}
36 }
37 },
38 {
39 "from": [8, 2, 8],
40 "to": [15, 3, 15],
41 "shade": false,
42 "faces": {
43 "east": {"uv": [0, 0, 8, 1], "texture": "#side"},
44 "south": {"uv": [0, 0, 8, 1], "texture": "#side"}
45 }
46 },
47 {
48 "from": [1, 7, 1.01],
49 "to": [8, 8, 8],
50 "shade": false,
51 "faces": {
52 "north": {"uv": [0, 0, 8, 1], "texture": "#side"},
53 "west": {"uv": [0, 0, 8, 1], "texture": "#side"}
54 }
55 },
56 {
57 "from": [1, 11, 8],
58 "to": [8, 12, 15],
59 "shade": false,
60 "faces": {
61 "north": {"uv": [0, 0, 8, 1], "texture": "#side"},
62 "south": {"uv": [0, 0, 8, 1], "texture": "#side"},
63 "west": {"uv": [0, 0, 8, 1], "texture": "#side"}
64 }
65 },
66 {
67 "from": [4.5, -16, 8],
68 "to": [11.5, 14, 8],
69 "shade": false,
70 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
71 "faces": {
72 "north": {"uv": [4, 0, 12, 16], "texture": "#3"},
73 "south": {"uv": [4, 0, 12, 16], "texture": "#3"}
74 }
75 },
76 {
77 "from": [4.5, -16, 8],
78 "to": [11.5, 14, 8],
79 "shade": false,
80 "rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
81 "faces": {
82 "north": {"uv": [4, 0, 12, 16], "texture": "#3"},
83 "south": {"uv": [4, 0, 12, 16], "texture": "#3"}
84 }
85 }
86 ]
87} \ No newline at end of file