From 794f9497062ddfec4f276b23b95c48ffebcedcbc Mon Sep 17 00:00:00 2001 From: SynfulChaot Date: Sat, 16 Mar 2024 23:46:10 -0700 Subject: [PATCH 1/3] Added ability to put Ancient Tomes in Chiseled Bookshelves --- .../data/minecraft/tags/items/bookshelf_books.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/resources/data/minecraft/tags/items/bookshelf_books.json diff --git a/src/main/resources/data/minecraft/tags/items/bookshelf_books.json b/src/main/resources/data/minecraft/tags/items/bookshelf_books.json new file mode 100644 index 000000000..402c9aa92 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/items/bookshelf_books.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "quark:ancient_tome" + ] +} From ddfbb10764de3846d2e04b92051352b09f28505d Mon Sep 17 00:00:00 2001 From: SynfulChaot Date: Sat, 16 Mar 2024 23:51:17 -0700 Subject: [PATCH 2/3] Syntax Matching --- .../data/minecraft/tags/items/bookshelf_books.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/data/minecraft/tags/items/bookshelf_books.json b/src/main/resources/data/minecraft/tags/items/bookshelf_books.json index 402c9aa92..e42cdeafd 100644 --- a/src/main/resources/data/minecraft/tags/items/bookshelf_books.json +++ b/src/main/resources/data/minecraft/tags/items/bookshelf_books.json @@ -1,6 +1,6 @@ { - "replace": false, - "values": [ - "quark:ancient_tome" - ] -} + "replace": false, + "values": [ + "quark:ancient_tome" + ] +} \ No newline at end of file From cdbd66e88f0f2a3e587bf675b9d6d09d28a8d29b Mon Sep 17 00:00:00 2001 From: Vasco Lavos Date: Sun, 17 Mar 2024 09:59:40 +0000 Subject: [PATCH 3/3] Update contributors.properties --- contributors.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.properties b/contributors.properties index b9a3c922c..f86f5ce38 100644 --- a/contributors.properties +++ b/contributors.properties @@ -942,3 +942,4 @@ Fendewen=2 UndeadAkai=1 Lolanticks=2 SilentSean=2 +voldemine=1