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