aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorchochem <40274384+chochem@users.noreply.github.com>2023-01-28 15:03:01 +0000
committerGitHub <noreply@github.com>2023-01-28 16:03:01 +0100
commit9bc6d0f89e121662cfa2765866628fc14c4c84be (patch)
treec3ee7fb833dd9dd637c3b10b6526dc8ecf280303 /src
parent6ddbf1777f3f00afa78d1395d839dd4d6763c04b (diff)
downloadGT5-Unofficial-9bc6d0f89e121662cfa2765866628fc14c4c84be.tar.gz
GT5-Unofficial-9bc6d0f89e121662cfa2765866628fc14c4c84be.tar.bz2
GT5-Unofficial-9bc6d0f89e121662cfa2765866628fc14c4c84be.zip
add circuit (#1698)
Diffstat (limited to 'src')
-rw-r--r--src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java2
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 bd84529cf5..2c5775bc7a 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_Values.NI,
+ GT_Utility.getIntegratedCircuit(3),
GT_Values.NI,
GT_Values.NI,
Materials.Water.getFluid(1000),