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