Skip to content

Commit

Permalink
Remove other seed oil recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
JuiceyBeans committed Sep 27, 2024
1 parent cb82c66 commit 2a46b1e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,8 @@ public static void init(Consumer<FinishedRecipe> provider) {
.outputFluids(SeedOil.getFluid(10))
.save(provider);

// Disabling these because it conflicts with the seed tag recipe
/*
EXTRACTOR_RECIPES.recipeBuilder("seed_oil_from_beetroot").duration(32).EUt(2)
.inputItems(new ItemStack(Items.BEETROOT_SEEDS))
.outputFluids(SeedOil.getFluid(10))
Expand All @@ -509,7 +511,7 @@ public static void init(Consumer<FinishedRecipe> provider) {
EXTRACTOR_RECIPES.recipeBuilder("seed_oil_from_torchflower").duration(32).EUt(2)
.inputItems(new ItemStack(Items.TORCHFLOWER_SEEDS, 1))
.outputFluids(SeedOil.getFluid(8))
.save(provider);
.save(provider);*/

EXTRACTOR_RECIPES.recipeBuilder("fish_oil_from_cod").duration(16).EUt(4)
.inputItems(Items.COD)
Expand Down

0 comments on commit 2a46b1e

Please sign in to comment.