made book work (probably)
This commit is contained in:
parent
d5c78fe05e
commit
fa720735e0
3 changed files with 33 additions and 0 deletions
13
mods/nyctophobia.pw.toml
Normal file
13
mods/nyctophobia.pw.toml
Normal 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"
|
|
@ -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\"}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue