diff options
author | DreamMasterXXL <dream-master@gmx.net> | 2020-07-25 20:37:55 +0200 |
---|---|---|
committer | DreamMasterXXL <dream-master@gmx.net> | 2020-07-25 20:37:55 +0200 |
commit | 2026ac448d504c02287f12c2685d4c92bd612870 (patch) | |
tree | d5e0b6e435649f49aa490910e4c0aa329eb6e065 /src/main/java | |
parent | ffd28fb466558047815aeedc3bd9f56b271fb373 (diff) | |
download | GT5-Unofficial-2026ac448d504c02287f12c2685d4c92bd612870.tar.gz GT5-Unofficial-2026ac448d504c02287f12c2685d4c92bd612870.tar.bz2 GT5-Unofficial-2026ac448d504c02287f12c2685d4c92bd612870.zip |
fix(TecTech)Really Ultimated Batterie
fix the recipe Really Ultimated Batterie
change Neutronium wires(which not exists) to Superconductor Wires UHV
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index b669165176..ab4c6003cf 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -1213,7 +1213,7 @@ public class DreamCraftRecipeLoader implements Runnable { ItemList.Circuit_Wafer_UHPIC.get(64), ItemList.Circuit_Wafer_SoC2.get(32), ItemList.Circuit_Parts_DiodeASMD.get(64), - GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Neutronium, 64), + GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.SuperconductorUHV, 64), }, new FluidStack[]{ Materials.SolderingAlloy.getMolten(3760), Materials.Naquadria.getMolten(9216), |