aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/handler
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2021-11-17 18:12:55 +0100
committerGitHub <noreply@github.com>2021-11-17 18:12:55 +0100
commit3cc1fcf988a51a84c8a0d22e1875c83843abf9a2 (patch)
tree0711d00f77270e5f381d679b5f8ab01ac79d5fc5 /src/Java/gtPlusPlus/core/handler
parent47dba3df8d037bcfe3f072c21ca75432c35a2d40 (diff)
parent5393dd9d54fd7b7b10030473942d578cac118d46 (diff)
downloadGT5-Unofficial-3cc1fcf988a51a84c8a0d22e1875c83843abf9a2.tar.gz
GT5-Unofficial-3cc1fcf988a51a84c8a0d22e1875c83843abf9a2.tar.bz2
GT5-Unofficial-3cc1fcf988a51a84c8a0d22e1875c83843abf9a2.zip
Merge pull request #36 from GTNewHorizons/structurelib-interation
structurelib interation and disable some multis
Diffstat (limited to 'src/Java/gtPlusPlus/core/handler')
-rw-r--r--src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java b/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java
index bbc0e44d7e..e45abdaa36 100644
--- a/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java
+++ b/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java
@@ -93,7 +93,7 @@ public class COMPAT_HANDLER {
new RECIPES_Extruder();
GregtechGeneratorsULV.run();
GregtechEnergyBuffer.run();
- GregtechLFTR.run();
+ //GregtechLFTR.run();
GregtechSteamCondenser.run();
GregtechSafeBlock.run();
//GregtechSuperConductionPoint.run();
@@ -113,12 +113,12 @@ public class COMPAT_HANDLER {
GregtechAdvancedBoilers.run();
GregtechPollutionDevices.run();
GregtechTieredFluidTanks.run();
- GregtechIndustrialMultiTank.run();
+ //GregtechIndustrialMultiTank.run();
GregtechGeothermalThermalGenerator.run();
Gregtech4Content.run();
- GregtechIndustrialFuelRefinery.run();
+ //GregtechIndustrialFuelRefinery.run();
GregtechTreeFarmerTE.run();
- GregtechIndustrialTreeFarm.run();
+ //GregtechIndustrialTreeFarm.run();
GregtechIndustrialSifter.run();
GregtechSimpleWasher.run();
GregtechRTG.run();
@@ -131,15 +131,15 @@ public class COMPAT_HANDLER {
GregtechWirelessChargers.run();
GregtechIndustrialGeneratorArray.run();
GregtechIndustrialCuttingFactory.run();
- GregtechMiniRaFusion.run();
+ //GregtechMiniRaFusion.run();
GregtechComponentAssembler.run();
- GregtechTeslaTower.run();
+ //GregtechTeslaTower.run();
GregtechSuperChests.run();
GregtechIndustrialFishPond.run();
GregtechTieredChunkloaders.run();
GregtechIndustrialExtruder.run();
GregtechIndustrialMultiMachine.run();
- GregtechBedrockPlatforms.run();
+ //GregtechBedrockPlatforms.run();
GregtechBufferDynamos.run();
GregtechAmazonWarehouse.run();
GregtechFactoryGradeReplacementMultis.run();
@@ -147,9 +147,9 @@ public class COMPAT_HANDLER {
GregtechThreadedBuffers.run();
GregtechIndustrialMixer.run();
GregtechCustomHatches.run();
- GregtechNaqReactor.run();
+ //GregtechNaqReactor.run();
GregtechIndustrialArcFurnace.run();
- GregtechSolarTower.run();
+ //GregtechSolarTower.run();
GregtechLargeTurbinesAndHeatExchanger.run();
GregtechPowerBreakers.run();
GregtechFluidReactor.run();
@@ -157,7 +157,7 @@ public class COMPAT_HANDLER {
GregtechIndustrialAlloySmelter.run();
GregtechIsaMill.run();
GregtechSteamMultis.run();
- GregtechIndustrialElementDuplicator.run();
+ //GregtechIndustrialElementDuplicator.run();
//New Horizons Content
NewHorizonsAccelerator.run();