summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/cherry_fence_gate.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/cherry_fence_gate.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/cherry_fence_gate.json')
-rwxr-xr-xassets/minecraft/models/block/cherry_fence_gate.json101
1 files changed, 101 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/cherry_fence_gate.json b/assets/minecraft/models/block/cherry_fence_gate.json
new file mode 100755
index 00000000..cfc35a1d
--- /dev/null
+++ b/assets/minecraft/models/block/cherry_fence_gate.json
@@ -0,0 +1,101 @@
1{
2 "parent": "block/block",
3 "textures": {
4 "particle": "block/air",
5 "texture": "block/cherry_fence_gate"
6 },
7 "elements": [
8 {
9 "from": [0, 0, 7],
10 "to": [2, 15, 9],
11 "faces": {
12 "north": {"uv": [14, 1, 16, 16], "texture": "#texture"},
13 "east": {"uv": [14, 1, 16, 16], "texture": "#texture"},
14 "south": {"uv": [14, 1, 16, 16], "texture": "#texture"},
15 "west": {"uv": [14, 1, 16, 16], "texture": "#texture"},
16 "up": {"uv": [14, 1, 16, 3], "texture": "#texture"},
17 "down": {"uv": [14, 14, 16, 16], "rotation": 180, "texture": "#texture"}
18 }
19 },
20 {
21 "from": [2, 2, 7],
22 "to": [8, 14, 9],
23 "faces": {
24 "north": {"uv": [8, 2, 14, 14], "texture": "#texture"},
25 "south": {"uv": [2, 2, 8, 14], "texture": "#texture"}
26 }
27 },
28 {
29 "from": [6, 4, 7],
30 "to": [8, 12, 9],
31 "faces": {
32 "east": {"uv": [6, 4, 8, 12], "texture": "#texture"},
33 "west": {"uv": [8, 4, 10, 12], "texture": "#texture"}
34 }
35 },
36 {
37 "from": [2, 12, 7],
38 "to": [8, 14, 9],
39 "faces": {
40 "east": {"uv": [8, 2, 10, 4], "texture": "#texture"},
41 "up": {"uv": [8, 2, 14, 4], "texture": "#texture"},
42 "down": {"uv": [8, 2, 14, 4], "texture": "#texture"}
43 }
44 },
45 {
46 "from": [2, 2, 7],
47 "to": [8, 4, 9],
48 "faces": {
49 "east": {"uv": [8, 12, 10, 14], "texture": "#texture"},
50 "up": {"uv": [8, 12, 14, 14], "texture": "#texture"},
51 "down": {"uv": [8, 12, 14, 14], "texture": "#texture"}
52 }
53 },
54 {
55 "from": [8, 2, 7],
56 "to": [14, 14, 9],
57 "faces": {
58 "north": {"uv": [2, 2, 8, 14], "texture": "#texture"},
59 "south": {"uv": [8, 2, 14, 14], "texture": "#texture"}
60 }
61 },
62 {
63 "from": [14, 0, 7],
64 "to": [16, 15, 9],
65 "faces": {
66 "north": {"uv": [14, 1, 16, 16], "texture": "#texture"},
67 "east": {"uv": [14, 1, 16, 16], "texture": "#texture"},
68 "south": {"uv": [14, 1, 16, 16], "texture": "#texture"},
69 "west": {"uv": [14, 1, 16, 16], "texture": "#texture"},
70 "up": {"uv": [14, 1, 16, 3], "rotation": 180, "texture": "#texture"},
71 "down": {"uv": [14, 14, 16, 16], "texture": "#texture"}
72 }
73 },
74 {
75 "from": [8, 4, 7],
76 "to": [10, 12, 9],
77 "faces": {
78 "east": {"uv": [8, 4, 10, 12], "texture": "#texture"},
79 "west": {"uv": [6, 4, 8, 12], "texture": "#texture"}
80 }
81 },
82 {
83 "from": [8, 12, 7],
84 "to": [14, 14, 9],
85 "faces": {
86 "west": {"uv": [8, 2, 10, 4], "texture": "#texture"},
87 "up": {"uv": [8, 2, 14, 4], "rotation": 180, "texture": "#texture"},
88 "down": {"uv": [8, 2, 14, 4], "rotation": 180, "texture": "#texture"}
89 }
90 },
91 {
92 "from": [8, 2, 7],
93 "to": [14, 4, 9],
94 "faces": {
95 "west": {"uv": [8, 12, 10, 14], "texture": "#texture"},
96 "up": {"uv": [8, 12, 14, 13], "rotation": 180, "texture": "#texture"},
97 "down": {"uv": [8, 12, 14, 14], "rotation": 180, "texture": "#texture"}
98 }
99 }
100 ]
101} \ No newline at end of file