NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/fr_fr/entries/using/conversion_catalyst.json
Debucquoy Anthony tonitch f7fdc00f4b
French (#103)
* French Base

* Translate every items
2020-04-04 23:22:52 +02:00

52 lines
2.2 KiB
JSON

{
"name": "Transmutation Catalyst",
"icon": "naturesaura:conversion_catalyst",
"category": "using",
"advancement": "naturesaura:sky_ingot",
"pages": [
{
"type": "text",
"text": "The $(l:collecting/altar)Natural Altar$() can be useful for infusing certain items with the power of $(aura), however, it can also assist in transmuting items from one type into another.$(br)This can be achieved by creating the $(item)Transmutation Catalyst$() and placing it on top of any of the four lower $(item)Golden Stone Brick$() blocks around the altar, and then placing the ingredient on the altar as usual."
},
{
"type": "naturesaura:tree_ritual",
"text": "Creating the $(item)Transmutation Catalyst$() using the $(l:practices/tree_ritual)Ritual of the Forest$().",
"recipe": "naturesaura:conversion_catalyst"
},
{
"type": "naturesaura:altar",
"text": "Creating $(item)Dragon's Breath$() out of the end's $(aura)",
"recipe": "naturesaura:breath"
},
{
"type": "naturesaura:altar",
"text": "Conjuring $(item)Leather$() from a zombie's remains",
"recipe": "naturesaura:leather"
},
{
"type": "naturesaura:altar",
"text": "Making $(item)Soul Sand$() out of worldly grains",
"recipe": "naturesaura:soul_sand"
},
{
"type": "naturesaura:altar",
"text": "Creating $(item)Nether Wart$() from poisonous mushrooms",
"recipe": "naturesaura:nether_wart"
},
{
"type": "naturesaura:altar",
"text": "Conjuring $(item)Prismarine Shards$() from the nether's ore",
"recipe": "naturesaura:prismarine"
},
{
"type": "naturesaura:altar",
"text": "Causing $(thing)water$() to accumulate inside an empty $(item)bottle$()",
"recipe": "naturesaura:water"
},
{
"type": "naturesaura:altar",
"text": "Turning $(item)Charcoal$() into $(item)Coal$()",
"recipe": "naturesaura:coal"
}
]
}