Skip to content

Commit

Permalink
Revert "Removes Awkward Potion + Soul Crystal = Sculk Affinity Potion…
Browse files Browse the repository at this point in the history
… recipe."

This reverts commit 62b71fb.
  • Loading branch information
nitrodynamite18 committed Oct 2, 2023
1 parent 9e3b55e commit 6c8820f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/kyanite/deeperdarker/DeeperDarker.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public DeeperDarker() {
private void commonSetup(FMLCommonSetupEvent event) {
event.enqueueWork(() -> ((FlowerPotBlock) Blocks.FLOWER_POT).addPlant(DDBlocks.ECHO_SAPLING.getId(), DDBlocks.POTTED_ECHO_SAPLING));

PotionBrewing.addMix(Potions.AWKWARD, DDItems.SOUL_CRYSTAL.get(), DDPotions.SCULK_AFFINITY.get());
PotionBrewing.addMix(Potions.INVISIBILITY, DDItems.SOUL_DUST.get(), DDPotions.SCULK_AFFINITY.get());
PotionBrewing.addMix(DDPotions.SCULK_AFFINITY.get(), Items.REDSTONE, DDPotions.LONG_SCULK_AFFINITY.get());
PotionBrewing.addMix(Potions.LONG_INVISIBILITY, DDItems.SOUL_DUST.get(), DDPotions.LONG_SCULK_AFFINITY.get());
Expand Down

0 comments on commit 6c8820f

Please sign in to comment.