Skip to content

Commit

Permalink
Add mention of potted Botania flowers to lexicon
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealWormbo committed May 5, 2024
1 parent d12d118 commit 037e21c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions Xplat/src/main/resources/assets/botania/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -2401,6 +2401,7 @@
"botania.page.gIntro2": "These flowers bind to one $(l:mana/spreader)$(item)Mana Spreader$(0)$(/l) at a time for $(thing)Mana$(0) output. They'll bind to the nearest spreader present at the time of their placement (or the nearest placed afterward, if none were in range), and must be re-bound to another spreader with a wand in $(thing)Bind Mode$(0), if so desired.",
"botania.page.gIntro3": "Choosing your first $(thing)Generating Flower$(0) is a pretty simple task; the simplest two choices for any fledgling botanist are the $(l:generating_flowers/endoflame)$(item)Endoflame$(0)$(/l) and the $(l:generating_flowers/hydroangeas)$(item)Hydroangeas$(0)$(/l).$(p)The former uses $(item)Coal$(0) or other fuel sources to generate $(thing)Mana$(0). The latter uses $(item)Water$(0) sources for the same task, but decays after about three days.",
"botania.page.gIntro4": "Later on, you may wish to branch out to other $(thing)Generating Flora$(0). Flowers that require more complex infrastructure to automate typically produce more $(thing)Mana$(0).",
"botania.page.gIntroPotted": "Flowers in flower pots are purely decorative",

"botania.entry.endoflame": "Endoflame",
"botania.tagline.endoflame": "Mana from fuel",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@
{
"type": "text",
"text": "botania.page.gIntro4"
},
{
"type": "multiblock",
"name": "block.botania.potted_endoflame",
"multiblock": {
"pattern": [
["0"],
["T"]
],
"mapping": {
"0": "botania:potted_endoflame",
"T": "botania:polished_livingrock_slab[type=top]"
},
"symmetrical": true
},
"text": "botania.page.gIntroPotted",
"enable_visualize": false
}
]
}

0 comments on commit 037e21c

Please sign in to comment.