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