summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/cut_outer_stairs.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/cut_outer_stairs.json')
-rwxr-xr-xassets/minecraft/models/block/cut_outer_stairs.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/cut_outer_stairs.json b/assets/minecraft/models/block/cut_outer_stairs.json
new file mode 100755
index 00000000..d13bdc93
--- /dev/null
+++ b/assets/minecraft/models/block/cut_outer_stairs.json
@@ -0,0 +1,42 @@
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, 0, 16, 8], "texture": "#side", "cullface": "north"},
11 "west": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "west"},
12 "up": {"uv": [0, 0, 16, 16], "texture": "#top"},
13 "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
14 }
15 },
16 {
17 "from": [8, 0, 8],
18 "to": [16, 16, 16],
19 "faces": {
20 "north": {"uv": [8, 0, 16, 16], "texture": "#side"},
21 "east": {"uv": [0, 0, 8, 16], "texture": "#side", "cullface": "east"},
22 "south": {"uv": [8, 0, 16, 16], "texture": "#side", "cullface": "south"},
23 "west": {"uv": [8, 0, 16, 16], "texture": "#side"},
24 "up": {"uv": [8, 8, 16, 16], "texture": "#top", "cullface": "up"}
25 }
26 },
27 {
28 "from": [0, 0, 16],
29 "to": [8, 8, 16],
30 "faces": {
31 "south": {"uv": [0, 0, 8, 8], "texture": "#side"}
32 }
33 },
34 {
35 "from": [16, 0, 0],
36 "to": [16, 8, 8],
37 "faces": {
38 "east": {"uv": [8, 0, 16, 8], "texture": "#side"}
39 }
40 }
41 ]
42} \ No newline at end of file