summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/acacia_fence.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/blockstates/acacia_fence.json')
-rwxr-xr-xassets/minecraft/blockstates/acacia_fence.json136
1 files changed, 136 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/acacia_fence.json b/assets/minecraft/blockstates/acacia_fence.json
new file mode 100755
index 00000000..6b9260e3
--- /dev/null
+++ b/assets/minecraft/blockstates/acacia_fence.json
@@ -0,0 +1,136 @@
1{
2 "multipart": [
3 {
4 "when": {
5 "OR": [
6 {
7 "north": "false",
8 "east": "false",
9 "south": "false",
10 "west": "false"
11 },
12 {
13 "north": "true",
14 "east": "false",
15 "south": "false",
16 "west": "false"
17 },
18 {
19 "north": "false",
20 "east": "true",
21 "south": "false",
22 "west": "false"
23 },
24 {
25 "north": "false",
26 "east": "false",
27 "south": "true",
28 "west": "false"
29 },
30 {
31 "north": "false",
32 "east": "false",
33 "south": "false",
34 "west": "true"
35 }
36 ]
37 },
38 "apply": {
39 "model": "minecraft:block/acacia_fence_post2",
40 "uvlock": false
41 }
42 },
43 {
44 "when": {
45 "OR": [
46 {
47 "north": "true",
48 "east": "true"
49 },
50 {
51 "east": "true",
52 "south": "true"
53 },
54 {
55 "south": "true",
56 "west": "true"
57 },
58 {
59 "north": "true",
60 "west": "true"
61 },
62 {
63 "north": "true",
64 "south": "true"
65 },
66 {
67 "east": "true",
68 "west": "true"
69 }
70 ]
71 },
72 "apply": {
73 "model": "minecraft:block/acacia_fence_post",
74 "uvlock": false
75 }
76 },
77 {
78 "when": {
79 "north": "true", "south": "true"
80 },
81 "apply": {
82 "model": "minecraft:block/acacia_fence_side2",
83 "uvlock": false
84 }
85 },
86 {
87 "when": {
88 "east": "true", "west": "true"
89 },
90 "apply": {
91 "model": "minecraft:block/acacia_fence_side2",
92 "y": 90,
93 "uvlock": false
94 }
95 },
96 {
97 "when": {
98 "north": "true", "south": "false"
99 },
100 "apply": {
101 "model": "minecraft:block/acacia_fence_side",
102 "uvlock": false
103 }
104 },
105 {
106 "when": {
107 "east": "true", "west": "false"
108 },
109 "apply": {
110 "model": "minecraft:block/acacia_fence_side",
111 "y": 90,
112 "uvlock": false
113 }
114 },
115 {
116 "when": {
117 "south": "true", "north": "false"
118 },
119 "apply": {
120 "model": "minecraft:block/acacia_fence_side",
121 "y": 180,
122 "uvlock": false
123 }
124 },
125 {
126 "when": {
127 "west": "true", "east": "false"
128 },
129 "apply": {
130 "model": "minecraft:block/acacia_fence_side",
131 "y": 270,
132 "uvlock": false
133 }
134 }
135 ]
136} \ No newline at end of file