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/bookshelf_ends.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/bookshelf_ends.json')
| -rwxr-xr-x | assets/minecraft/models/block/bookshelf_ends.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/bookshelf_ends.json b/assets/minecraft/models/block/bookshelf_ends.json new file mode 100755 index 00000000..6eac6fb7 --- /dev/null +++ b/assets/minecraft/models/block/bookshelf_ends.json | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "textures": { | ||
| 4 | "1": "block/bookshelf_top", | ||
| 5 | "particle": "block/bookshelf_particle" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [0, 0, 0], | ||
| 10 | "to": [16, 16, 16], | ||
| 11 | "faces": { | ||
| 12 | "up": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "up"}, | ||
| 13 | "down": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"} | ||
| 14 | } | ||
| 15 | } | ||
| 16 | ] | ||
| 17 | } \ No newline at end of file | ||