1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
|
{
"multipart": [
{ "when": { "facing": "east", "half": "bottom", "shape": "straight" },
"apply": { "model": "block/warped_stairs" }
},
{ "when": { "facing": "south", "half": "bottom", "shape": "straight" },
"apply": { "model": "block/warped_stairs_alt", "y": 90 }
},
{ "when": { "facing": "west", "half": "bottom", "shape": "straight" },
"apply": { "model": "block/warped_stairs", "y": 180 }
},
{ "when": { "facing": "north", "half": "bottom", "shape": "straight" },
"apply": { "model": "block/warped_stairs_alt", "y": 270 }
},
{ "when": { "facing": "east", "half": "bottom", "shape": "inner_left" },
"apply": { "model": "block/warped_stairs_inner_alt", "y": 270 }
},
{ "when": { "facing": "south", "half": "bottom", "shape": "inner_left" },
"apply": { "model": "block/warped_stairs_inner" }
},
{ "when": { "facing": "west", "half": "bottom", "shape": "inner_left" },
"apply": { "model": "block/warped_stairs_inner_alt", "y": 90 }
},
{ "when": { "facing": "north", "half": "bottom", "shape": "inner_left" },
"apply": { "model": "block/warped_stairs_inner", "y": 180 }
},
{ "when": { "facing": "east", "half": "bottom", "shape": "inner_right" },
"apply": { "model": "block/warped_stairs_inner" }
},
{ "when": { "facing": "south", "half": "bottom", "shape": "inner_right" },
"apply": { "model": "block/warped_stairs_inner_alt", "y": 90 }
},
{ "when": { "facing": "west", "half": "bottom", "shape": "inner_right" },
"apply": { "model": "block/warped_stairs_inner", "y": 180 }
},
{ "when": { "facing": "north", "half": "bottom", "shape": "inner_right" },
"apply": { "model": "block/warped_stairs_inner_alt", "y": 270 }
},
{ "when": { "facing": "east", "half": "bottom", "shape": "outer_left" },
"apply": { "model": "block/warped_stairs_outer", "y": 270 }
},
{ "when": { "facing": "south", "half": "bottom", "shape": "outer_left" },
"apply": { "model": "block/warped_stairs_outer_alt" }
},
{ "when": { "facing": "west", "half": "bottom", "shape": "outer_left" },
"apply": { "model": "block/warped_stairs_outer", "y": 90 }
},
{ "when": { "facing": "north", "half": "bottom", "shape": "outer_left" },
"apply": { "model": "block/warped_stairs_outer_alt", "y": 180 }
},
{ "when": { "facing": "east", "half": "bottom", "shape": "outer_right" },
"apply": { "model": "block/warped_stairs_outer_alt" }
},
{ "when": { "facing": "south", "half": "bottom", "shape": "outer_right" },
"apply": { "model": "block/warped_stairs_outer", "y": 90 }
},
{ "when": { "facing": "west", "half": "bottom", "shape": "outer_right" },
"apply": { "model": "block/warped_stairs_outer_alt", "y": 180 }
},
{ "when": { "facing": "north", "half": "bottom", "shape": "outer_right" },
"apply": { "model": "block/warped_stairs_outer", "y": 270 }
},
{ "when": { "facing": "east", "half": "top", "shape": "straight" },
"apply": { "model": "block/warped_stairs", "x": 180 }
},
{ "when": { "facing": "south", "half": "top", "shape": "straight" },
"apply": { "model": "block/warped_stairs", "y": 90, "x": 180 }
},
{ "when": { "facing": "west", "half": "top", "shape": "straight" },
"apply": { "model": "block/warped_stairs", "y": 180, "x": 180 }
},
{ "when": { "facing": "north", "half": "top", "shape": "straight" },
"apply": { "model": "block/warped_stairs", "y": 270, "x": 180 }
},
{ "when": { "facing": "east", "half": "top", "shape": "straight" },
"apply": { "model": "block/warped_stairs", "x": 180, "uvlock": true }
},
{ "when": { "facing": "south", "half": "top", "shape": "straight" },
"apply": { "model": "block/warped_stairs", "y": 90, "x": 180, "uvlock": true }
},
{ "when": { "facing": "west", "half": "top", "shape": "straight" },
"apply": { "model": "block/warped_stairs", "y": 180, "x": 180, "uvlock": true }
},
{ "when": { "facing": "north", "half": "top", "shape": "straight" },
"apply": { "model": "block/warped_stairs", "y": 270, "x": 180, "uvlock": true }
},
{ "when": { "facing": "east", "half": "top", "shape": "inner_left" },
"apply": { "model": "block/warped_stairs_inner", "x": 180, "uvlock": true }
},
{ "when": { "facing": "south", "half": "top", "shape": "inner_left" },
"apply": { "model": "block/warped_stairs_inner", "y": 90, "x": 180, "uvlock": true }
},
{ "when": { "facing": "west", "half": "top", "shape": "inner_left" },
"apply": { "model": "block/warped_stairs_inner", "y": 180, "x": 180, "uvlock": true }
},
{ "when": { "facing": "north", "half": "top", "shape": "inner_left" },
"apply": { "model": "block/warped_stairs_inner", "y": 270, "x": 180, "uvlock": true }
},
{ "when": { "facing": "east", "half": "top", "shape": "inner_right" },
"apply": { "model": "block/warped_stairs_inner", "y": 90, "x": 180, "uvlock": true }
},
{ "when": { "facing": "south", "half": "top", "shape": "inner_right" },
"apply": { "model": "block/warped_stairs_inner", "y": 180, "x": 180, "uvlock": true }
},
{ "when": { "facing": "west", "half": "top", "shape": "inner_right" },
"apply": { "model": "block/warped_stairs_inner", "y": 270, "x": 180, "uvlock": true }
},
{ "when": { "facing": "north", "half": "top", "shape": "inner_right" },
"apply": { "model": "block/warped_stairs_inner", "x": 180, "uvlock": true }
},
{ "when": { "facing": "east", "half": "top", "shape": "outer_left" },
"apply": { "model": "block/warped_stairs_outer", "x": 180, "uvlock": true }
},
{ "when": { "facing": "south", "half": "top", "shape": "outer_left" },
"apply": { "model": "block/warped_stairs_outer_alt", "x": 180, "y": 90, "uvlock": true }
},
{ "when": { "facing": "west", "half": "top", "shape": "outer_left" },
"apply": { "model": "block/warped_stairs_outer", "x": 180, "y": 180, "uvlock": true }
},
{ "when": { "facing": "north", "half": "top", "shape": "outer_left" },
"apply": { "model": "block/warped_stairs_outer_alt", "x": 180, "y": 270, "uvlock": true }
},
{ "when": { "facing": "east", "half": "top", "shape": "outer_right" },
"apply": { "model": "block/warped_stairs_outer_alt", "x": 180, "y": 90, "uvlock": true }
},
{ "when": { "facing": "south", "half": "top", "shape": "outer_right" },
"apply": { "model": "block/warped_stairs_outer", "x": 180, "y": 180, "uvlock": true }
},
{ "when": { "facing": "west", "half": "top", "shape": "outer_right" },
"apply": { "model": "block/warped_stairs_outer_alt", "x": 180, "y": 270, "uvlock": true }
},
{ "when": { "facing": "north", "half": "top", "shape": "outer_right" },
"apply": { "model": "block/warped_stairs_outer", "x": 180, "uvlock": true }
},
{ "when": { "half": "bottom" },
"apply": { "model": "block/warped_stairs_face" }
},
{ "when": { "half": "top" },
"apply": { "model": "block/warped_stairs_face", "x": 180 }
},
{ "when": { "facing": "north", "shape": "straight|inner_left|inner_right" },
"apply": { "model": "block/warped_stairs_face", "y": 180, "x": 90 }
},
{ "when": { "facing": "east", "shape": "straight|inner_left|inner_right" },
"apply": { "model": "block/warped_stairs_face", "y": 270, "x": 90 }
},
{ "when": { "facing": "south", "shape": "straight|inner_left|inner_right" },
"apply": { "model": "block/warped_stairs_face", "x": 90 }
},
{ "when": { "facing": "west", "shape": "straight|inner_left|inner_right" },
"apply": { "model": "block/warped_stairs_face", "y": 90, "x": 90 }
},
{ "when": { "facing": "north", "shape": "inner_left" },
"apply": { "model": "block/warped_stairs_face", "y": 90, "x": 90 }
},
{ "when": { "facing": "east", "shape": "inner_left" },
"apply": { "model": "block/warped_stairs_face", "y": 180, "x": 90 }
},
{ "when": { "facing": "south", "shape": "inner_left" },
"apply": { "model": "block/warped_stairs_face", "y": 270, "x": 90 }
},
{ "when": { "facing": "west", "shape": "inner_left" },
"apply": { "model": "block/warped_stairs_face", "x": 90 }
},
{ "when": { "facing": "north", "shape": "inner_right" },
"apply": { "model": "block/warped_stairs_face", "y": 270, "x": 90 }
},
{ "when": { "facing": "east", "shape": "inner_right" },
"apply": { "model": "block/warped_stairs_face", "x": 90 }
},
{ "when": { "facing": "south", "shape": "inner_right" },
"apply": { "model": "block/warped_stairs_face", "y": 90, "x": 90 }
},
{ "when": { "facing": "west", "shape": "inner_right" },
"apply": { "model": "block/warped_stairs_face", "y": 180, "x": 90 }
}
]
}
|