summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/spruce_fence_gate_open.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/spruce_fence_gate_open.json')
-rwxr-xr-xassets/minecraft/models/block/spruce_fence_gate_open.json80
1 files changed, 80 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/spruce_fence_gate_open.json b/assets/minecraft/models/block/spruce_fence_gate_open.json
new file mode 100755
index 00000000..58dc2a9a
--- /dev/null
+++ b/assets/minecraft/models/block/spruce_fence_gate_open.json
@@ -0,0 +1,80 @@
1{
2 "parent": "block/block",
3 "textures": {
4 "particle": "block/spruce_fence_gate",
5 "texture": "block/spruce_fence_gate"
6 },
7 "elements": [
8 {
9 "from": [0, 0, 7],
10 "to": [2, 14, 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": [0, 1, 2, 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, 10, 9],
22 "to": [2, 13, 15],
23 "faces": {
24 "east": {"uv": [8, 5, 14, 2], "rotation": 180, "texture": "#texture"},
25 "south": {"uv": [8, 2, 10, 5], "texture": "#texture"},
26 "west": {"uv": [8, 5, 14, 2], "rotation": 180, "texture": "#texture"},
27 "up": {"uv": [8, 2, 14, 4], "rotation": 270, "texture": "#texture"},
28 "down": {"uv": [8, 2, 14, 5], "rotation": 90, "texture": "#texture"}
29 }
30 },
31 {
32 "from": [0.1, 10, 6.7],
33 "to": [1.9, 13, 15],
34 "rotation": {"angle": -45, "axis": "x", "origin": [7, 10, 15]},
35 "faces": {
36 "east": {"uv": [8, 5, 14, 2], "rotation": 180, "texture": "#texture"},
37 "south": {"uv": [8, 2, 10, 5], "texture": "#texture"},
38 "west": {"uv": [8, 5, 14, 2], "rotation": 180, "texture": "#texture"},
39 "up": {"uv": [8, 2, 14, 4], "rotation": 270, "texture": "#texture"},
40 "down": {"uv": [8, 2, 14, 5], "rotation": 90, "texture": "#texture"}
41 }
42 },
43 {
44 "from": [14, 0, 7],
45 "to": [16, 14, 9],
46 "faces": {
47 "north": {"uv": [14, 1, 16, 13], "texture": "#texture"},
48 "east": {"uv": [14, 1, 16, 13], "texture": "#texture"},
49 "south": {"uv": [14, 1, 16, 13], "texture": "#texture"},
50 "west": {"uv": [0, 1, 2, 13], "texture": "#texture"},
51 "up": {"uv": [14, 1, 16, 3], "rotation": 90, "texture": "#texture"},
52 "down": {"uv": [14, 11, 16, 13], "rotation": 90, "texture": "#texture"}
53 }
54 },
55 {
56 "from": [14, 10, 9],
57 "to": [16, 13, 15],
58 "rotation": {"angle": 0, "axis": "y", "origin": [15, -1, 8]},
59 "faces": {
60 "east": {"uv": [8, 5, 14, 2], "rotation": 180, "texture": "#texture"},
61 "south": {"uv": [8, 2, 10, 5], "texture": "#texture"},
62 "west": {"uv": [8, 5, 14, 2], "rotation": 180, "texture": "#texture"},
63 "up": {"uv": [8, 2, 14, 4], "rotation": 270, "texture": "#texture"},
64 "down": {"uv": [8, 2, 14, 5], "rotation": 90, "texture": "#texture"}
65 }
66 },
67 {
68 "from": [14.1, 10, 6.7],
69 "to": [15.9, 13, 15],
70 "rotation": {"angle": -45, "axis": "x", "origin": [21, 10, 15]},
71 "faces": {
72 "east": {"uv": [8, 5, 14, 2], "rotation": 180, "texture": "#texture"},
73 "south": {"uv": [8, 2, 10, 5], "texture": "#texture"},
74 "west": {"uv": [8, 5, 14, 2], "rotation": 180, "texture": "#texture"},
75 "up": {"uv": [8, 2, 14, 4], "rotation": 270, "texture": "#texture"},
76 "down": {"uv": [8, 2, 14, 5], "rotation": 90, "texture": "#texture"}
77 }
78 }
79 ]
80} \ No newline at end of file