summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/stairs_inventory.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/stairs_inventory.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/stairs_inventory.json')
-rwxr-xr-xassets/minecraft/models/block/stairs_inventory.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/stairs_inventory.json b/assets/minecraft/models/block/stairs_inventory.json
new file mode 100755
index 00000000..846f470e
--- /dev/null
+++ b/assets/minecraft/models/block/stairs_inventory.json
@@ -0,0 +1,42 @@
1{
2 "parent": "block/stairs",
3 "textures": {
4 "particle": "#side"
5 },
6 "elements": [
7 {
8 "from": [0, 0, 0],
9 "to": [16, 8, 16],
10 "faces": {
11 "north": {"uv": [0, 8, 16, 16], "texture": "#side"},
12 "south": {"uv": [0, 8, 16, 16], "texture": "#side"},
13 "west": {"uv": [0, 8, 16, 16], "texture": "#side"}
14 }
15 },
16 {
17 "from": [0, 0, 0],
18 "to": [8, 8, 16],
19 "faces": {
20 "up": {"uv": [0, 16, 16, 8], "rotation": 90, "texture": "#side"}
21 }
22 },
23 {
24 "from": [8, 8, 0],
25 "to": [16, 16, 16],
26 "faces": {
27 "north": {"uv": [0, 0, 8, 8], "texture": "#side"},
28 "south": {"uv": [8, 0, 16, 8], "texture": "#side"},
29 "west": {"uv": [0, 0, 16, 8], "texture": "#side"},
30 "up": {"uv": [0, 8, 16, 0], "rotation": 90, "texture": "#side"}
31 }
32 },
33 {
34 "from": [0, 0, 0],
35 "to": [16, 16, 16],
36 "faces": {
37 "east": {"uv": [0, 0, 16, 16], "texture": "#side"},
38 "down": {"uv": [0, 0, 16, 16], "texture": "#side"}
39 }
40 }
41 ]
42} \ No newline at end of file