diff options
author | GDCloud <93287602+GDCloudstrike@users.noreply.github.com> | 2023-06-04 18:27:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-04 18:27:24 +0200 |
commit | c6799f216508e6f776b2dee598d552972a6434e1 (patch) | |
tree | 0a67608b314ff72a7db3b26efee6a0e3a5a7e915 /src/main/java | |
parent | 63fdf5bad7ff4238ff1e096eab9bade89c636b41 (diff) | |
download | GT5-Unofficial-c6799f216508e6f776b2dee598d552972a6434e1.tar.gz GT5-Unofficial-c6799f216508e6f776b2dee598d552972a6434e1.tar.bz2 GT5-Unofficial-c6799f216508e6f776b2dee598d552972a6434e1.zip |
fix (#219)
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java b/src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java index eb4d64cbd9..4288911521 100644 --- a/src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java +++ b/src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java @@ -703,7 +703,7 @@ public class ResearchStationAssemblyLine implements Runnable { CustomItemList.eM_energyTunnel7_UV.get(1), 32_000_000, 4096, - (int) TierEU.UIV, + (int) TierEU.RECIPE_UIV, 1, new Object[] { CustomItemList.eM_energyTunnel7_UV.get(32), new Object[] { OrePrefixes.circuit.get(Materials.Piko), 32L }, @@ -723,7 +723,7 @@ public class ResearchStationAssemblyLine implements Runnable { MaterialsUEVplus.ExcitedDTEC.getFluid(2_048_000), }, ItemList.Machine_Multi_TranscendentPlasmaMixer.get(1), 5 * MINUTES, - (int) TierEU.UIV); + (int) TierEU.RECIPE_UIV); // Stargate Recipes if (EternalSingularity.isModLoaded() && SGCraft.isModLoaded()) { |