diff options
Diffstat (limited to 'assets/minecraft/models/block/stone_brick_stairs_outer_alt.json')
| -rwxr-xr-x | assets/minecraft/models/block/stone_brick_stairs_outer_alt.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/stone_brick_stairs_outer_alt.json b/assets/minecraft/models/block/stone_brick_stairs_outer_alt.json new file mode 100755 index 00000000..e449198d --- /dev/null +++ b/assets/minecraft/models/block/stone_brick_stairs_outer_alt.json | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/orientable_outer_stairs_alt", | ||
| 3 | "textures": { | ||
| 4 | "bottom": "block/stone_bricks", | ||
| 5 | "top": "block/stone_bricks", | ||
| 6 | "side": "block/stone_bricks" | ||
| 7 | } | ||
| 8 | } \ No newline at end of file | ||