Skip to content
10 changes: 10 additions & 0 deletions Xplat/src/main/resources/assets/botania/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -1982,15 +1982,25 @@
"block.minecraft.banner.botania.sword.white": "White Sword",

"botania.category.basics": "Basics and Mechanics",
"botania.category.basics.description":"Begin your journey into the world of natural magic here. This section covers the fundamental principles of Botania, from discovering mystical flowers and crafting essential tools like the Lexica Botania and the Wand of the Forest, to understanding core concepts that underpin all advanced botanical endeavors. Master these foundational mechanics to lay a strong groundwork for your future magical creations.",
"botania.category.mana": "Mana Manipulation",
"botania.category.mana.description": "Mana, the very essence of nature's magic, is the lifeblood of Botania. This chapter guides you through the intricate art of harnessing this ethereal energy. Learn to generate, store, transfer, and manipulate Mana using specialized flora and mystical devices, automating complex processes with natural power.",
"botania.category.functionalFlowers": "Functional Flora",
"botania.category.functionalFlowers.description":"Beyond just aesthetics, Functional Flora represents a diverse array of mystical plants designed to perform specific tasks. These flowers draw Mana from nearby Mana Pools to power their unique abilities, ranging from automated farming and resource processing to interacting with the world in surprising ways. Discover how to strategically deploy them to streamline your magical infrastructure.",
"botania.category.generationFlowers": "Generating Flora",
"botania.category.generationFlowers.description":"This section explores the distinct requirements and optimal conditions for each type of generating flower, guiding you on how to cultivate and manage them to ensure a consistent and bountiful supply of life-giving Mana for your expanding magical systems.",
"botania.category.devices": "Natural Apparatus",
"botania.category.devices.description":"Natural Apparatus encompasses a range of ingenious constructs and mystical devices designed to enhance your magical workflow. From advanced Mana conduits and automated processing units to intricate mechanisms for resource transformation and utility, this chapter unveils the tools that allow you to harness Mana with greater precision, efficiency and scale, pushing the boundaries of botanical engineering.",
"botania.category.tools": "Mystical Items",
"botania.category.tools.description":"Equip yourself with the finest Mystical Items crafted through botanical arts. This chapter details a variety of enchanted tools, weapons, and utility items, each imbued with unique magical properties. Discover how these items can enhance your capabilities in combat, exploration, and construction, making your adventures even more rewarding."
"botania.category.baubles": "Trinkets and Accessories",
"botania.category.baubles.description":"Enhance your personal magical prowess with a collection of Trinkets and Accessories. These wearable items grant passive benefits, special abilities, or augment your existing equipment, providing a significant edge in various situations. Learn to craft and utilize these magical adornments to customize your playstyle and overcome challenges."
"botania.category.ender": "Ender Artifacts",
"botania.category.ender.description":"Delve into the mysterious and often volatile energies of the Ender dimension with these unique Ender Artifacts. This section explores items and concepts that bridge the gap between the natural magic of Botania and the strange properties of the End, offering new avenues for transportation, resource gathering and powerful enchantments."
"botania.category.alfhomancy": "Alfhomancy",
"botania.category.alfhomancy.description":"Uncover the ancient art of Alfhomancy, a sophisticated branch of botanical magic involving interaction with the mystical realm of Alfheim. This advanced chapter details the rituals, constructs, and powerful artifacts derived from the fae dimension, opening up new tiers of magical automation, resource generation and unique magical abilities."
"botania.category.misc": "Miscellaneous",
"botania.category.misc.description":"This chapter is a collection of various interesting and often overlooked elements within Botania that don't fit neatly into other classifications. Here you'll find useful tips, unique blocks and peculiar items, offering unexpected solutions and enhancing your overall experience in the world of natural magic.",


"botania.entry.welcome": "Welcome To Botania",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botania.category.alfhomancy",
"description": "botania.category.alfhomancy",
"description": "botania.category.alfhomancy.description",
"icon": "botania:flight_tiara",
"sortnum": 8
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botania.category.basics",
"description": "botania.category.basics",
"description": "botania.category.basics.description",
"icon": "botania:flower_bag",
"sortnum": 0
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botania.category.baubles",
"description": "botania.category.baubles",
"description": "botania.category.baubles.description",
"icon": "botania:bauble_box",
"sortnum": 6
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botania.category.devices",
"description": "botania.category.devices",
"description": "botania.category.devices.description",
"icon": "botania:hourglass",
"sortnum": 4
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botania.category.ender",
"description": "botania.category.ender",
"description": "botania.category.ender.description",
"icon": "botania:ender_air_bottle",
"sortnum": 7
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botania.category.functionalFlowers",
"description": "botania.category.functionalFlowers",
"description": "botania.category.functionalFlowers.description",
"icon": "botania:hopperhock",
"sortnum": 3
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botania.category.generationFlowers",
"description": "botania.category.generationFlowers",
"description": "botania.category.generationFlowers.description",
"icon": "botania:rosa_arcana",
"sortnum": 2
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botania.category.mana",
"description": "botania.category.mana",
"description": "botania.category.mana.description",
"icon": "botania:mana_spreader",
"sortnum": 1
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botania.category.misc",
"description": "botania.category.misc",
"description": "botania.category.misc.description",
"icon": "botania:tiny_potato",
"sortnum": 9
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botania.category.tools",
"description": "botania.category.tools",
"description": "botania.category.tools.description",
"icon": "botania:sextant",
"sortnum": 5
}
}