Compare commits

..

2 commits

Author SHA1 Message Date
incidentalstoat
b6e5c085fd Merge branch 'master' of https://git.vrg.party/hiina/minecraft-crawler 2024-08-16 22:04:04 -05:00
incidentalstoat
fa720735e0 made book work (probably) 2024-08-16 22:02:47 -05:00
2 changed files with 20 additions and 0 deletions

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