diff options
author | Abdiel Kavash <19243993+AbdielKavash@users.noreply.github.com> | 2024-10-17 05:03:06 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-17 11:03:06 +0000 |
commit | 37c33c050e5c6039f410c6b7360fb146b9aae7a2 (patch) | |
tree | b62bcdf735423e3e0dc8f7834e7bf8da08f0b272 /src/main/java/gregtech/loaders | |
parent | b3639bcb0949526ebad496bc9eeedbc2008ffcfb (diff) | |
download | GT5-Unofficial-37c33c050e5c6039f410c6b7360fb146b9aae7a2.tar.gz GT5-Unofficial-37c33c050e5c6039f410c6b7360fb146b9aae7a2.tar.bz2 GT5-Unofficial-37c33c050e5c6039f410c6b7360fb146b9aae7a2.zip |
Reworked cleanroom structure check. (#3312)
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/java/gregtech/loaders')
-rw-r--r-- | src/main/java/gregtech/loaders/preload/GTPreLoad.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/java/gregtech/loaders/preload/GTPreLoad.java b/src/main/java/gregtech/loaders/preload/GTPreLoad.java index 7fcea477c5..bef36a2bdb 100644 --- a/src/main/java/gregtech/loaders/preload/GTPreLoad.java +++ b/src/main/java/gregtech/loaders/preload/GTPreLoad.java @@ -46,7 +46,6 @@ import gregtech.common.config.MachineStats; import gregtech.common.config.OPStuff; import gregtech.common.config.Worldgen; import gregtech.common.tileentities.machines.long_distance.MTELongDistancePipelineBase; -import gregtech.common.tileentities.machines.multi.MTECleanroom; public class GTPreLoad { @@ -487,9 +486,6 @@ public class GTPreLoad { GT_FML_LOGGER.error("The Length of the Gas Turbine Pollution Array Config must be the same as the Default"); } - // cleanroom file - if (GTMod.gregtechproxy.mEnableCleanroom) MTECleanroom.loadConfig(GTConfig.cleanroomFile); - // underground fluids file GTMod.gregtechproxy.mUndergroundOil.getConfig(GTConfig.undergroundFluidsFile, "undergroundfluid"); |