Skip to content

Commit

Permalink
PBI chain minor tweaks (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrcan authored Feb 25, 2022
1 parent 40b9e14 commit ed13753
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,15 +387,13 @@ private static void polybenzimidazoleProcess() {
.fluidInputs(Nitrochlorobenzene.getFluid(2000))
.fluidInputs(Hydrogen.getFluid(2000))
.fluidOutputs(Dichlorobenzidine.getFluid(1000))
.fluidOutputs(Oxygen.getFluid(4000))
.buildAndRegister();

CHEMICAL_RECIPES.recipeBuilder().EUt(VA[EV]).duration(1800)
LARGE_CHEMICAL_RECIPES.recipeBuilder().EUt(VA[EV]).duration(1800)
.input(dust, Copper)
.fluidInputs(Nitrochlorobenzene.getFluid(18000))
.fluidInputs(Hydrogen.getFluid(18000))
.fluidOutputs(Dichlorobenzidine.getFluid(9000))
.fluidOutputs(Oxygen.getFluid(36000))
.buildAndRegister();

CHEMICAL_RECIPES.recipeBuilder().EUt(VA[HV]).duration(100)
Expand Down Expand Up @@ -459,7 +457,6 @@ private static void polybenzimidazoleProcess() {
.fluidInputs(Benzene.getFluid(1000))
.notConsumable(new IntCircuitIngredient(1))
.fluidOutputs(Dimethylbenzene.getFluid(1000))
.fluidOutputs(Hydrogen.getFluid(4000))
.buildAndRegister();

CHEMICAL_RECIPES.recipeBuilder().EUt(VA[HV]).duration(100)
Expand Down

0 comments on commit ed13753

Please sign in to comment.