commit 874c792860bbf58740219e01d2da5318bb7bba72 Author: Tamipes Date: Thu Jan 29 11:24:43 2026 +0100 feat: add `HexBooks` datapack diff --git a/datapacks/HexBooks/data/minecraft/tags/items/bookshelf_books.json b/datapacks/HexBooks/data/minecraft/tags/items/bookshelf_books.json new file mode 100644 index 0000000..12c937c --- /dev/null +++ b/datapacks/HexBooks/data/minecraft/tags/items/bookshelf_books.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "patchouli:guide_book", + "hexcasting:spellbook" + ] +} \ No newline at end of file diff --git a/datapacks/HexBooks/pack.mcmeta b/datapacks/HexBooks/pack.mcmeta new file mode 100644 index 0000000..672f0b1 --- /dev/null +++ b/datapacks/HexBooks/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "description": "Enables to place hex casting books in chiseled bookshelfs.", + "pack_format": 10 + } +} \ No newline at end of file