Skip to content

Commit

Permalink
redusce coolant to prevent positive EU output (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master authored Dec 7, 2023
1 parent 6a9ab97 commit 3e7c477
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ public void run() {
// Cooling Hot Netherrack Bricks
GT_Values.RA.stdBuilder().itemInputs(CustomItemList.HotNetherrackBrick.get(1L))
.itemOutputs(CustomItemList.InfernalBrick.get(1L))
.fluidInputs(new FluidStack(FluidRegistry.getFluid("ic2coolant"), 1000))
.fluidOutputs(new FluidStack(FluidRegistry.getFluid("ic2hotcoolant"), 1000)).duration(10 * SECONDS)
.fluidInputs(new FluidStack(FluidRegistry.getFluid("ic2coolant"), 250))
.fluidOutputs(new FluidStack(FluidRegistry.getFluid("ic2hotcoolant"), 250)).duration(10 * SECONDS)
.eut(TierEU.RECIPE_LV).addTo(chemicalBathRecipes);
// Cooling Hot Kanthal MV
GT_Values.RA.stdBuilder().itemInputs(GT_OreDictUnificator.get(OrePrefixes.ingotHot, Materials.Kanthal, 1L))
Expand Down

0 comments on commit 3e7c477

Please sign in to comment.