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