diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/stairs.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/stairs.json')
| -rwxr-xr-x | assets/minecraft/models/block/stairs.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/stairs.json b/assets/minecraft/models/block/stairs.json new file mode 100755 index 00000000..53cae82a --- /dev/null +++ b/assets/minecraft/models/block/stairs.json | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "textures": { | ||
| 4 | "particle": "#side" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { | ||
| 8 | "from": [0, 0, 0], | ||
| 9 | "to": [16, 8, 16], | ||
| 10 | "faces": { | ||
| 11 | "north": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "north"}, | ||
| 12 | "south": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "south"}, | ||
| 13 | "west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"}, | ||
| 14 | "up": {"uv": [0, 0, 16, 16], "texture": "#top"}, | ||
| 15 | "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} | ||
| 16 | } | ||
| 17 | }, | ||
| 18 | { | ||
| 19 | "from": [8, 8, 0], | ||
| 20 | "to": [16, 16, 16], | ||
| 21 | "faces": { | ||
| 22 | "north": {"uv": [0, 0, 8, 8], "texture": "#side", "cullface": "north"}, | ||
| 23 | "south": {"uv": [8, 0, 16, 8], "texture": "#side", "cullface": "south"}, | ||
| 24 | "west": {"uv": [0, 0, 16, 8], "texture": "#side"}, | ||
| 25 | "up": {"uv": [8, 0, 16, 16], "texture": "#top", "cullface": "up"} | ||
| 26 | } | ||
| 27 | }, | ||
| 28 | { | ||
| 29 | "from": [15, 0, 0], | ||
| 30 | "to": [16, 16, 16], | ||
| 31 | "faces": { | ||
| 32 | "east": {"uv": [0, 0, 16, 16], "texture": "#side"} | ||
| 33 | } | ||
| 34 | } | ||
| 35 | ] | ||
| 36 | } \ No newline at end of file | ||