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/item/ladder.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/item/ladder.json')
| -rwxr-xr-x | assets/minecraft/models/item/ladder.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/ladder.json b/assets/minecraft/models/item/ladder.json new file mode 100755 index 00000000..4e4eb774 --- /dev/null +++ b/assets/minecraft/models/item/ladder.json | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/rail", | ||
| 3 | "textures": { | ||
| 4 | "1": "item/ladder", | ||
| 5 | "particle": "block/ladder", | ||
| 6 | "texture": "block/ladder" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [6, 0, 6], | ||
| 11 | "to": [10, 0, 10], | ||
| 12 | "shade": false, | ||
| 13 | "faces": { | ||
| 14 | "down": {"uv": [0, 0, 16, 16], "texture": "#1"} | ||
| 15 | } | ||
| 16 | }, | ||
| 17 | { | ||
| 18 | "from": [2, 0, 7], | ||
| 19 | "to": [14, 16, 8.9], | ||
| 20 | "faces": { | ||
| 21 | "north": {"uv": [1, 0, 7, 16], "texture": "#texture"}, | ||
| 22 | "east": {"uv": [1, 0, 2, 16], "texture": "#texture"}, | ||
| 23 | "south": {"uv": [9, 0, 15, 16], "texture": "#texture", "cullface": "south"}, | ||
| 24 | "west": {"uv": [6, 0, 7, 16], "texture": "#texture"}, | ||
| 25 | "up": {"uv": [1, 0, 7, 2], "texture": "#texture", "cullface": "up"} | ||
| 26 | } | ||
| 27 | }, | ||
| 28 | { | ||
| 29 | "from": [12, 0, 7], | ||
| 30 | "to": [4, 16, 8.9], | ||
| 31 | "faces": { | ||
| 32 | "east": {"uv": [14, 0, 15, 16], "texture": "#texture"}, | ||
| 33 | "south": {"uv": [10, 0, 14, 16], "texture": "#texture"}, | ||
| 34 | "west": {"uv": [9, 0, 10, 16], "texture": "#texture"} | ||
| 35 | } | ||
| 36 | } | ||
| 37 | ] | ||
| 38 | } \ No newline at end of file | ||