~williewillus/violet-moon

botania: Adding/moving alt recipes in lexicon v1 PROPOSED

Adarsh: 1
 Adding/moving alt recipes in lexicon

 3 files changed, 6 insertions(+), 8 deletions(-)
#1129048 linux.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~williewillus/violet-moon/patches/48379/mbox | git am -3
Learn more about email & git

[PATCH botania] Adding/moving alt recipes in lexicon Export this patch

Alt recipes for mana tablet and runic altar using mana diamonds are now visible in lexicon, and both fabulous mana pool recipes are now on the same page since they have the same flavor text anyways. No text goes off the book.
---
 .../lexicon/en_us/entries/basics/rune_altar.json          | 3 ++-
 .../lexicon/en_us/entries/mana/mana_tablet.json           | 3 ++-
 .../lexicon/en_us/entries/tools/rainbow_rod.json          | 8 ++------
 3 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/Xplat/src/main/resources/assets/botania/patchouli_books/lexicon/en_us/entries/basics/rune_altar.json b/Xplat/src/main/resources/assets/botania/patchouli_books/lexicon/en_us/entries/basics/rune_altar.json
index 4b96b1c92..7c93609d7 100644
--- a/Xplat/src/main/resources/assets/botania/patchouli_books/lexicon/en_us/entries/basics/rune_altar.json
+++ b/Xplat/src/main/resources/assets/botania/patchouli_books/lexicon/en_us/entries/basics/rune_altar.json
@@ -21,7 +21,8 @@
    {
      "type": "crafting",
      "text": "botania.page.runeAltar2",
      "recipe": "botania:runic_altar"
      "recipe": "botania:runic_altar",
      "recipe2": "botania:runic_altar_alt"
    },
    {
      "type": "text",
diff --git a/Xplat/src/main/resources/assets/botania/patchouli_books/lexicon/en_us/entries/mana/mana_tablet.json b/Xplat/src/main/resources/assets/botania/patchouli_books/lexicon/en_us/entries/mana/mana_tablet.json
index 5877e7d41..78ad733b2 100644
--- a/Xplat/src/main/resources/assets/botania/patchouli_books/lexicon/en_us/entries/mana/mana_tablet.json
+++ b/Xplat/src/main/resources/assets/botania/patchouli_books/lexicon/en_us/entries/mana/mana_tablet.json
@@ -16,7 +16,8 @@
    {
      "type": "crafting",
      "text": "botania.page.manaTablet2",
      "recipe": "botania:mana_tablet"
      "recipe": "botania:mana_tablet",
      "recipe2": "botania:mana_tablet_alt"
    }
  ]
}
diff --git a/Xplat/src/main/resources/assets/botania/patchouli_books/lexicon/en_us/entries/tools/rainbow_rod.json b/Xplat/src/main/resources/assets/botania/patchouli_books/lexicon/en_us/entries/tools/rainbow_rod.json
index c00460a16..512c9d0fe 100644
--- a/Xplat/src/main/resources/assets/botania/patchouli_books/lexicon/en_us/entries/tools/rainbow_rod.json
+++ b/Xplat/src/main/resources/assets/botania/patchouli_books/lexicon/en_us/entries/tools/rainbow_rod.json
@@ -42,12 +42,8 @@
    {
      "type": "crafting",
      "text": "botania.page.rainbowRod7",
      "recipe": "botania:fabulous_pool"
    },
    {
      "type": "crafting",
      "text": "botania.page.rainbowRod7",
      "recipe": "botania:fabulous_pool_upgrade"
      "recipe": "botania:fabulous_pool",
      "recipe2": "botania:fabulous_pool_upgrade"
    }
  ]
}
-- 
2.34.1
botania/patches/linux.yml: SUCCESS in 19m37s

[Adding/moving alt recipes in lexicon][0] from [Adarsh][1]

[0]: https://lists.sr.ht/~williewillus/violet-moon/patches/48379
[1]: mailto:actuallyadarsh@gmail.com

✓ #1129048 SUCCESS botania/patches/linux.yml https://builds.sr.ht/~williewillus/job/1129048