From e7d27bc06b07c86a0d57d183cdc31038c7d96e63 Mon Sep 17 00:00:00 2001 From: Wormbo Date: Sat, 14 Oct 2023 19:13:11 +0200 Subject: [PATCH] Document fractional radius and sphere mode for Worldshaper's Sextant (#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) --- Xplat/src/main/resources/assets/botania/lang/en_us.json | 1 + .../patchouli_books/lexicon/en_us/entries/tools/sextant.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Xplat/src/main/resources/assets/botania/lang/en_us.json b/Xplat/src/main/resources/assets/botania/lang/en_us.json index bff90c5a34..270a7b14b3 100644 --- a/Xplat/src/main/resources/assets/botania/lang/en_us.json +++ b/Xplat/src/main/resources/assets/botania/lang/en_us.json @@ -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", diff --git a/Xplat/src/main/resources/assets/botania/patchouli_books/lexicon/en_us/entries/tools/sextant.json b/Xplat/src/main/resources/assets/botania/patchouli_books/lexicon/en_us/entries/tools/sextant.json index 2747418cd4..48859faae0 100644 --- a/Xplat/src/main/resources/assets/botania/patchouli_books/lexicon/en_us/entries/tools/sextant.json +++ b/Xplat/src/main/resources/assets/botania/patchouli_books/lexicon/en_us/entries/tools/sextant.json @@ -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" }