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

Commit

Permalink
fix whitelisted fluids (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
GDCloudstrike authored Dec 5, 2023
1 parent 28f5b4a commit 1056634
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import com.google.common.math.LongMath;

import gregtech.api.enums.Materials;
import gregtech.api.enums.MaterialsUEVplus;
import gregtech.api.enums.OrePrefixes;
import gregtech.api.util.GT_OreDictUnificator;
import pers.gwyog.gtneioreplugin.plugin.block.BlockDimensionDisplay;
Expand Down Expand Up @@ -115,7 +116,8 @@ public EyeOfHarmonyRecipeStorage() {
outputItems.toArray(new ItemStack[0]),
recipe,
null,
null,
new FluidStack[] { Materials.Hydrogen.getGas(0), Materials.Helium.getGas(0),
MaterialsUEVplus.RawStarMatter.getFluid(0) },
outputFluids.toArray(new FluidStack[0]),
(int) recipe.getRecipeTimeInTicks(),
0,
Expand Down

0 comments on commit 1056634

Please sign in to comment.