diff options
| author | Sampsa <69092953+S4mpsa@users.noreply.github.com> | 2023-08-23 12:16:47 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-23 11:16:47 +0200 |
| commit | 92c973e6e377a32b0b61f326c274a65cb50134ba (patch) | |
| tree | f7eb9cf3efa3a103fdcbd079b311c76b3d409f03 /src/main/java/com | |
| parent | beb845b55a002e6d03fa495f7853c3800ed11337 (diff) | |
| download | GT5-Unofficial-92c973e6e377a32b0b61f326c274a65cb50134ba.tar.gz GT5-Unofficial-92c973e6e377a32b0b61f326c274a65cb50134ba.tar.bz2 GT5-Unofficial-92c973e6e377a32b0b61f326c274a65cb50134ba.zip | |
Change Molten Infinity to Molten Neutronium in alternate High Density recipes (#353)
Former-commit-id: 19def92e93b20e19f9bd9587b38d978abeb92666
Diffstat (limited to 'src/main/java/com')
| -rw-r--r-- | src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/ElectricImplosionCompressorRecipes.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/ElectricImplosionCompressorRecipes.java b/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/ElectricImplosionCompressorRecipes.java index 5ac8d72744..f9f3ea3c64 100644 --- a/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/ElectricImplosionCompressorRecipes.java +++ b/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/ElectricImplosionCompressorRecipes.java @@ -73,7 +73,7 @@ public class ElectricImplosionCompressorRecipes implements Runnable { 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 }, @@ -84,7 +84,7 @@ public class ElectricImplosionCompressorRecipes implements Runnable { 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 }, @@ -95,7 +95,7 @@ public class ElectricImplosionCompressorRecipes implements Runnable { 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 }, |
