Skip to content

Commit

Permalink
Add alchemy recipe for dripleaf shrinking
Browse files Browse the repository at this point in the history
(costs a fifth of special flower shrinking, to flower/shrub cycle recipes)
  • Loading branch information
TheRealWormbo committed Jun 16, 2024
1 parent 9387a65 commit a9e236e
Show file tree
Hide file tree
Showing 3 changed files with 16 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.

Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ public void buildRecipes(Consumer<net.minecraft.data.recipes.FinishedRecipe> con
Blocks.WHITE_TULIP, Blocks.PINK_TULIP, Blocks.OXEYE_DAISY, Blocks.CORNFLOWER, Blocks.LILY_OF_THE_VALLEY,
Blocks.SUNFLOWER, Blocks.LILAC, Blocks.ROSE_BUSH, Blocks.PEONY);

consumer.accept(FinishedRecipe.alchemy(id("dripleaf_shrinking"), new ItemStack(Blocks.SMALL_DRIPLEAF), ingr(Items.BIG_DRIPLEAF), 500));
consumer.accept(FinishedRecipe.alchemy(id("chorus_fruit_to_flower"), new ItemStack(Blocks.CHORUS_FLOWER), ingr(Items.POPPED_CHORUS_FRUIT), 10000));

cycle(consumer, 240, "botania:berry_cycle", Items.APPLE, Items.SWEET_BERRIES, Items.GLOW_BERRIES);
Expand Down

0 comments on commit a9e236e

Please sign in to comment.