Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Change Molten Infinity to Molten Neutronium in alternate High Density…
Browse files Browse the repository at this point in the history
… recipes (#353)

Former-commit-id: afdd94652aac416f854020b8bccf88e2352843db
  • Loading branch information
S4mpsa authored Aug 23, 2023
1 parent 1f502f1 commit 6515ffe
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void run() {
addElectricImplosionRecipe(
// IN.
new ItemStack[] { getModItem(GoodGenerator.ID, "highDensityPlutoniumNugget", 5L) },
new FluidStack[] { Materials.Infinity.getMolten(9L) },
new FluidStack[] { Materials.Neutronium.getMolten(72L) },
// OUT.
new ItemStack[] { getModItem(GoodGenerator.ID, "highDensityPlutonium", 1L) },
new FluidStack[] { GT_Values.NF },
Expand All @@ -84,7 +84,7 @@ public void run() {
addElectricImplosionRecipe(
// IN.
new ItemStack[] { getModItem(GoodGenerator.ID, "highDensityUraniumNugget", 5L) },
new FluidStack[] { Materials.Infinity.getMolten(9L) },
new FluidStack[] { Materials.Neutronium.getMolten(72L) },
// OUT.
new ItemStack[] { getModItem(GoodGenerator.ID, "highDensityUranium", 1L) },
new FluidStack[] { GT_Values.NF },
Expand All @@ -95,7 +95,7 @@ public void run() {
addElectricImplosionRecipe(
// IN.
new ItemStack[] { getModItem(GoodGenerator.ID, "highDensityThoriumNugget", 5L) },
new FluidStack[] { Materials.Infinity.getMolten(9L) },
new FluidStack[] { Materials.Neutronium.getMolten(72L) },
// OUT.
new ItemStack[] { getModItem(GoodGenerator.ID, "highDensityThorium", 1L) },
new FluidStack[] { GT_Values.NF },
Expand Down

0 comments on commit 6515ffe

Please sign in to comment.