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