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