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