Skip to content

Commit

Permalink
Small alch catalyst lexicon entry changes
Browse files Browse the repository at this point in the history
Added recipes for sunny quartz deconstruction and gunpowder -> flint that exist but are not in the lexicon, and fixed glowstone entries to only show relevant recipes
  • Loading branch information
anoomolu authored and williewillus committed Oct 29, 2023
1 parent 8927992 commit 9fa3b88
Showing 1 changed file with 11 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@
{
"type": "botania:mana_infusion",
"text": "botania.page.manaAlchemy5",
"recipes": [
"botania:mana_infusion/redstone_to_glowstone_dust",
"botania:mana_infusion/glowstone_deconstruct"
]
"recipes": "botania:mana_infusion/glowstone_deconstruct"
},
{
"type": "botania:mana_infusion",
Expand All @@ -55,7 +52,8 @@
"botania:mana_infusion/blaze_quartz_deconstruct",
"botania:mana_infusion/lavender_quartz_deconstruct",
"botania:mana_infusion/red_quartz_deconstruct",
"botania:mana_infusion/elf_quartz_deconstruct"
"botania:mana_infusion/elf_quartz_deconstruct",
"botania:mana_infusion/sunny_quartz_deconstruct"
]
},
{
Expand Down Expand Up @@ -92,9 +90,7 @@
{
"type": "botania:mana_infusion",
"text": "botania.page.manaAlchemy12",
"recipes": [
"botania:mana_infusion/potato_unpoison"
]
"recipes": "botania:mana_infusion/potato_unpoison"
},
{
"type": "botania:mana_infusion",
Expand All @@ -104,7 +100,10 @@
{
"type": "botania:mana_infusion",
"text": "botania.page.manaAlchemy14",
"recipes": "botania:mana_infusion/flint_to_gunpowder"
"recipes": [
"botania:mana_infusion/gunpowder_to_flint",
"botania:mana_infusion/flint_to_gunpowder"
]
},
{
"type": "botania:mana_infusion",
Expand All @@ -121,8 +120,8 @@
"heading": "botania.page.manaAlchemy35",
"text": "botania.page.manaAlchemy17",
"recipes": [
"botania:mana_infusion/cactus_to_slime",
"botania:mana_infusion/slime_to_cactus"
"botania:mana_infusion/slime_to_cactus",
"botania:mana_infusion/cactus_to_slime"
]
},
{
Expand All @@ -136,8 +135,7 @@
"text": "botania.page.manaAlchemy19",
"recipes": [
"botania:mana_infusion/glowstone_dust_to_redstone",
"botania:mana_infusion/redstone_to_glowstone_dust",
"botania:mana_infusion/glowstone_deconstruct"
"botania:mana_infusion/redstone_to_glowstone_dust"
]
},
{
Expand Down

0 comments on commit 9fa3b88

Please sign in to comment.