From a19fdee06910f1c4620bfb2d63d9b55d975a3a00 Mon Sep 17 00:00:00 2001 From: Wormbo Date: Tue, 26 Sep 2023 18:31:20 +0200 Subject: [PATCH] Reminder for stack size limit with Ring of Loki (#4451) This closes #3668 by mentioning the potential limitations of placing blocks directly from a stack of block items held in hand. --- Xplat/src/main/resources/assets/botania/lang/en_us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 19f6f9631..308b611d7 100644 --- a/Xplat/src/main/resources/assets/botania/lang/en_us.json +++ b/Xplat/src/main/resources/assets/botania/lang/en_us.json @@ -3354,7 +3354,7 @@ "botania.page.lokiRing0": "One of the three mythical rings of the $(thing)Aesir$(0), the $(item)Ring of Loki$(0) allows for the wearer to call upon the Trickster God's ability to effectively be in multiple places at once.$(p)To use an equipped $(item)Ring of Loki$(0), begin by sneak-righting click a block with an empty hand.", "botania.page.lokiRing1": "Once a block is selected (designated the \"origin\"), sneak-right clicking other blocks will store their offsets from the origin in the ring. To finish the procedure, sneak-right click the origin again.$(p)Sneak-right clicking a stored block during the selection process will remove it from the ring's memory. To clear a completed selection, just sneak-right click the ground twice.", "botania.page.lokiRing2": "After the selection is complete, multiple boxes in wireframe will be visible, moving relative to the looked-at block. When a block is placed while sneaking, all wireframe locations will have blocks placed there, too, allowing for placement $(o)en masse$(). The $(l:tools/terra_pick)$(item)Terra Shatterer$(0)$(/l) and $(l:tools/terra_axe)$(item)Terra Truncator$(0)$(/l) will also break blocks at these locations when sneaking, allowing for truly ludicrous quantities of destruction.", - "botania.page.lokiRing3": "Such power doesn't come for free, of course. The ring consumes $(thing)Mana$(0) from the user's inventory for each block placed. Note that the larger the current selection, the more expensive each placed block becomes.", + "botania.page.lokiRing3": "Such power doesn't come for free, of course. The ring consumes $(thing)Mana$(0) from the user's inventory for each block placed. Note that the larger the current selection, the more expensive each placed block becomes.$(p)Lastly, keep in mind that the $(item)Ring of Loki$(0) still only uses the item in your hand. If you are placing blocks directly, the size of the stack you hold may become a limiting factor.", "botania.entry.odinRing": "Ring of Odin", "botania.tagline.odinRing": "Godlike resistance", -- 2.45.2