summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/cut_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/cut_stairs.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/cut_stairs.json')
-rwxr-xr-xassets/minecraft/models/block/cut_stairs.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/cut_stairs.json b/assets/minecraft/models/block/cut_stairs.json
new file mode 100755
index 00000000..2e465eba
--- /dev/null
+++ b/assets/minecraft/models/block/cut_stairs.json
@@ -0,0 +1,28 @@
1{ "parent": "block/block",
2 "textures": {
3 "particle": "#side"
4 },
5 "elements": [
6 { "from": [ 0, 0, 0 ],
7 "to": [ 8, 8, 16 ],
8 "faces": {
9 "down": { "uv": [ 0, 0, 8, 16 ], "texture": "#bottom", "cullface": "down" },
10 "up": { "uv": [ 0, 0, 8, 16 ], "texture": "#top" },
11 "north": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "north" },
12 "south": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "south" },
13 "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "west" }
14 }
15 },
16 { "from": [ 8, 0, 0 ],
17 "to": [ 16, 16, 16 ],
18 "faces": {
19 "down": { "uv": [ 8, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
20 "up": { "uv": [ 8, 0, 16, 16 ], "texture": "#top", "cullface": "up" },
21 "north": { "uv": [ 0, 0, 8, 16 ], "texture": "#side", "cullface": "north" },
22 "south": { "uv": [ 8, 0, 16, 16 ], "texture": "#side", "cullface": "south" },
23 "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
24 "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" }
25 }
26 }
27 ]
28}