diff options
author | GDCloud <gdcloudstrike@gmail.com> | 2023-03-21 20:57:08 +0100 |
---|---|---|
committer | GDCloud <gdcloudstrike@gmail.com> | 2023-03-21 20:57:08 +0100 |
commit | 9f7b02f947cd5fb6e50218576f7f0f599ec772be (patch) | |
tree | 61d67ffe80db51ce686944a0179127210304a662 | |
parent | 744c8a34b329257604c587969a1ac0218797f808 (diff) | |
download | GT5-Unofficial-9f7b02f947cd5fb6e50218576f7f0f599ec772be.tar.gz GT5-Unofficial-9f7b02f947cd5fb6e50218576f7f0f599ec772be.tar.bz2 GT5-Unofficial-9f7b02f947cd5fb6e50218576f7f0f599ec772be.zip |
fix spacetime wires
-rw-r--r-- | src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java | 4 |
1 files changed, 2 insertions, 2 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 ccf66ae7e3..2ea3389132 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 @@ -3225,14 +3225,14 @@ public class DreamCraftRecipeLoader { 32, new Object[] { ItemList.Circuit_Board_Bio_Ultra.get(1), new Object[] { OrePrefixes.foil.get(Materials.CosmicNeutronium), 64L }, - new Object[] { OrePrefixes.circuit.get(Materials.Superconductor), 4 }, + new Object[] { OrePrefixes.circuit.get(Materials.Superconductor), 4L }, ItemList.Circuit_Parts_Crystal_Chip_Master.get(64L), ItemList.Circuit_Parts_Crystal_Chip_Master.get(64L), ItemList.Circuit_Parts_Crystal_Chip_Master.get(64L), ItemList.Circuit_Parts_Crystal_Chip_Master.get(64L), ItemList.Circuit_Chip_NPIC.get(64L), ItemList.Circuit_Parts_DiodeXSMD.get(32L), ItemList.Circuit_Parts_CapacitorXSMD.get(32L), ItemList.Circuit_Parts_ResistorXSMD.get(32L), ItemList.Circuit_Parts_TransistorXSMD.get(32L), - new Object[] { OrePrefixes.wireFine.get(Materials.SpaceTime), 48L } }, + new Object[] { OrePrefixes.wireGt01.get(Materials.SpaceTime), 12L } }, new FluidStack[] { new FluidStack(solderUEV, 1440) }, ItemList.Energy_Cluster.get(1), 50 * 20, |