NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/items/color_changer.json

21 lines
1.3 KiB
JSON
Raw Normal View History

2018-10-23 19:23:02 +02:00
{
"name": "Bucket of Infinite Color",
"icon": "naturesaura:color_changer",
2018-10-25 19:23:20 +02:00
"category": "items",
2018-10-23 19:23:02 +02:00
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",
"text": "Using $(thing)colors$() as a means of making buildings look nice is a recognized technique among builders. However, sometimes it can be difficult to find all the colors one requires. The $(item)Bucket of Infinite Colors$(), merely using the three primary shades of the world, can create any color so long as it came in contact with them, and then tranfer it onto any dyeable block."
},
{
"type": "text",
2018-10-25 19:23:20 +02:00
"text": "To use the bucket, simply sneak and interact with any dyeable block. To then transfer that color onto a block, simply interact with it.$(br)Sneaking and interacting with the item itself will cause it to switch into $(thing)fill mode$(), meaning that, upon dyeing a block, all surrounding blocks with the same color will also be changed.$(br)Of course, this comes with the cost of some $(thing)Aura$(), which needs to be supplied in the form of an $(l:items/aura_cache)Aura Cache$() in one's inventory."
2018-10-23 19:23:02 +02:00
},
{
"type": "crafting",
"text": "Creating the $(item)Bucket of Infinite Color$()",
"recipe": "naturesaura:color_changer"
}
]
}