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