summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/outer_stairs.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/outer_stairs.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/outer_stairs.json')
-rwxr-xr-xassets/minecraft/models/block/outer_stairs.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/outer_stairs.json b/assets/minecraft/models/block/outer_stairs.json
new file mode 100755
index 00000000..c67dc8d2
--- /dev/null
+++ b/assets/minecraft/models/block/outer_stairs.json
@@ -0,0 +1,30 @@
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, 8, 16, 16], "texture": "#side", "cullface": "west"},
14 "up": {"uv": [0, 0, 16, 16], "texture": "#top"},
15 "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#bottom", "cullface": "down"}
16 }
17 },
18 {
19 "from": [8, 8, 8],
20 "to": [16, 16, 16],
21 "faces": {
22 "north": {"uv": [0, 0, 8, 8], "texture": "#side"},
23 "east": {"uv": [0, 0, 8, 8], "texture": "#side", "cullface": "east"},
24 "south": {"uv": [8, 0, 16, 8], "texture": "#side", "cullface": "south"},
25 "west": {"uv": [8, 0, 16, 8], "texture": "#side"},
26 "up": {"uv": [8, 8, 16, 16], "texture": "#top", "cullface": "up"}
27 }
28 }
29 ]
30} \ No newline at end of file