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