diff options
Diffstat (limited to 'assets/minecraft/models/item/bamboo_stairs.json')
| -rwxr-xr-x | assets/minecraft/models/item/bamboo_stairs.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/bamboo_stairs.json b/assets/minecraft/models/item/bamboo_stairs.json new file mode 100755 index 00000000..07aa531f --- /dev/null +++ b/assets/minecraft/models/item/bamboo_stairs.json | |||
| @@ -0,0 +1,44 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/stairs", | ||
| 3 | "textures": { | ||
| 4 | "particle": "#side", | ||
| 5 | "side": "block/bamboo_stairs", | ||
| 6 | "end": "block/bamboo_stairs_side" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [0, 0, 0], | ||
| 11 | "to": [16, 8, 16], | ||
| 12 | "faces": { | ||
| 13 | "north": {"uv": [0, 8, 16, 16], "texture": "#end"}, | ||
| 14 | "south": {"uv": [0, 8, 16, 16], "texture": "#end"}, | ||
| 15 | "west": {"uv": [0, 8, 16, 16], "texture": "#side"} | ||
| 16 | } | ||
| 17 | }, | ||
| 18 | { | ||
| 19 | "from": [0, 0, 0], | ||
| 20 | "to": [8, 8, 16], | ||
| 21 | "faces": { | ||
| 22 | "up": {"uv": [0, 16, 16, 8], "rotation": 90, "texture": "#side"} | ||
| 23 | } | ||
| 24 | }, | ||
| 25 | { | ||
| 26 | "from": [8, 8, 0], | ||
| 27 | "to": [16, 16, 16], | ||
| 28 | "faces": { | ||
| 29 | "north": {"uv": [0, 0, 8, 8], "texture": "#end"}, | ||
| 30 | "south": {"uv": [8, 0, 16, 8], "texture": "#end"}, | ||
| 31 | "west": {"uv": [0, 0, 16, 8], "texture": "#side"}, | ||
| 32 | "up": {"uv": [0, 8, 16, 0], "rotation": 90, "texture": "#side"} | ||
| 33 | } | ||
| 34 | }, | ||
| 35 | { | ||
| 36 | "from": [0, 0, 0], | ||
| 37 | "to": [16, 16, 16], | ||
| 38 | "faces": { | ||
| 39 | "east": {"uv": [0, 0, 16, 16], "texture": "#side"}, | ||
| 40 | "down": {"uv": [0, 0, 16, 16], "texture": "#side"} | ||
| 41 | } | ||
| 42 | } | ||
| 43 | ] | ||
| 44 | } \ No newline at end of file | ||