From fa720735e045ea30b96a426512ccf4c30ab9b2ec Mon Sep 17 00:00:00 2001 From: incidentalstoat Date: Fri, 16 Aug 2024 22:02:47 -0500 Subject: [PATCH] made book work (probably) --- mods/nyctophobia.pw.toml | 13 ++++++++++++ .../grant_book_on_first_join.json | 0 .../loot_tables/grant_book_on_first_join.json | 20 +++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 mods/nyctophobia.pw.toml rename patchouli_books/vrcrawler/{en_us => }/advancements/grant_book_on_first_join.json (100%) create mode 100644 patchouli_books/vrcrawler/loot_tables/grant_book_on_first_join.json diff --git a/mods/nyctophobia.pw.toml b/mods/nyctophobia.pw.toml new file mode 100644 index 0000000..956f56c --- /dev/null +++ b/mods/nyctophobia.pw.toml @@ -0,0 +1,13 @@ +name = "Nyctophobia" +filename = "Nyctophobia_1.9_(FABRIC)_for_1.20+.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/k5jeNqWg/versions/gF2Deboo/Nyctophobia_1.9_%28FABRIC%29_for_1.20%2B.jar" +hash-format = "sha1" +hash = "aff39ddf6d9f896d5160dc885a673ccb0a78689c" + +[update] +[update.modrinth] +mod-id = "k5jeNqWg" +version = "gF2Deboo" diff --git a/patchouli_books/vrcrawler/en_us/advancements/grant_book_on_first_join.json b/patchouli_books/vrcrawler/advancements/grant_book_on_first_join.json similarity index 100% rename from patchouli_books/vrcrawler/en_us/advancements/grant_book_on_first_join.json rename to patchouli_books/vrcrawler/advancements/grant_book_on_first_join.json diff --git a/patchouli_books/vrcrawler/loot_tables/grant_book_on_first_join.json b/patchouli_books/vrcrawler/loot_tables/grant_book_on_first_join.json new file mode 100644 index 0000000..63c4ba8 --- /dev/null +++ b/patchouli_books/vrcrawler/loot_tables/grant_book_on_first_join.json @@ -0,0 +1,20 @@ +{ + "type": "advancement_reward", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "patchouli:guide_book", + "functions": [ + { + "function": "set_nbt", + "tag": "{\"patchouli:book\": \"vrcrawler\"}" + } + ] + } + ] + } + ] +} \ No newline at end of file