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