diff options
author | GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> | 2023-01-22 04:05:41 +0000 |
---|---|---|
committer | GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> | 2023-01-22 04:05:41 +0000 |
commit | 4fec7c748cc082bde53734bbe214e2908574af6e (patch) | |
tree | 2d66987777154d7f0094e18b1cb6138a81c72ced /src/main | |
parent | 94acc21786d498a226f6eda863dca779ae27c6d8 (diff) | |
download | GT5-Unofficial-4fec7c748cc082bde53734bbe214e2908574af6e.tar.gz GT5-Unofficial-4fec7c748cc082bde53734bbe214e2908574af6e.tar.bz2 GT5-Unofficial-4fec7c748cc082bde53734bbe214e2908574af6e.zip |
Add raw star matter to output
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/com/github/technus/tectech/recipe/EyeOfHarmonyRecipe.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/technus/tectech/recipe/EyeOfHarmonyRecipe.java b/src/main/java/com/github/technus/tectech/recipe/EyeOfHarmonyRecipe.java index 65f5a0d4a8..5f5a73c71c 100644 --- a/src/main/java/com/github/technus/tectech/recipe/EyeOfHarmonyRecipe.java +++ b/src/main/java/com/github/technus/tectech/recipe/EyeOfHarmonyRecipe.java @@ -127,7 +127,7 @@ public class EyeOfHarmonyRecipe { // Add a bonus fluid of compressed star matter. // todo replace with Bonus star matter when added to GT5. - fluidStackArrayList.add(Materials.Infinity.getMolten((this.spacetimeCasingTierRequired + 1) * 100_000)); + fluidStackArrayList.add(Materials.RawStarMatter.getFluid((this.spacetimeCasingTierRequired + 1) * 100_000)); outputFluids = fluidStackArrayList; // End fluid processing. |