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