diff options
author | chochem <40274384+chochem@users.noreply.github.com> | 2023-01-28 16:38:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-28 17:38:45 +0100 |
commit | 225be0dc54c36d7dd8104936d63371f0574f4a06 (patch) | |
tree | 9d00c588360fbf827786e4bf36e108aba5e480a1 /src/main/java | |
parent | 9bc6d0f89e121662cfa2765866628fc14c4c84be (diff) | |
download | GT5-Unofficial-225be0dc54c36d7dd8104936d63371f0574f4a06.tar.gz GT5-Unofficial-225be0dc54c36d7dd8104936d63371f0574f4a06.tar.bz2 GT5-Unofficial-225be0dc54c36d7dd8104936d63371f0574f4a06.zip |
Revert "add circuit (#1698)" (#1700)
This reverts commit 9bc6d0f89e121662cfa2765866628fc14c4c84be.
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java b/src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java index 2c5775bc7a..bd84529cf5 100644 --- a/src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java +++ b/src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java @@ -14480,7 +14480,7 @@ public class GT_MachineRecipeLoader implements Runnable { // NaCl + H2O = (NaCl·H2O) GT_Values.RA.addMixerRecipe( Materials.Salt.getDust(2), - GT_Utility.getIntegratedCircuit(3), + GT_Values.NI, GT_Values.NI, GT_Values.NI, Materials.Water.getFluid(1000), |