diff options
| author | â€huajijam <strhuaji@gmail.com> | 2019-04-26 20:08:28 +0800 |
|---|---|---|
| committer | â€huajijam <strhuaji@gmail.com> | 2019-04-26 20:08:28 +0800 |
| commit | 913bb1c0a34045b1aa11901f49107322b1c03b57 (patch) | |
| tree | cd17df19dab84c7f621bb0482df29a23ff70d75b /src/Java/gtPlusPlus/core/recipe | |
| parent | ff60c00c1fc17acf9200cdf794c185ee329b8446 (diff) | |
| parent | 915cb904401ec3b67180baa02910efcaaf21370e (diff) | |
| download | GT5-Unofficial-913bb1c0a34045b1aa11901f49107322b1c03b57.tar.gz GT5-Unofficial-913bb1c0a34045b1aa11901f49107322b1c03b57.tar.bz2 GT5-Unofficial-913bb1c0a34045b1aa11901f49107322b1c03b57.zip | |
Automatic synchronization
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
| -rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_MachineComponents.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_MachineComponents.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_MachineComponents.java index 8552dd4782..fd513809ed 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_MachineComponents.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_MachineComponents.java @@ -101,7 +101,9 @@ public class RECIPES_MachineComponents { } else { onlyULVComponents(); - onlyMaxComponents(); + if (!CORE.GTNH) { + onlyMaxComponents(); + } } gregtechMachinePhase(); } |
