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