diff options
author | GDCloud <gdcloudstrike@gmail.com> | 2023-04-14 00:19:51 +0200 |
---|---|---|
committer | GDCloud <gdcloudstrike@gmail.com> | 2023-04-14 00:19:51 +0200 |
commit | 69e50072f00e380b787a66451a16043ee4056a33 (patch) | |
tree | c1a5133d426016ad7fa93c30ae594bbc980ee1a2 /src/main | |
parent | a84c834847f2a0ceb9e105180aee3f596631c9d9 (diff) | |
download | GT5-Unofficial-69e50072f00e380b787a66451a16043ee4056a33.tar.gz GT5-Unofficial-69e50072f00e380b787a66451a16043ee4056a33.tar.bz2 GT5-Unofficial-69e50072f00e380b787a66451a16043ee4056a33.zip |
base -> superconductor
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java | 2 |
1 files changed, 1 insertions, 1 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 25fef505c3..abd1763d7c 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 @@ -1166,7 +1166,7 @@ public class ResearchStationAssemblyLine implements Runnable { GT_OreDictUnificator.get(OrePrefixes.plateDense, Materials.Neutronium, 4), ItemList.Field_Generator_UHV.get(2), ItemList.Circuit_Wafer_QPIC.get(64), GT_OreDictUnificator - .get(OrePrefixes.wireGt04, Materials.Longasssuperconductornameforuhvwire, 32), }, + .get(OrePrefixes.wireGt04, Materials.SuperconductorUHV, 32), }, new FluidStack[] { Materials.UUMatter.getFluid(50000), ALLOY.CINOBITE.getFluidStack(9216), ALLOY.OCTIRON.getFluidStack(9216), ELEMENT.STANDALONE.ASTRAL_TITANIUM.getFluidStack(9216), }, |