NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/fr_fr/entries/intro/baubles.json

13 lines
654 B
JSON
Raw Normal View History

2018-10-21 18:39:46 +02:00
{
"name": "Baubles",
"icon": "minecraft:totem_of_undying",
2021-12-16 21:56:27 +01:00
"category": "naturesaura:intro",
2018-10-21 18:39:46 +02:00
"read_by_default": true,
"flag": "mod:baubles",
2018-10-21 18:39:46 +02:00
"pages": [
{
"type": "text",
"text": "Sometimes you might find yourself lost with the space of your $(thing)inventory$(), having sky-high stacks of blocks and items cluttering your backpack and slowing you down.$(br)Some $(thing)natural items$() might be able to be placed directly on arms, waist and chest as $(item)Baubles$(). If an item has this functionality, it will display in its tooltip the parts of the body that it can reside on."
2018-10-21 18:39:46 +02:00
}
]
}