summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/bamboo_inner_stairs_alt.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/bamboo_inner_stairs_alt.json')
-rwxr-xr-xassets/minecraft/models/block/bamboo_inner_stairs_alt.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/bamboo_inner_stairs_alt.json b/assets/minecraft/models/block/bamboo_inner_stairs_alt.json
new file mode 100755
index 00000000..cd2e03a0
--- /dev/null
+++ b/assets/minecraft/models/block/bamboo_inner_stairs_alt.json
@@ -0,0 +1,42 @@
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": [8, 8, 0],
10 "to": [16, 16, 8],
11 "faces": {
12 "north": {"uv": [0, 0, 8, 8], "texture": "#2", "cullface": "north"},
13 "west": {"uv": [0, 8, 8, 16], "texture": "#top"},
14 "up": {"uv": [0, 16, 8, 8], "rotation": 90, "texture": "#top"}
15 }
16 },
17 {
18 "from": [0, 0, 0],
19 "to": [16, 8, 16],
20 "faces": {
21 "north": {"uv": [0, 8, 16, 16], "texture": "#top", "cullface": "north"},
22 "west": {"uv": [0, 8, 16, 16], "texture": "#2", "cullface": "west"}
23 }
24 },
25 {
26 "from": [0, 0, 0],
27 "to": [8, 8, 8],
28 "faces": {
29 "up": {"uv": [16, 8, 8, 16], "texture": "#top"}
30 }
31 },
32 {
33 "from": [0, 8, 8],
34 "to": [16, 16, 16],
35 "faces": {
36 "north": {"uv": [0, 0, 16, 8], "texture": "#top"},
37 "west": {"uv": [8, 0, 16, 8], "texture": "#2", "cullface": "west"},
38 "up": {"uv": [16, 0, 0, 8], "texture": "#top", "cullface": "up"}
39 }
40 }
41 ]
42} \ No newline at end of file