summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/brick_stairs_outer_east_alt.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/brick_stairs_outer_east_alt.json')
-rwxr-xr-xassets/minecraft/models/block/brick_stairs_outer_east_alt.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/brick_stairs_outer_east_alt.json b/assets/minecraft/models/block/brick_stairs_outer_east_alt.json
new file mode 100755
index 00000000..5ae26f3c
--- /dev/null
+++ b/assets/minecraft/models/block/brick_stairs_outer_east_alt.json
@@ -0,0 +1,32 @@
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 "north": {"uv": [0, 3, 2, 4], "texture": "#0", "cullface": "north"},
14 "east": {"uv": [6, 5, 8, 6], "texture": "#0", "cullface": "east"},
15 "south": {"uv": [4, 5, 6, 6], "texture": "#0", "cullface": "south"},
16 "west": {"uv": [2, 1, 4, 2], "texture": "#0", "cullface": "west"},
17 "up": {"uv": [4, 14, 6, 16], "texture": "#0"}
18 }
19 },
20 {
21 "from": [0, 8, 0],
22 "to": [8, 16, 8],
23 "faces": {
24 "north": {"uv": [1, 2, 2, 3], "texture": "#0", "cullface": "north"},
25 "east": {"uv": [7, 4, 8, 5], "texture": "#0"},
26 "south": {"uv": [4, 4, 5, 5], "texture": "#0"},
27 "west": {"uv": [2, 0, 3, 1], "texture": "#0", "cullface": "west"},
28 "up": {"uv": [4, 14, 5, 15], "texture": "#0", "cullface": "up"}
29 }
30 }
31 ]
32} \ No newline at end of file