superb-warfare/src/main/resources/data/superbwarfare/loot_tables/grant_manual.json
2025-05-09 00:23:30 +08:00

20 lines
No EOL
384 B
JSON

{
"type": "advancement_reward",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "patchouli:guide_book",
"functions": [
{
"function": "set_nbt",
"tag": "{\"patchouli:book\": \"superbwarfare:superb_warfare_manual\"}"
}
]
}
]
}
]
}