aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorGTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>2023-01-22 04:05:41 +0000
committerGTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>2023-01-22 04:05:41 +0000
commit4fec7c748cc082bde53734bbe214e2908574af6e (patch)
tree2d66987777154d7f0094e18b1cb6138a81c72ced /src/main
parent94acc21786d498a226f6eda863dca779ae27c6d8 (diff)
downloadGT5-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.java2
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.