summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/orientable_stairs_face.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/orientable_stairs_face.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/orientable_stairs_face.json')
-rwxr-xr-xassets/minecraft/models/block/orientable_stairs_face.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/orientable_stairs_face.json b/assets/minecraft/models/block/orientable_stairs_face.json
new file mode 100755
index 00000000..38eb5f0e
--- /dev/null
+++ b/assets/minecraft/models/block/orientable_stairs_face.json
@@ -0,0 +1,15 @@
1{
2 "parent": "block/block",
3 "textures": {
4 "particle": "#side"
5 },
6 "elements": [
7 {
8 "from": [0, 0, 0],
9 "to": [16, 0, 16],
10 "faces": {
11 "down": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "down"}
12 }
13 }
14 ]
15} \ No newline at end of file