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