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