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