diff options
Diffstat (limited to 'assets/minecraft/models/block/orientable_inner_stairs_alt.json')
| -rwxr-xr-x | assets/minecraft/models/block/orientable_inner_stairs_alt.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/orientable_inner_stairs_alt.json b/assets/minecraft/models/block/orientable_inner_stairs_alt.json new file mode 100755 index 00000000..ce873d9b --- /dev/null +++ b/assets/minecraft/models/block/orientable_inner_stairs_alt.json | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "particle": "#side" | ||
| 4 | }, | ||
| 5 | "elements": [ | ||
| 6 | { | ||
| 7 | "from": [8, 8, 0], | ||
| 8 | "to": [16, 16, 8], | ||
| 9 | "faces": { | ||
| 10 | "north": {"uv": [0, 0, 8, 8], "texture": "#side", "cullface": "north"}, | ||
| 11 | "west": {"uv": [0, 8, 8, 16], "texture": "#side"}, | ||
| 12 | "up": {"uv": [0, 16, 8, 8], "rotation": 90, "texture": "#top"} | ||
| 13 | } | ||
| 14 | }, | ||
| 15 | { | ||
| 16 | "from": [0, 0, 0], | ||
| 17 | "to": [16, 8, 16], | ||
| 18 | "faces": { | ||
| 19 | "north": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "north"}, | ||
| 20 | "west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"} | ||
| 21 | } | ||
| 22 | }, | ||
| 23 | { | ||
| 24 | "from": [0, 0, 0], | ||
| 25 | "to": [8, 8, 8], | ||
| 26 | "faces": { | ||
| 27 | "up": {"uv": [16, 8, 8, 16], "texture": "#top"} | ||
| 28 | } | ||
| 29 | }, | ||
| 30 | { | ||
| 31 | "from": [0, 8, 8], | ||
| 32 | "to": [16, 16, 16], | ||
| 33 | "faces": { | ||
| 34 | "north": {"uv": [0, 0, 16, 8], "texture": "#side"}, | ||
| 35 | "west": {"uv": [8, 0, 16, 8], "texture": "#side", "cullface": "west"}, | ||
| 36 | "up": {"uv": [16, 0, 0, 8], "texture": "#top", "cullface": "up"} | ||
| 37 | } | ||
| 38 | } | ||
| 39 | ] | ||
| 40 | } \ No newline at end of file | ||