NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/creating/moss_generator.json
2021-12-28 11:53:10 +01:00

17 lines
786 B
JSON

{
"name": "Swamp Homi",
"icon": "naturesaura:moss_generator",
"category": "naturesaura:creating",
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
"text": "A great source of natural $(aura) is the $(thing)moss$() on any type of mossy block. This property can be made use of in the form of the $(item)Swamp Homi$(): It will take any blocks around it that are covered in moss and remove it, leaving the clean block behind. For each block that it does this with, it generates a bit of $(aura) and spreads it into the environment."
},
{
"type": "crafting",
"recipe": "naturesaura:moss_generator",
"text": "Creating the $(item)Swamp Homi$()"
}
]
}