NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/creating/potion_generator.json
2018-10-28 13:46:09 +01:00

17 lines
403 B
JSON

{
"name": "Ritual of the Brewer",
"icon": "naturesaura:potion_generator",
"category": "creating",
"advancement": "naturesaura:infused_materials",
"priority": true,
"pages": [
{
"type": "text",
"text": "bla bla bla"
},
{
"type": "multiblock",
"multiblock_id": "naturesaura:potion_generator"
}
]
}