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