Skip to content

Commit

Permalink
Merge branch 'master' into volumetricFlaskFix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master authored Nov 13, 2024
2 parents 39bcf52 + bfe3508 commit b5a6cb8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ private static void fusionChainRecipes() {
GTValues.RA.stdBuilder()
.fluidInputs(
new FluidStack(MaterialsElements.getInstance().NEON.getPlasma(), 144),
Materials.Bedrockium.getMolten(144))
new FluidStack(MaterialsAlloy.ARCANITE.getFluid(), 2))
.fluidOutputs(new FluidStack(MaterialsElements.STANDALONE.FORCE.getPlasma(), 1000))
.duration(1 * SECONDS + 12 * TICKS)
.eut(TierEU.RECIPE_LuV)
Expand Down Expand Up @@ -591,7 +591,7 @@ private static void fusionChainRecipes() {
GTValues.RA.stdBuilder()
.fluidInputs(
new FluidStack(MaterialsElements.STANDALONE.ASTRAL_TITANIUM.getPlasma(), 144),
new FluidStack(MaterialsAlloy.TITANSTEEL.getFluid(), 8))
new FluidStack(MaterialsAlloy.TITANSTEEL.getFluid(), 2))
.fluidOutputs(new FluidStack(MaterialsElements.STANDALONE.RUNITE.getPlasma(), 1000))
.duration(32 * TICKS)
.eut(TierEU.RECIPE_ZPM)
Expand Down

0 comments on commit b5a6cb8

Please sign in to comment.