made book work (probably)

This commit is contained in:
incidentalstoat 2024-08-16 22:02:47 -05:00
parent d5c78fe05e
commit fa720735e0
3 changed files with 33 additions and 0 deletions

13
mods/nyctophobia.pw.toml Normal file
View file

@ -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"

View file

@ -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\"}"
}
]
}
]
}
]
}