diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/end_portal_frame.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/end_portal_frame.json')
| -rwxr-xr-x | assets/minecraft/models/block/end_portal_frame.json | 465 |
1 files changed, 465 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/end_portal_frame.json b/assets/minecraft/models/block/end_portal_frame.json new file mode 100755 index 00000000..cc5c68f4 --- /dev/null +++ b/assets/minecraft/models/block/end_portal_frame.json | |||
| @@ -0,0 +1,465 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "3": "block/end_portal_frame_side_empty", | ||
| 6 | "4": "block/end_portal_frame_top_empty", | ||
| 7 | "bottom": "block/end_stone", | ||
| 8 | "top": "block/end_portal_frame_top", | ||
| 9 | "particle": "block/air", | ||
| 10 | "side": "block/end_portal_frame_side" | ||
| 11 | }, | ||
| 12 | "elements": [ | ||
| 13 | { | ||
| 14 | "from": [0, 0, 0], | ||
| 15 | "to": [16, 12.5, 16], | ||
| 16 | "faces": { | ||
| 17 | "north": {"uv": [0, 3.5, 16, 16], "texture": "#side", "cullface": "north"}, | ||
| 18 | "east": {"uv": [0, 3.5, 16, 16], "texture": "#side", "cullface": "east"}, | ||
| 19 | "south": {"uv": [0, 3.5, 16, 16], "texture": "#side", "cullface": "south"}, | ||
| 20 | "west": {"uv": [0, 3.5, 16, 16], "texture": "#side", "cullface": "west"}, | ||
| 21 | "up": {"uv": [0, 0, 16, 16], "texture": "#top"}, | ||
| 22 | "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} | ||
| 23 | } | ||
| 24 | }, | ||
| 25 | { | ||
| 26 | "from": [-0.5, 8, 0], | ||
| 27 | "to": [0, 11, 2], | ||
| 28 | "faces": { | ||
| 29 | "south": {"uv": [1, 5, 2, 8], "texture": "#side", "cullface": "west"} | ||
| 30 | } | ||
| 31 | }, | ||
| 32 | { | ||
| 33 | "from": [-0.5, 6, 0], | ||
| 34 | "to": [0, 13, 16], | ||
| 35 | "faces": { | ||
| 36 | "north": {"uv": [0, 3, 1, 10], "texture": "#3", "cullface": "west"}, | ||
| 37 | "south": {"uv": [15, 3, 16, 10], "texture": "#3", "cullface": "west"}, | ||
| 38 | "west": {"uv": [0, 3, 16, 10], "texture": "#3", "cullface": "west"}, | ||
| 39 | "up": {"uv": [0, 3, 16, 4], "rotation": 90, "texture": "#3", "cullface": "west"}, | ||
| 40 | "down": {"uv": [0, 9, 16, 10], "rotation": 90, "texture": "#3", "cullface": "west"} | ||
| 41 | } | ||
| 42 | }, | ||
| 43 | { | ||
| 44 | "from": [-0.5, 6, 1], | ||
| 45 | "to": [0, 13, 15], | ||
| 46 | "faces": { | ||
| 47 | "north": {"uv": [1, 3, 2, 10], "texture": "#3", "cullface": "west"}, | ||
| 48 | "south": {"uv": [14, 3, 15, 10], "texture": "#3", "cullface": "west"} | ||
| 49 | } | ||
| 50 | }, | ||
| 51 | { | ||
| 52 | "from": [-0.5, 6, 2], | ||
| 53 | "to": [0, 13, 14], | ||
| 54 | "faces": { | ||
| 55 | "north": {"uv": [2, 3, 3, 10], "texture": "#3", "cullface": "west"}, | ||
| 56 | "south": {"uv": [13, 3, 14, 10], "texture": "#3", "cullface": "west"} | ||
| 57 | } | ||
| 58 | }, | ||
| 59 | { | ||
| 60 | "from": [-0.5, 6, 13], | ||
| 61 | "to": [0, 13, 3], | ||
| 62 | "faces": { | ||
| 63 | "north": {"uv": [13, 3, 14, 10], "texture": "#3", "cullface": "west"}, | ||
| 64 | "south": {"uv": [2, 3, 3, 10], "texture": "#3", "cullface": "west"} | ||
| 65 | } | ||
| 66 | }, | ||
| 67 | { | ||
| 68 | "from": [-0.5, 6, 14], | ||
| 69 | "to": [0, 13, 2], | ||
| 70 | "faces": { | ||
| 71 | "north": {"uv": [14, 3, 15, 10], "texture": "#3", "cullface": "west"}, | ||
| 72 | "south": {"uv": [1, 3, 2, 10], "texture": "#3", "cullface": "west"} | ||
| 73 | } | ||
| 74 | }, | ||
| 75 | { | ||
| 76 | "from": [-0.5, 7, 0], | ||
| 77 | "to": [0, 9, 16], | ||
| 78 | "faces": { | ||
| 79 | "up": {"uv": [0, 7, 16, 8], "rotation": 90, "texture": "#3", "cullface": "west"}, | ||
| 80 | "down": {"uv": [0, 8, 16, 9], "rotation": 270, "texture": "#3", "cullface": "west"} | ||
| 81 | } | ||
| 82 | }, | ||
| 83 | { | ||
| 84 | "from": [-0.5, 8, 0], | ||
| 85 | "to": [0, 8, 16], | ||
| 86 | "faces": { | ||
| 87 | "up": {"uv": [0, 8, 16, 9], "rotation": 90, "texture": "#3", "cullface": "west"}, | ||
| 88 | "down": {"uv": [0, 7, 16, 8], "rotation": 270, "texture": "#3", "cullface": "west"} | ||
| 89 | } | ||
| 90 | }, | ||
| 91 | { | ||
| 92 | "from": [-0.5, 11, 0], | ||
| 93 | "to": [0, 11, 16], | ||
| 94 | "faces": { | ||
| 95 | "down": {"uv": [0, 4, 16, 5], "rotation": 90, "texture": "#3", "cullface": "west"} | ||
| 96 | } | ||
| 97 | }, | ||
| 98 | { | ||
| 99 | "from": [-0.5, 10, 0], | ||
| 100 | "to": [0, 10, 16], | ||
| 101 | "faces": { | ||
| 102 | "down": {"uv": [0, 5, 16, 6], "rotation": 90, "texture": "#3", "cullface": "west"} | ||
| 103 | } | ||
| 104 | }, | ||
| 105 | { | ||
| 106 | "from": [14, 8, -0.5], | ||
| 107 | "to": [16, 11, 0], | ||
| 108 | "faces": { | ||
| 109 | "west": {"uv": [1, 5, 2, 8], "texture": "#side", "cullface": "north"} | ||
| 110 | } | ||
| 111 | }, | ||
| 112 | { | ||
| 113 | "from": [0, 6, -0.5], | ||
| 114 | "to": [16, 13, 0], | ||
| 115 | "faces": { | ||
| 116 | "north": {"uv": [0, 3, 16, 10], "texture": "#3", "cullface": "north"}, | ||
| 117 | "east": {"uv": [0, 3, 1, 10], "texture": "#3", "cullface": "north"}, | ||
| 118 | "west": {"uv": [15, 3, 16, 10], "texture": "#3", "cullface": "north"}, | ||
| 119 | "up": {"uv": [0, 3, 16, 4], "rotation": 180, "texture": "#3", "cullface": "north"}, | ||
| 120 | "down": {"uv": [0, 9, 16, 10], "texture": "#3", "cullface": "north"} | ||
| 121 | } | ||
| 122 | }, | ||
| 123 | { | ||
| 124 | "from": [1, 6, -0.5], | ||
| 125 | "to": [15, 13, 0], | ||
| 126 | "faces": { | ||
| 127 | "east": {"uv": [1, 3, 2, 10], "texture": "#3", "cullface": "north"}, | ||
| 128 | "west": {"uv": [14, 3, 15, 10], "texture": "#3", "cullface": "north"} | ||
| 129 | } | ||
| 130 | }, | ||
| 131 | { | ||
| 132 | "from": [2, 6, -0.5], | ||
| 133 | "to": [14, 13, 0], | ||
| 134 | "faces": { | ||
| 135 | "east": {"uv": [2, 3, 3, 10], "texture": "#3", "cullface": "north"}, | ||
| 136 | "west": {"uv": [13, 3, 14, 10], "texture": "#3", "cullface": "north"} | ||
| 137 | } | ||
| 138 | }, | ||
| 139 | { | ||
| 140 | "from": [13, 6, -0.5], | ||
| 141 | "to": [3, 13, 0], | ||
| 142 | "faces": { | ||
| 143 | "east": {"uv": [13, 3, 14, 10], "texture": "#3", "cullface": "north"}, | ||
| 144 | "west": {"uv": [2, 3, 3, 10], "texture": "#3", "cullface": "north"} | ||
| 145 | } | ||
| 146 | }, | ||
| 147 | { | ||
| 148 | "from": [14, 6, -0.5], | ||
| 149 | "to": [2, 13, 0], | ||
| 150 | "faces": { | ||
| 151 | "east": {"uv": [14, 3, 15, 10], "texture": "#3", "cullface": "north"}, | ||
| 152 | "west": {"uv": [1, 3, 2, 10], "texture": "#3", "cullface": "north"} | ||
| 153 | } | ||
| 154 | }, | ||
| 155 | { | ||
| 156 | "from": [0, 7, -0.5], | ||
| 157 | "to": [16, 9, 0], | ||
| 158 | "faces": { | ||
| 159 | "up": {"uv": [0, 7, 16, 8], "rotation": 180, "texture": "#3", "cullface": "north"}, | ||
| 160 | "down": {"uv": [0, 8, 16, 9], "rotation": 180, "texture": "#3", "cullface": "north"} | ||
| 161 | } | ||
| 162 | }, | ||
| 163 | { | ||
| 164 | "from": [0, 8, -0.5], | ||
| 165 | "to": [16, 8, 0], | ||
| 166 | "faces": { | ||
| 167 | "up": {"uv": [0, 8, 16, 9], "rotation": 180, "texture": "#3", "cullface": "north"}, | ||
| 168 | "down": {"uv": [0, 7, 16, 8], "rotation": 180, "texture": "#3", "cullface": "north"} | ||
| 169 | } | ||
| 170 | }, | ||
| 171 | { | ||
| 172 | "from": [0, 11, -0.5], | ||
| 173 | "to": [16, 11, 0], | ||
| 174 | "faces": { | ||
| 175 | "down": {"uv": [0, 4, 16, 5], "texture": "#3", "cullface": "north"} | ||
| 176 | } | ||
| 177 | }, | ||
| 178 | { | ||
| 179 | "from": [0, 10, -0.5], | ||
| 180 | "to": [16, 10, 0], | ||
| 181 | "faces": { | ||
| 182 | "down": {"uv": [0, 5, 16, 6], "texture": "#3", "cullface": "north"} | ||
| 183 | } | ||
| 184 | }, | ||
| 185 | { | ||
| 186 | "from": [16, 8, 14], | ||
| 187 | "to": [16.5, 11, 16], | ||
| 188 | "faces": { | ||
| 189 | "north": {"uv": [1, 5, 2, 8], "texture": "#side", "cullface": "east"} | ||
| 190 | } | ||
| 191 | }, | ||
| 192 | { | ||
| 193 | "from": [16, 6, 0], | ||
| 194 | "to": [16.5, 13, 16], | ||
| 195 | "faces": { | ||
| 196 | "north": {"uv": [15, 3, 16, 10], "texture": "#3", "cullface": "east"}, | ||
| 197 | "east": {"uv": [0, 3, 16, 10], "texture": "#3", "cullface": "east"}, | ||
| 198 | "south": {"uv": [0, 3, 1, 10], "texture": "#3", "cullface": "east"}, | ||
| 199 | "up": {"uv": [0, 3, 16, 4], "rotation": 270, "texture": "#3", "cullface": "east"}, | ||
| 200 | "down": {"uv": [0, 9, 16, 10], "rotation": 270, "texture": "#3", "cullface": "east"} | ||
| 201 | } | ||
| 202 | }, | ||
| 203 | { | ||
| 204 | "from": [16, 6, 1], | ||
| 205 | "to": [16.5, 13, 15], | ||
| 206 | "faces": { | ||
| 207 | "north": {"uv": [14, 3, 15, 10], "texture": "#3", "cullface": "east"}, | ||
| 208 | "south": {"uv": [1, 3, 2, 10], "texture": "#3", "cullface": "east"} | ||
| 209 | } | ||
| 210 | }, | ||
| 211 | { | ||
| 212 | "from": [16, 6, 2], | ||
| 213 | "to": [16.5, 13, 14], | ||
| 214 | "faces": { | ||
| 215 | "north": {"uv": [13, 3, 14, 10], "texture": "#3", "cullface": "east"}, | ||
| 216 | "south": {"uv": [2, 3, 3, 10], "texture": "#3", "cullface": "east"} | ||
| 217 | } | ||
| 218 | }, | ||
| 219 | { | ||
| 220 | "from": [16, 6, 13], | ||
| 221 | "to": [16.5, 13, 3], | ||
| 222 | "faces": { | ||
| 223 | "north": {"uv": [2, 3, 3, 10], "texture": "#3", "cullface": "east"}, | ||
| 224 | "south": {"uv": [13, 3, 14, 10], "texture": "#3", "cullface": "east"} | ||
| 225 | } | ||
| 226 | }, | ||
| 227 | { | ||
| 228 | "from": [16, 6, 14], | ||
| 229 | "to": [16.5, 13, 2], | ||
| 230 | "faces": { | ||
| 231 | "north": {"uv": [1, 3, 2, 10], "texture": "#3", "cullface": "east"}, | ||
| 232 | "south": {"uv": [14, 3, 15, 10], "texture": "#3", "cullface": "east"} | ||
| 233 | } | ||
| 234 | }, | ||
| 235 | { | ||
| 236 | "from": [16, 7, 0], | ||
| 237 | "to": [16.5, 9, 16], | ||
| 238 | "faces": { | ||
| 239 | "up": {"uv": [0, 7, 16, 8], "rotation": 270, "texture": "#3", "cullface": "east"}, | ||
| 240 | "down": {"uv": [0, 8, 16, 9], "rotation": 90, "texture": "#3", "cullface": "east"} | ||
| 241 | } | ||
| 242 | }, | ||
| 243 | { | ||
| 244 | "from": [16, 8, 0], | ||
| 245 | "to": [16.5, 8, 16], | ||
| 246 | "faces": { | ||
| 247 | "up": {"uv": [0, 8, 16, 9], "rotation": 270, "texture": "#3", "cullface": "east"}, | ||
| 248 | "down": {"uv": [0, 7, 16, 8], "rotation": 90, "texture": "#3", "cullface": "east"} | ||
| 249 | } | ||
| 250 | }, | ||
| 251 | { | ||
| 252 | "from": [16, 11, 0], | ||
| 253 | "to": [16.5, 11, 16], | ||
| 254 | "faces": { | ||
| 255 | "down": {"uv": [0, 4, 16, 5], "rotation": 270, "texture": "#3", "cullface": "east"} | ||
| 256 | } | ||
| 257 | }, | ||
| 258 | { | ||
| 259 | "from": [16, 10, 0], | ||
| 260 | "to": [16.5, 10, 16], | ||
| 261 | "faces": { | ||
| 262 | "down": {"uv": [0, 5, 16, 6], "rotation": 270, "texture": "#3", "cullface": "east"} | ||
| 263 | } | ||
| 264 | }, | ||
| 265 | { | ||
| 266 | "from": [0, 8, 16], | ||
| 267 | "to": [2, 11, 16.5], | ||
| 268 | "faces": { | ||
| 269 | "east": {"uv": [1, 5, 2, 8], "texture": "#side", "cullface": "south"} | ||
| 270 | } | ||
| 271 | }, | ||
| 272 | { | ||
| 273 | "from": [0, 6, 16], | ||
| 274 | "to": [16, 13, 16.5], | ||
| 275 | "faces": { | ||
| 276 | "east": {"uv": [15, 3, 16, 10], "texture": "#3", "cullface": "south"}, | ||
| 277 | "south": {"uv": [0, 3, 16, 10], "texture": "#3", "cullface": "south"}, | ||
| 278 | "west": {"uv": [0, 3, 1, 10], "texture": "#3", "cullface": "south"}, | ||
| 279 | "up": {"uv": [0, 3, 16, 4], "texture": "#3", "cullface": "south"}, | ||
| 280 | "down": {"uv": [0, 9, 16, 10], "rotation": 180, "texture": "#3", "cullface": "south"} | ||
| 281 | } | ||
| 282 | }, | ||
| 283 | { | ||
| 284 | "from": [1, 6, 16], | ||
| 285 | "to": [15, 13, 16.5], | ||
| 286 | "faces": { | ||
| 287 | "east": {"uv": [14, 3, 15, 10], "texture": "#3", "cullface": "south"}, | ||
| 288 | "west": {"uv": [1, 3, 2, 10], "texture": "#3", "cullface": "south"} | ||
| 289 | } | ||
| 290 | }, | ||
| 291 | { | ||
| 292 | "from": [2, 6, 16], | ||
| 293 | "to": [14, 13, 16.5], | ||
| 294 | "faces": { | ||
| 295 | "east": {"uv": [13, 3, 14, 10], "texture": "#3", "cullface": "south"}, | ||
| 296 | "west": {"uv": [2, 3, 3, 10], "texture": "#3", "cullface": "south"} | ||
| 297 | } | ||
| 298 | }, | ||
| 299 | { | ||
| 300 | "from": [13, 6, 16], | ||
| 301 | "to": [3, 13, 16.5], | ||
| 302 | "faces": { | ||
| 303 | "east": {"uv": [2, 3, 3, 10], "texture": "#3", "cullface": "south"}, | ||
| 304 | "west": {"uv": [13, 3, 14, 10], "texture": "#3", "cullface": "south"} | ||
| 305 | } | ||
| 306 | }, | ||
| 307 | { | ||
| 308 | "from": [14, 6, 16], | ||
| 309 | "to": [2, 13, 16.5], | ||
| 310 | "faces": { | ||
| 311 | "east": {"uv": [1, 3, 2, 10], "texture": "#3", "cullface": "south"}, | ||
| 312 | "west": {"uv": [14, 3, 15, 10], "texture": "#3", "cullface": "south"} | ||
| 313 | } | ||
| 314 | }, | ||
| 315 | { | ||
| 316 | "from": [0, 7, 16], | ||
| 317 | "to": [16, 9, 16.5], | ||
| 318 | "faces": { | ||
| 319 | "up": {"uv": [0, 7, 16, 8], "texture": "#3", "cullface": "south"}, | ||
| 320 | "down": {"uv": [0, 8, 16, 9], "texture": "#3", "cullface": "south"} | ||
| 321 | } | ||
| 322 | }, | ||
| 323 | { | ||
| 324 | "from": [0, 8, 16], | ||
| 325 | "to": [16, 8, 16.5], | ||
| 326 | "faces": { | ||
| 327 | "up": {"uv": [0, 8, 16, 9], "texture": "#3", "cullface": "south"}, | ||
| 328 | "down": {"uv": [0, 7, 16, 8], "texture": "#3", "cullface": "south"} | ||
| 329 | } | ||
| 330 | }, | ||
| 331 | { | ||
| 332 | "from": [0, 11, 16], | ||
| 333 | "to": [16, 11, 16.5], | ||
| 334 | "faces": { | ||
| 335 | "down": {"uv": [0, 4, 16, 5], "rotation": 180, "texture": "#3", "cullface": "south"} | ||
| 336 | } | ||
| 337 | }, | ||
| 338 | { | ||
| 339 | "from": [0, 10, 16], | ||
| 340 | "to": [16, 10, 16.5], | ||
| 341 | "faces": { | ||
| 342 | "down": {"uv": [0, 5, 16, 6], "rotation": 180, "texture": "#3", "cullface": "south"} | ||
| 343 | } | ||
| 344 | }, | ||
| 345 | { | ||
| 346 | "from": [0, 13, 0], | ||
| 347 | "to": [16, 13, 16], | ||
| 348 | "faces": { | ||
| 349 | "up": {"uv": [0, 0, 16, 16], "texture": "#4"} | ||
| 350 | } | ||
| 351 | }, | ||
| 352 | { | ||
| 353 | "from": [4, 12, 1], | ||
| 354 | "to": [12, 13, 15], | ||
| 355 | "faces": { | ||
| 356 | "east": {"uv": [4, 1, 5, 15], "rotation": 270, "texture": "#4"}, | ||
| 357 | "west": {"uv": [11, 1, 12, 15], "rotation": 90, "texture": "#4"} | ||
| 358 | } | ||
| 359 | }, | ||
| 360 | { | ||
| 361 | "from": [5, 12, 1], | ||
| 362 | "to": [11, 13, 15], | ||
| 363 | "faces": { | ||
| 364 | "east": {"uv": [5, 1, 6, 15], "rotation": 270, "texture": "#4"}, | ||
| 365 | "west": {"uv": [10, 1, 11, 15], "rotation": 90, "texture": "#4"} | ||
| 366 | } | ||
| 367 | }, | ||
| 368 | { | ||
| 369 | "from": [6, 12, 1], | ||
| 370 | "to": [10, 13, 15], | ||
| 371 | "faces": { | ||
| 372 | "east": {"uv": [6, 1, 7, 15], "rotation": 270, "texture": "#4"}, | ||
| 373 | "west": {"uv": [9, 1, 10, 15], "rotation": 90, "texture": "#4"} | ||
| 374 | } | ||
| 375 | }, | ||
| 376 | { | ||
| 377 | "from": [7, 12, 1], | ||
| 378 | "to": [9, 13, 15], | ||
| 379 | "faces": { | ||
| 380 | "east": {"uv": [7, 1, 8, 15], "rotation": 270, "texture": "#4"}, | ||
| 381 | "west": {"uv": [8, 1, 9, 15], "rotation": 90, "texture": "#4"} | ||
| 382 | } | ||
| 383 | }, | ||
| 384 | { | ||
| 385 | "from": [9, 12, 1], | ||
| 386 | "to": [7, 13, 15], | ||
| 387 | "faces": { | ||
| 388 | "east": {"uv": [9, 1, 10, 15], "rotation": 270, "texture": "#4"}, | ||
| 389 | "west": {"uv": [6, 1, 7, 15], "rotation": 90, "texture": "#4"} | ||
| 390 | } | ||
| 391 | }, | ||
| 392 | { | ||
| 393 | "from": [11, 12, 1], | ||
| 394 | "to": [5, 13, 15], | ||
| 395 | "faces": { | ||
| 396 | "east": {"uv": [11, 1, 12, 15], "rotation": 270, "texture": "#4"}, | ||
| 397 | "west": {"uv": [4, 1, 5, 15], "rotation": 90, "texture": "#4"} | ||
| 398 | } | ||
| 399 | }, | ||
| 400 | { | ||
| 401 | "from": [14, 12, 1], | ||
| 402 | "to": [2, 13, 15], | ||
| 403 | "faces": { | ||
| 404 | "east": {"uv": [14, 1, 15, 15], "rotation": 270, "texture": "#4"}, | ||
| 405 | "west": {"uv": [1, 1, 2, 15], "rotation": 90, "texture": "#4"} | ||
| 406 | } | ||
| 407 | }, | ||
| 408 | { | ||
| 409 | "from": [2, 12, 2], | ||
| 410 | "to": [14, 13, 14], | ||
| 411 | "faces": { | ||
| 412 | "north": {"uv": [2, 13, 14, 14], "texture": "#4"}, | ||
| 413 | "south": {"uv": [2, 2, 14, 3], "rotation": 180, "texture": "#4"} | ||
| 414 | } | ||
| 415 | }, | ||
| 416 | { | ||
| 417 | "from": [2, 12, 3], | ||
| 418 | "to": [14, 13, 13], | ||
| 419 | "faces": { | ||
| 420 | "north": {"uv": [2, 12, 14, 13], "texture": "#4"}, | ||
| 421 | "south": {"uv": [2, 3, 14, 4], "rotation": 180, "texture": "#4"} | ||
| 422 | } | ||
| 423 | }, | ||
| 424 | { | ||
| 425 | "from": [2, 12, 4], | ||
| 426 | "to": [14, 13, 12], | ||
| 427 | "faces": { | ||
| 428 | "north": {"uv": [2, 11, 14, 12], "texture": "#4"}, | ||
| 429 | "south": {"uv": [2, 4, 14, 5], "rotation": 180, "texture": "#4"} | ||
| 430 | } | ||
| 431 | }, | ||
| 432 | { | ||
| 433 | "from": [2, 12, 11], | ||
| 434 | "to": [14, 13, 5], | ||
| 435 | "faces": { | ||
| 436 | "north": {"uv": [2, 4, 14, 5], "texture": "#4"}, | ||
| 437 | "south": {"uv": [2, 11, 14, 12], "rotation": 180, "texture": "#4"} | ||
| 438 | } | ||
| 439 | }, | ||
| 440 | { | ||
| 441 | "from": [2, 12, 13], | ||
| 442 | "to": [14, 13, 3], | ||
| 443 | "faces": { | ||
| 444 | "north": {"uv": [2, 2, 14, 3], "texture": "#4"}, | ||
| 445 | "south": {"uv": [2, 13, 14, 14], "rotation": 180, "texture": "#4"} | ||
| 446 | } | ||
| 447 | }, | ||
| 448 | { | ||
| 449 | "from": [2, 12, 14], | ||
| 450 | "to": [14, 13, 2], | ||
| 451 | "faces": { | ||
| 452 | "north": {"uv": [2, 1, 14, 2], "texture": "#4"}, | ||
| 453 | "south": {"uv": [2, 14, 14, 15], "rotation": 180, "texture": "#4"} | ||
| 454 | } | ||
| 455 | }, | ||
| 456 | { | ||
| 457 | "from": [2, 12, 15], | ||
| 458 | "to": [14, 13, 1], | ||
| 459 | "faces": { | ||
| 460 | "north": {"uv": [2, 0, 14, 1], "texture": "#4"}, | ||
| 461 | "south": {"uv": [2, 15, 14, 16], "rotation": 180, "texture": "#4"} | ||
| 462 | } | ||
| 463 | } | ||
| 464 | ] | ||
| 465 | } \ No newline at end of file | ||