Update patchouli_books/vrcrawler/en_us/advancements/grant_book_on_first_join.json

This commit is contained in:
incidentalstoat 2024-08-16 21:00:21 -06:00
parent 6bac040180
commit 2461a8e894

View file

@ -1,20 +1,12 @@
{ {
"type": "advancement_reward", "criteria": {
"pools": [ "tick": {
{ "trigger": "minecraft:tick"
"rolls": 1, }
"entries": [ },
{ "rewards": {
"type": "item", "loot": [
"name": "patchouli:guide_book", "vrcrawler:grant_book_on_first_join"
"functions": [ ]
{ }
"function": "set_nbt",
"tag": "{\"patchouli:book\": \"vrcrawler\"}"
}
]
}
]
}
]
} }