Skip to content

Commit

Permalink
Add alchemy cycle for froglights
Browse files Browse the repository at this point in the history
Suggested by Wormbo
  • Loading branch information
williewillus committed Sep 9, 2023
1 parent 8397d73 commit 2c3dab8
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public void buildRecipes(Consumer<net.minecraft.data.recipes.FinishedRecipe> con
consumer.accept(FinishedRecipe.alchemy(id("rotten_flesh_to_leather"), new ItemStack(Items.LEATHER), ingr(Items.ROTTEN_FLESH), 600));

cycle(consumer, 40, "botania:log_cycle", Blocks.OAK_LOG, Blocks.SPRUCE_LOG, Blocks.BIRCH_LOG, Blocks.JUNGLE_LOG, Blocks.ACACIA_LOG, Blocks.DARK_OAK_LOG, Blocks.MANGROVE_LOG, Blocks.CHERRY_LOG);
cycle(consumer, 40, "botania:froglight_cycle", Blocks.OCHRE_FROGLIGHT, Blocks.VERDANT_FROGLIGHT, Blocks.PEARLESCENT_FROGLIGHT);
cycle(consumer, 120, "botania:sapling_cycle", Blocks.OAK_SAPLING, Blocks.SPRUCE_SAPLING, Blocks.BIRCH_SAPLING, Blocks.JUNGLE_SAPLING, Blocks.ACACIA_SAPLING, Blocks.DARK_OAK_SAPLING, Blocks.MANGROVE_PROPAGULE, Blocks.CHERRY_SAPLING);

consumer.accept(deconstruct("glowstone_deconstruct", Items.GLOWSTONE_DUST, Blocks.GLOWSTONE));
Expand Down
2 changes: 2 additions & 0 deletions Xplat/src/main/resources/assets/botania/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -2408,6 +2408,8 @@
"botania.page.manaAlchemy3": "Transmuting $(item)Woods$(0)",
"botania.page.manaAlchemy30": "Sapling",
"botania.page.manaAlchemy4": "Transmuting $(item)Saplings$(0)",
"botania.page.manaAlchemyFroglightCycle.title": "Froglight",
"botania.page.manaAlchemyFroglightCycle": "Transmuting $(item)Froglights$(0)",
"botania.page.manaAlchemy5": "Breaking down $(item)Glowstone Blocks$(0)",
"botania.page.manaAlchemy31": "Quartz",
"botania.page.manaAlchemy6": "Breaking down $(item)Quartz Blocks$(0)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
"text": "botania.page.manaAlchemy4",
"group": "botania:sapling_cycle"
},
{
"type": "botania:mana_infusion",
"heading": "botania.page.manaAlchemyFroglightCycle.title",
"text": "botania.page.manaAlchemyFroglightCycle",
"group": "botania:froglight_cycle"
},
{
"type": "botania:mana_infusion",
"text": "botania.page.manaAlchemy5",
Expand Down

0 comments on commit 2c3dab8

Please sign in to comment.