Skip to content

Commit

Permalink
Document fractional radius and sphere mode for Worldshaper's Sextant (#…
Browse files Browse the repository at this point in the history
…4463)

Inserts additional lexicon page mentioning circle shape adjustment
option via fractional radius and the way to switch to sphere mode. Also
fixes recipe caption showing "(circle mode)" and thus overflowing the
page width. (closes #4398)
  • Loading branch information
TheRealWormbo authored Oct 14, 2023
1 parent b30c763 commit e7d27bc
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -2910,6 +2910,7 @@
"botania.page.sextant0": "In a world of cubes, the secrets of creating circles and spheres is a lost art coveted by many-- so much so, in fact, that some to turn to the unholy act of \"tabbing out\" to learn the proper procedures.$(p)The $(item)Worldshaper's Sextant$(0), however, provides a ready alternative to such an act. ",
"botania.page.sextant1": "To use the sextant, sneak-right click to choose a mode. Simply right-click and hold at a block to choose the shape's center, and look around to choose its radius; blue circles will appear in the world as an outline of the final shape. Upon release of the sextant, a mirage of $(item)Cobblestone$(0) blocks will appear as a building guide.$(p)Sneak-right clicking the sextant will remove the guide.",
"botania.page.sextant2": "You sketch a circle, filling you with determination",
"botania.page.sextant_modes": "There are usually multiple ways to draw a blocky circle touching the inside of any given square. By snapping to any point on the horizontal block grid from the starting point, the sextant allows experimenting with different shapes for the same general size.$(p)And if two dimensions are not enough, sneak-right clicking while no shape is displayed switches the shape mode.",

"botania.entry.astrolabe": "Worldshaper's Astrolabe",
"botania.tagline.astrolabe": "A tool to help create planes",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@
"type": "text",
"text": "botania.page.sextant1"
},
{
"type": "text",
"text": "botania.page.sextant_modes"
},
{
"type": "crafting",
"title": "item.botania.sextant",
"text": "botania.page.sextant2",
"recipe": "botania:sextant"
}
Expand Down

0 comments on commit e7d27bc

Please sign in to comment.