Skip to content

Commit

Permalink
remove benzene to phenol direct recipe (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarri6343 authored Jun 8, 2022
1 parent 11f2b6c commit e3a05d2
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -606,12 +606,6 @@ public static void init() {
.fluidOutputs(Oxygen.getFluid(1000))
.duration(120).EUt(VA[LV]).buildAndRegister();

CHEMICAL_RECIPES.recipeBuilder()
.fluidInputs(Benzene.getFluid(1000))
.fluidInputs(Oxygen.getFluid(1000))
.fluidOutputs(Phenol.getFluid(1000))
.duration(400).EUt(2000).buildAndRegister();

CHEMICAL_RECIPES.recipeBuilder()
.fluidInputs(MethylAcetate.getFluid(1000))
.fluidInputs(Water.getFluid(1000))
Expand Down

0 comments on commit e3a05d2

Please sign in to comment.