summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/deepslate_tile_stairs.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/blockstates/deepslate_tile_stairs.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/blockstates/deepslate_tile_stairs.json')
-rwxr-xr-xassets/minecraft/blockstates/deepslate_tile_stairs.json204
1 files changed, 204 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/deepslate_tile_stairs.json b/assets/minecraft/blockstates/deepslate_tile_stairs.json
new file mode 100755
index 00000000..5b8250b9
--- /dev/null
+++ b/assets/minecraft/blockstates/deepslate_tile_stairs.json
@@ -0,0 +1,204 @@
1{
2 "multipart": [
3 { "when": { "facing": "east", "half": "bottom", "shape": "straight" },
4 "apply": { "model": "block/deepslate_tile_stairs" }
5 },
6 { "when": { "facing": "south", "half": "bottom", "shape": "straight" },
7 "apply": { "model": "block/deepslate_tile_stairs_alt", "y": 90 }
8 },
9 { "when": { "facing": "west", "half": "bottom", "shape": "straight" },
10 "apply": { "model": "block/deepslate_tile_stairs", "y": 180 }
11 },
12 { "when": { "facing": "north", "half": "bottom", "shape": "straight" },
13 "apply": { "model": "block/deepslate_tile_stairs_alt", "y": 270 }
14 },
15
16
17 { "when": { "facing": "east", "half": "bottom", "shape": "inner_left" },
18 "apply": { "model": "block/deepslate_tile_stairs_inner_alt", "y": 270 }
19 },
20 { "when": { "facing": "south", "half": "bottom", "shape": "inner_left" },
21 "apply": { "model": "block/deepslate_tile_stairs_inner" }
22 },
23 { "when": { "facing": "west", "half": "bottom", "shape": "inner_left" },
24 "apply": { "model": "block/deepslate_tile_stairs_inner_alt", "y": 90 }
25 },
26 { "when": { "facing": "north", "half": "bottom", "shape": "inner_left" },
27 "apply": { "model": "block/deepslate_tile_stairs_inner", "y": 180 }
28 },
29 { "when": { "facing": "east", "half": "bottom", "shape": "inner_right" },
30 "apply": { "model": "block/deepslate_tile_stairs_inner" }
31 },
32 { "when": { "facing": "south", "half": "bottom", "shape": "inner_right" },
33 "apply": { "model": "block/deepslate_tile_stairs_inner_alt", "y": 90 }
34 },
35 { "when": { "facing": "west", "half": "bottom", "shape": "inner_right" },
36 "apply": { "model": "block/deepslate_tile_stairs_inner", "y": 180 }
37 },
38 { "when": { "facing": "north", "half": "bottom", "shape": "inner_right" },
39 "apply": { "model": "block/deepslate_tile_stairs_inner_alt", "y": 270 }
40 },
41
42
43 { "when": { "facing": "east", "half": "bottom", "shape": "outer_left" },
44 "apply": { "model": "block/deepslate_tile_stairs_outer", "y": 270 }
45 },
46 { "when": { "facing": "south", "half": "bottom", "shape": "outer_left" },
47 "apply": { "model": "block/deepslate_tile_stairs_outer_alt" }
48 },
49 { "when": { "facing": "west", "half": "bottom", "shape": "outer_left" },
50 "apply": { "model": "block/deepslate_tile_stairs_outer", "y": 90 }
51 },
52 { "when": { "facing": "north", "half": "bottom", "shape": "outer_left" },
53 "apply": { "model": "block/deepslate_tile_stairs_outer_alt", "y": 180 }
54 },
55 { "when": { "facing": "east", "half": "bottom", "shape": "outer_right" },
56 "apply": { "model": "block/deepslate_tile_stairs_outer_alt" }
57 },
58 { "when": { "facing": "south", "half": "bottom", "shape": "outer_right" },
59 "apply": { "model": "block/deepslate_tile_stairs_outer", "y": 90 }
60 },
61 { "when": { "facing": "west", "half": "bottom", "shape": "outer_right" },
62 "apply": { "model": "block/deepslate_tile_stairs_outer_alt", "y": 180 }
63 },
64 { "when": { "facing": "north", "half": "bottom", "shape": "outer_right" },
65 "apply": { "model": "block/deepslate_tile_stairs_outer", "y": 270 }
66 },
67
68
69 { "when": { "facing": "east", "half": "top", "shape": "straight" },
70 "apply": { "model": "block/deepslate_tile_stairs", "x": 180, "uvlock": true }
71 },
72 { "when": { "facing": "south", "half": "top", "shape": "straight" },
73 "apply": { "model": "block/deepslate_tile_stairs", "y": 90, "x": 180, "uvlock": true }
74 },
75 { "when": { "facing": "west", "half": "top", "shape": "straight" },
76 "apply": { "model": "block/deepslate_tile_stairs", "y": 180, "x": 180, "uvlock": true }
77 },
78 { "when": { "facing": "north", "half": "top", "shape": "straight" },
79 "apply": { "model": "block/deepslate_tile_stairs", "y": 270, "x": 180, "uvlock": true }
80 },
81
82
83 { "when": { "facing": "east", "half": "top", "shape": "inner_left" },
84 "apply": { "model": "block/deepslate_tile_stairs_inner", "x": 180, "uvlock": true }
85 },
86 { "when": { "facing": "south", "half": "top", "shape": "inner_left" },
87 "apply": { "model": "block/deepslate_tile_stairs_inner", "y": 90, "x": 180, "uvlock": true }
88 },
89 { "when": { "facing": "west", "half": "top", "shape": "inner_left" },
90 "apply": { "model": "block/deepslate_tile_stairs_inner", "y": 180, "x": 180, "uvlock": true }
91 },
92 { "when": { "facing": "north", "half": "top", "shape": "inner_left" },
93 "apply": { "model": "block/deepslate_tile_stairs_inner", "y": 270, "x": 180, "uvlock": true }
94 },
95 { "when": { "facing": "east", "half": "top", "shape": "inner_right" },
96 "apply": { "model": "block/deepslate_tile_stairs_inner", "y": 90, "x": 180, "uvlock": true }
97 },
98 { "when": { "facing": "south", "half": "top", "shape": "inner_right" },
99 "apply": { "model": "block/deepslate_tile_stairs_inner", "y": 180, "x": 180, "uvlock": true }
100 },
101 { "when": { "facing": "west", "half": "top", "shape": "inner_right" },
102 "apply": { "model": "block/deepslate_tile_stairs_inner", "y": 270, "x": 180, "uvlock": true }
103 },
104 { "when": { "facing": "north", "half": "top", "shape": "inner_right" },
105 "apply": { "model": "block/deepslate_tile_stairs_inner", "x": 180, "uvlock": true }
106 },
107
108
109 { "when": { "facing": "east", "half": "top", "shape": "outer_left" },
110 "apply": { "model": "block/deepslate_tile_stairs_outer", "x": 180, "uvlock": true }
111 },
112 { "when": { "facing": "south", "half": "top", "shape": "outer_left" },
113 "apply": { "model": "block/deepslate_tile_stairs_outer", "y": 90, "x": 180, "uvlock": true }
114 },
115 { "when": { "facing": "west", "half": "top", "shape": "outer_left" },
116 "apply": { "model": "block/deepslate_tile_stairs_outer", "y": 180, "x": 180, "uvlock": true }
117 },
118 { "when": { "facing": "north", "half": "top", "shape": "outer_left" },
119 "apply": { "model": "block/deepslate_tile_stairs_outer", "y": 270, "x": 180, "uvlock": true }
120 },
121 { "when": { "facing": "east", "half": "top", "shape": "outer_right" },
122 "apply": { "model": "block/deepslate_tile_stairs_outer", "y": 90, "x": 180, "uvlock": true }
123 },
124 { "when": { "facing": "south", "half": "top", "shape": "outer_right" },
125 "apply": { "model": "block/deepslate_tile_stairs_outer", "y": 180, "x": 180, "uvlock": true }
126 },
127 { "when": { "facing": "west", "half": "top", "shape": "outer_right" },
128 "apply": { "model": "block/deepslate_tile_stairs_outer", "y": 270, "x": 180, "uvlock": true }
129 },
130 { "when": { "facing": "north", "half": "top", "shape": "outer_right" },
131 "apply": { "model": "block/deepslate_tile_stairs_outer", "x": 180, "uvlock": true }
132 },
133
134
135 { "when": { "facing": "east", "half": "top", "shape": "outer_left" },
136 "apply": { "model": "block/deepslate_tile_stairs_outer", "x": 180, "uvlock": true }
137 },
138 { "when": { "facing": "south", "half": "top", "shape": "outer_left" },
139 "apply": { "model": "block/deepslate_tile_stairs_outer_alt", "x": 180, "y": 90, "uvlock": true }
140 },
141 { "when": { "facing": "west", "half": "top", "shape": "outer_left" },
142 "apply": { "model": "block/deepslate_tile_stairs_outer", "x": 180, "y": 180, "uvlock": true }
143 },
144 { "when": { "facing": "north", "half": "top", "shape": "outer_left" },
145 "apply": { "model": "block/deepslate_tile_stairs_outer_alt", "x": 180, "y": 270, "uvlock": true }
146 },
147 { "when": { "facing": "east", "half": "top", "shape": "outer_right" },
148 "apply": { "model": "block/deepslate_tile_stairs_outer_alt", "x": 180, "y": 90, "uvlock": true }
149 },
150 { "when": { "facing": "south", "half": "top", "shape": "outer_right" },
151 "apply": { "model": "block/deepslate_tile_stairs_outer", "x": 180, "y": 180, "uvlock": true }
152 },
153 { "when": { "facing": "west", "half": "top", "shape": "outer_right" },
154 "apply": { "model": "block/deepslate_tile_stairs_outer_alt", "x": 180, "y": 270, "uvlock": true }
155 },
156 { "when": { "facing": "north", "half": "top", "shape": "outer_right" },
157 "apply": { "model": "block/deepslate_tile_stairs_outer", "x": 180, "uvlock": true }
158 },
159
160
161 { "when": { "half": "bottom" },
162 "apply": { "model": "block/deepslate_tile_stairs_face" }
163 },
164 { "when": { "half": "top" },
165 "apply": { "model": "block/deepslate_tile_stairs_face", "x": 180 }
166 },
167 { "when": { "facing": "north", "shape": "straight|inner_left|inner_right" },
168 "apply": { "model": "block/deepslate_tile_stairs_face", "y": 180, "x": 90 }
169 },
170 { "when": { "facing": "east", "shape": "straight|inner_left|inner_right" },
171 "apply": { "model": "block/deepslate_tile_stairs_face", "y": 270, "x": 90 }
172 },
173 { "when": { "facing": "south", "shape": "straight|inner_left|inner_right" },
174 "apply": { "model": "block/deepslate_tile_stairs_face", "x": 90 }
175 },
176 { "when": { "facing": "west", "shape": "straight|inner_left|inner_right" },
177 "apply": { "model": "block/deepslate_tile_stairs_face", "y": 90, "x": 90 }
178 },
179 { "when": { "facing": "north", "shape": "inner_left" },
180 "apply": { "model": "block/deepslate_tile_stairs_face", "y": 90, "x": 90 }
181 },
182 { "when": { "facing": "east", "shape": "inner_left" },
183 "apply": { "model": "block/deepslate_tile_stairs_face", "y": 180, "x": 90 }
184 },
185 { "when": { "facing": "south", "shape": "inner_left" },
186 "apply": { "model": "block/deepslate_tile_stairs_face", "y": 270, "x": 90 }
187 },
188 { "when": { "facing": "west", "shape": "inner_left" },
189 "apply": { "model": "block/deepslate_tile_stairs_face", "x": 90 }
190 },
191 { "when": { "facing": "north", "shape": "inner_right" },
192 "apply": { "model": "block/deepslate_tile_stairs_face", "y": 270, "x": 90 }
193 },
194 { "when": { "facing": "east", "shape": "inner_right" },
195 "apply": { "model": "block/deepslate_tile_stairs_face", "x": 90 }
196 },
197 { "when": { "facing": "south", "shape": "inner_right" },
198 "apply": { "model": "block/deepslate_tile_stairs_face", "y": 90, "x": 90 }
199 },
200 { "when": { "facing": "west", "shape": "inner_right" },
201 "apply": { "model": "block/deepslate_tile_stairs_face", "y": 180, "x": 90 }
202 }
203 ]
204} \ No newline at end of file