diff options
| author | Raven Szewczyk <git@eigenraven.me> | 2024-05-24 19:04:17 +0100 |
|---|---|---|
| committer | Raven Szewczyk <git@eigenraven.me> | 2024-05-24 19:04:17 +0100 |
| commit | 69ce418e29e22391f60cdd55815727762a78c33a (patch) | |
| tree | 97be683e94b8a541d7578760a154f16d4dea38e2 /src/main/java/gtPlusPlus/core/config | |
| parent | 38f38a991e433f6eff30476b87a71eeadee228ce (diff) | |
| download | GT5-Unofficial-69ce418e29e22391f60cdd55815727762a78c33a.tar.gz GT5-Unofficial-69ce418e29e22391f60cdd55815727762a78c33a.tar.bz2 GT5-Unofficial-69ce418e29e22391f60cdd55815727762a78c33a.zip | |
Apply updated GT5u spotless configs
Diffstat (limited to 'src/main/java/gtPlusPlus/core/config')
| -rw-r--r-- | src/main/java/gtPlusPlus/core/config/ConfigHandler.java | 849 |
1 files changed, 425 insertions, 424 deletions
diff --git a/src/main/java/gtPlusPlus/core/config/ConfigHandler.java b/src/main/java/gtPlusPlus/core/config/ConfigHandler.java index c498164cf9..162d5b0f12 100644 --- a/src/main/java/gtPlusPlus/core/config/ConfigHandler.java +++ b/src/main/java/gtPlusPlus/core/config/ConfigHandler.java @@ -109,7 +109,7 @@ public class ConfigHandler { public static void handleConfigFile(final FMLPreInitializationEvent event) { final Configuration config = new Configuration( - new File(event.getModConfigurationDirectory(), "GTplusplus/GTplusplus.cfg")); + new File(event.getModConfigurationDirectory(), "GTplusplus/GTplusplus.cfg")); config.load(); // Debug @@ -118,552 +118,553 @@ public class ConfigHandler { * "Enables all sorts of debug logging. (Don't use unless told to, breaks other things.)"); */ MACHINE_INFO = config.getBoolean( - "enableMachineInfoLogging", - "debug", - false, - "Makes many machines display lots of debug logging."); + "enableMachineInfoLogging", + "debug", + false, + "Makes many machines display lots of debug logging."); showHiddenNEIItems = config - .getBoolean("showHiddenNEIItems", "debug", false, "Makes all items hidden from NEI display."); + .getBoolean("showHiddenNEIItems", "debug", false, "Makes all items hidden from NEI display."); dumpItemAndBlockData = config.getBoolean( - "dumpItemAndBlockData", - "debug", - false, - "Dumps all GT++ and Toxic Everglade Data to en_US.lang in the config folder. This config option can be used by foreign players to generate blank .lang files, which they can populate with their language of choice."); + "dumpItemAndBlockData", + "debug", + false, + "Dumps all GT++ and Toxic Everglade Data to en_US.lang in the config folder. This config option can be used by foreign players to generate blank .lang files, which they can populate with their language of choice."); // Machines enableThaumcraftShardUnification = config.getBoolean( - "enableThaumcraftShardUnification", - "machines", - false, - "Allows the use of TC shards across many recipes by oreDicting them into a common group."); + "enableThaumcraftShardUnification", + "machines", + false, + "Allows the use of TC shards across many recipes by oreDicting them into a common group."); disableIC2Recipes = config.getBoolean( - "disableIC2Recipes", - "machines", - false, - "Alkaluscraft Related - Removes IC2 Cables Except glass fibre. Few other Misc Tweaks."); + "disableIC2Recipes", + "machines", + false, + "Alkaluscraft Related - Removes IC2 Cables Except glass fibre. Few other Misc Tweaks."); boilerSteamPerSecond = config.getInt( - "boilerSteamPerSecond", - "machines", - 750, - 0, - 10000, - "Sets the steam per second value in LV,MV,HV boilers (respectively 1x,2x,3x this number for the tiers)"); + "boilerSteamPerSecond", + "machines", + 750, + 0, + 10000, + "Sets the steam per second value in LV,MV,HV boilers (respectively 1x,2x,3x this number for the tiers)"); // GT-Fixes turbineCutoffBase = config.getInt( - "turbineCutoffBase", - GregTech.ID, - 75000, - 0, - Integer.MAX_VALUE, - "Rotors below this durability will be removed, prevents NEI clutter. Minimum Durability is N * x, where N is the new value set and x is the turbine size, where 1 is Tiny and 4 is Huge. Set to 0 to disable."); + "turbineCutoffBase", + GregTech.ID, + 75000, + 0, + Integer.MAX_VALUE, + "Rotors below this durability will be removed, prevents NEI clutter. Minimum Durability is N * x, where N is the new value set and x is the turbine size, where 1 is Tiny and 4 is Huge. Set to 0 to disable."); // Pipes & Cables enableCustom_Pipes = config.getBoolean("enableCustom_Pipes", GregTech.ID, true, "Adds Custom GT Fluid Pipes."); enableCustom_Cables = config.getBoolean("enableCustom_Cables", GregTech.ID, true, "Adds Custom GT Cables."); enableMachine_Dehydrators = config - .getBoolean("enableMachineDehydrators", GregTech.ID, true, "These dehydrate stuff."); + .getBoolean("enableMachineDehydrators", GregTech.ID, true, "These dehydrate stuff."); enableMachine_SteamConverter = config - .getBoolean("enableMachineSteamConverter", GregTech.ID, true, "Converts IC2 steam -> Railcraft steam."); + .getBoolean("enableMachineSteamConverter", GregTech.ID, true, "Converts IC2 steam -> Railcraft steam."); enableMachine_FluidTanks = config - .getBoolean("enableMachineFluidTanks", GregTech.ID, true, "Portable fluid tanks."); + .getBoolean("enableMachineFluidTanks", GregTech.ID, true, "Portable fluid tanks."); enableMachine_RocketEngines = config.getBoolean( - "enableMachineRocketEngines", - GregTech.ID, - true, - "Diesel egines with different internals, they consume less fuel overall."); + "enableMachineRocketEngines", + GregTech.ID, + true, + "Diesel egines with different internals, they consume less fuel overall."); enableMachine_GeothermalEngines = config.getBoolean( - "enableMachineGeothermalEngines", - GregTech.ID, - true, - "These may be overpowered, Consult a local geologist."); - enableMachine_Tesseracts = config.getBoolean( - "enableMachineTesseracts", - GregTech.ID, - true, - "Tesseracts for wireless item/fluid movement."); + "enableMachineGeothermalEngines", + GregTech.ID, + true, + "These may be overpowered, Consult a local geologist."); + enableMachine_Tesseracts = config + .getBoolean("enableMachineTesseracts", GregTech.ID, true, "Tesseracts for wireless item/fluid movement."); enableMachine_SimpleWasher = config.getBoolean( - "enableMachineSimpleWasher", - GregTech.ID, - true, - "Very basic automated cauldron for dust washing."); + "enableMachineSimpleWasher", + GregTech.ID, + true, + "Very basic automated cauldron for dust washing."); enableMachine_Pollution = config - .getBoolean("enableMachinePollution", GregTech.ID, true, "Pollution Detector & Scrubbers."); + .getBoolean("enableMachinePollution", GregTech.ID, true, "Pollution Detector & Scrubbers."); // Multi machines enableMultiblock_AlloyBlastSmelter = config.getBoolean( - "enableMultiblockAlloyBlastSmelter", - GregTech.ID, - true, - "Required to smelt most high tier materials from GT++. Also smelts everything else to molten metal."); + "enableMultiblockAlloyBlastSmelter", + GregTech.ID, + true, + "Required to smelt most high tier materials from GT++. Also smelts everything else to molten metal."); enableMultiblock_IndustrialCentrifuge = config - .getBoolean("enableMultiblockIndustrialCentrifuge", GregTech.ID, true, "Spin, Spin, Spiiiin."); + .getBoolean("enableMultiblockIndustrialCentrifuge", GregTech.ID, true, "Spin, Spin, Spiiiin."); enableMultiblock_IndustrialCokeOven = config.getBoolean( - "enableMultiblockIndustrialCokeOven", - GregTech.ID, - true, - "Pyro Oven Alternative, older, more realistic, better."); + "enableMultiblockIndustrialCokeOven", + GregTech.ID, + true, + "Pyro Oven Alternative, older, more realistic, better."); enableMultiblock_IndustrialElectrolyzer = config.getBoolean( - "enableMultiblockIndustrialElectrolyzer", - GregTech.ID, - true, - "Electrolyzes things with extra bling factor."); + "enableMultiblockIndustrialElectrolyzer", + GregTech.ID, + true, + "Electrolyzes things with extra bling factor."); enableMultiblock_IndustrialMacerationStack = config.getBoolean( - "enableMultiblockIndustrialMacerationStack", - GregTech.ID, - true, - "A hyper efficient maceration tower, nets more bonus outputs."); + "enableMultiblockIndustrialMacerationStack", + GregTech.ID, + true, + "A hyper efficient maceration tower, nets more bonus outputs."); enableMultiblock_IndustrialPlatePress = config.getBoolean( - "enableMultiblockIndustrialPlatePress", - GregTech.ID, - true, - "Industrial bendering machine thingo."); + "enableMultiblockIndustrialPlatePress", + GregTech.ID, + true, + "Industrial bendering machine thingo."); enableMultiblock_IndustrialWireMill = config.getBoolean( - "enableMultiblockIndustrialWireMill", - GregTech.ID, - true, - "Produces fine wire and exotic cables."); + "enableMultiblockIndustrialWireMill", + GregTech.ID, + true, + "Produces fine wire and exotic cables."); enableMultiblock_MatterFabricator = config - .getBoolean("enableMultiblockMatterFabricator", GregTech.ID, true, "?FAB?RIC?ATE MA?TT?ER."); + .getBoolean("enableMultiblockMatterFabricator", GregTech.ID, true, "?FAB?RIC?ATE MA?TT?ER."); enableMultiblock_MultiTank = config.getBoolean( - "enableMultiblockMultiTank", - GregTech.ID, - true, - "Tall tanks, each layer adds extra fluid storage."); + "enableMultiblockMultiTank", + GregTech.ID, + true, + "Tall tanks, each layer adds extra fluid storage."); enableMultiblock_PowerSubstation = config - .getBoolean("enableMultiblockPowerSubstation", GregTech.ID, true, "For managing large power grids."); + .getBoolean("enableMultiblockPowerSubstation", GregTech.ID, true, "For managing large power grids."); enableMultiblock_LiquidFluorideThoriumReactor = config.getBoolean( - "enableMultiblockLiquidFluorideThoriumReactor", - GregTech.ID, - true, - "For supplying large power grids."); + "enableMultiblockLiquidFluorideThoriumReactor", + GregTech.ID, + true, + "For supplying large power grids."); enableMultiblock_NuclearFuelRefinery = config.getBoolean( - "enableMultiblock_NuclearFuelRefinery", - GregTech.ID, - true, - "Refines molten chemicals into nuclear fuels."); + "enableMultiblock_NuclearFuelRefinery", + GregTech.ID, + true, + "Refines molten chemicals into nuclear fuels."); enableMultiblock_NuclearSaltProcessingPlant = config.getBoolean( - "enableMultiblockNuclearSaltProcessingPlant", - GregTech.ID, - true, - "Reprocesses depleted nuclear salts into useful chemicals."); + "enableMultiblockNuclearSaltProcessingPlant", + GregTech.ID, + true, + "Reprocesses depleted nuclear salts into useful chemicals."); enableMultiblock_IndustrialSifter = config - .getBoolean("enableMultiblock_IndustrialSifter", GregTech.ID, true, "Large scale sifting."); + .getBoolean("enableMultiblock_IndustrialSifter", GregTech.ID, true, "Large scale sifting."); enableMultiblock_LargeAutoCrafter = config.getBoolean( - "enableMultiblock_LargeAutoCrafter", - GregTech.ID, - true, - "Can Assemble, Disassemble and Craft Project data from Data Sticks."); + "enableMultiblock_LargeAutoCrafter", + GregTech.ID, + true, + "Can Assemble, Disassemble and Craft Project data from Data Sticks."); enableMultiblock_IndustrialThermalCentrifuge = config.getBoolean( - "enableMultiblock_IndustrialThermalCentrifuge", - GregTech.ID, - true, - "Your warm spin for the ore thing."); + "enableMultiblock_IndustrialThermalCentrifuge", + GregTech.ID, + true, + "Your warm spin for the ore thing."); enableMultiblock_IndustrialWashPlant = config.getBoolean( - "enableMultiblock_IndustrialWashPlant", - GregTech.ID, - true, - "Used to wash the dirt, riiiiight offff.."); + "enableMultiblock_IndustrialWashPlant", + GregTech.ID, + true, + "Used to wash the dirt, riiiiight offff.."); enableMultiblock_ThermalBoiler = config.getBoolean( - "enableMachineThermalBoiler", - GregTech.ID, - true, - "Thermal Boiler from GT4. Can Filter Lava for resources."); + "enableMachineThermalBoiler", + GregTech.ID, + true, + "Thermal Boiler from GT4. Can Filter Lava for resources."); enableMultiblock_IndustrialCuttingMachine = config.getBoolean( - "enableMultiblock_IndustrialCuttingMachine", - GregTech.ID, - true, - "Very fast and efficient Cutting Machine."); - enableMultiblock_IndustrialFishingPort = config.getBoolean( - "enableMultiblock_IndustrialFishingPort", - GregTech.ID, - true, - "Fish the seas, except on land."); + "enableMultiblock_IndustrialCuttingMachine", + GregTech.ID, + true, + "Very fast and efficient Cutting Machine."); + enableMultiblock_IndustrialFishingPort = config + .getBoolean("enableMultiblock_IndustrialFishingPort", GregTech.ID, true, "Fish the seas, except on land."); enableMultiblock_IndustrialExtrudingMachine = config.getBoolean( - "enableMultiblock_IndustrialExtrudingMachine", - GregTech.ID, - true, - "Very fast and efficient Extruding Machine."); + "enableMultiblock_IndustrialExtrudingMachine", + GregTech.ID, + true, + "Very fast and efficient Extruding Machine."); enableMultiblock_IndustrialMultiMachine = config.getBoolean( - "enableMultiblock_IndustrialMultiMachine", - GregTech.ID, - true, - "Can run recipes for 9 different types of machines."); + "enableMultiblock_IndustrialMultiMachine", + GregTech.ID, + true, + "Can run recipes for 9 different types of machines."); enableMultiblock_Cyclotron = config - .getBoolean("enableMultiblock_Cyclotron", GregTech.ID, true, "COMET - Scientific Cyclotron."); + .getBoolean("enableMultiblock_Cyclotron", GregTech.ID, true, "COMET - Scientific Cyclotron."); // Features enableCustomCapes = config.getBoolean("enableSupporterCape", "features", true, "Enables Custom GT++ Cape."); enableWatchdogBGM = config.getInt( - "enableWatchdogBGM", - "features", - 0, - 0, - Short.MAX_VALUE, - "Set to a value greater than 0 to reduce the ticks taken to delay between BGM tracks. Acceptable Values are 1-32767, where 0 is disabled. Vanilla Uses 12,000 & 24,000. 200 is 10s."); + "enableWatchdogBGM", + "features", + 0, + 0, + Short.MAX_VALUE, + "Set to a value greater than 0 to reduce the ticks taken to delay between BGM tracks. Acceptable Values are 1-32767, where 0 is disabled. Vanilla Uses 12,000 & 24,000. 200 is 10s."); hideUniversalCells = config - .getBoolean("hideUniversalCells", "features", true, "Hides every filled IC2 Universal Cell from NEI."); + .getBoolean("hideUniversalCells", "features", true, "Hides every filled IC2 Universal Cell from NEI."); // Biomes EVERGLADES_ID = config.getInt("darkworld_ID", "worldgen", 227, 1, 254, "The ID of the Dark Dimension."); EVERGLADESBIOME_ID = config - .getInt("darkbiome_ID", "worldgen", 238, 1, 254, "The biome within the Dark Dimension."); + .getInt("darkbiome_ID", "worldgen", 238, 1, 254, "The biome within the Dark Dimension."); // Pollution pollutionPerSecondMultiPackager = config - .get( - "pollution", - "pollutionPerSecondMultiPackager", - pollutionPerSecondMultiPackager, - "pollution rate in gibbl/s for the Amazon warehousing depot") - .getInt(pollutionPerSecondMultiPackager); + .get( + "pollution", + "pollutionPerSecondMultiPackager", + pollutionPerSecondMultiPackager, + "pollution rate in gibbl/s for the Amazon warehousing depot") + .getInt(pollutionPerSecondMultiPackager); pollutionPerSecondMultiIndustrialAlloySmelter = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialAlloySmelter", - pollutionPerSecondMultiIndustrialAlloySmelter, - "pollution rate in gibbl/s for the Alloy blast smelter") - .getInt(pollutionPerSecondMultiIndustrialAlloySmelter); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialAlloySmelter", + pollutionPerSecondMultiIndustrialAlloySmelter, + "pollution rate in gibbl/s for the Alloy blast smelter") + .getInt(pollutionPerSecondMultiIndustrialAlloySmelter); pollutionPerSecondMultiIndustrialArcFurnace = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialArcFurnace", - pollutionPerSecondMultiIndustrialArcFurnace, - "pollution rate in gibbl/s for the High current arc furnace") - .getInt(pollutionPerSecondMultiIndustrialArcFurnace); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialArcFurnace", + pollutionPerSecondMultiIndustrialArcFurnace, + "pollution rate in gibbl/s for the High current arc furnace") + .getInt(pollutionPerSecondMultiIndustrialArcFurnace); pollutionPerSecondMultiIndustrialCentrifuge = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialCentrifuge", - pollutionPerSecondMultiIndustrialCentrifuge, - "pollution rate in gibbl/s for the Industrial centrifuge") - .getInt(pollutionPerSecondMultiIndustrialCentrifuge); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialCentrifuge", + pollutionPerSecondMultiIndustrialCentrifuge, + "pollution rate in gibbl/s for the Industrial centrifuge") + .getInt(pollutionPerSecondMultiIndustrialCentrifuge); pollutionPerSecondMultiIndustrialCokeOven = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialCokeOven", - pollutionPerSecondMultiIndustrialCokeOven, - "pollution rate in gibbl/s for the Industrial coke oven") - .getInt(pollutionPerSecondMultiIndustrialCokeOven); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialCokeOven", + pollutionPerSecondMultiIndustrialCokeOven, + "pollution rate in gibbl/s for the Industrial coke oven") + .getInt(pollutionPerSecondMultiIndustrialCokeOven); pollutionPerSecondMultiIndustrialCuttingMachine = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialCuttingMachine", - pollutionPerSecondMultiIndustrialCuttingMachine, - "pollution rate in gibbl/s for the Cutting factory") - .getInt(pollutionPerSecondMultiIndustrialCuttingMachine); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialCuttingMachine", + pollutionPerSecondMultiIndustrialCuttingMachine, + "pollution rate in gibbl/s for the Cutting factory") + .getInt(pollutionPerSecondMultiIndustrialCuttingMachine); pollutionPerSecondMultiIndustrialDehydrator = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialDehydrator", - pollutionPerSecondMultiIndustrialDehydrator, - "pollution rate in gibbl/s for the Utupu-Tanuri") - .getInt(pollutionPerSecondMultiIndustrialDehydrator); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialDehydrator", + pollutionPerSecondMultiIndustrialDehydrator, + "pollution rate in gibbl/s for the Utupu-Tanuri") + .getInt(pollutionPerSecondMultiIndustrialDehydrator); pollutionPerSecondMultiIndustrialElectrolyzer = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialElectrolyzer", - pollutionPerSecondMultiIndustrialElectrolyzer, - "pollution rate in gibbl/s for the Industrial electrolyzer") - .getInt(pollutionPerSecondMultiIndustrialElectrolyzer); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialElectrolyzer", + pollutionPerSecondMultiIndustrialElectrolyzer, + "pollution rate in gibbl/s for the Industrial electrolyzer") + .getInt(pollutionPerSecondMultiIndustrialElectrolyzer); pollutionPerSecondMultiIndustrialExtruder = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialExtruder", - pollutionPerSecondMultiIndustrialExtruder, - "pollution rate in gibbl/s for the Industrial extrusion machine") - .getInt(pollutionPerSecondMultiIndustrialExtruder); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialExtruder", + pollutionPerSecondMultiIndustrialExtruder, + "pollution rate in gibbl/s for the Industrial extrusion machine") + .getInt(pollutionPerSecondMultiIndustrialExtruder); pollutionPerSecondMultiIndustrialMacerator = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialMacerator", - pollutionPerSecondMultiIndustrialMacerator, - "pollution rate in gibbl/s for the Maceration stack") - .getInt(pollutionPerSecondMultiIndustrialMacerator); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialMacerator", + pollutionPerSecondMultiIndustrialMacerator, + "pollution rate in gibbl/s for the Maceration stack") + .getInt(pollutionPerSecondMultiIndustrialMacerator); pollutionPerSecondMultiIndustrialMixer = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialMixer", - pollutionPerSecondMultiIndustrialMixer, - "pollution rate in gibbl/s for the Industrial mixing machine") - .getInt(pollutionPerSecondMultiIndustrialMixer); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialMixer", + pollutionPerSecondMultiIndustrialMixer, + "pollution rate in gibbl/s for the Industrial mixing machine") + .getInt(pollutionPerSecondMultiIndustrialMixer); pollutionPerSecondMultiIndustrialMultiMachine_ModeMetal = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialMultiMachine_ModeMetal", - pollutionPerSecondMultiIndustrialMultiMachine_ModeMetal, - "pollution rate in gibbl/s for the Large processing factory in metal mode") - .getInt(pollutionPerSecondMultiIndustrialMultiMachine_ModeMetal); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialMultiMachine_ModeMetal", + pollutionPerSecondMultiIndustrialMultiMachine_ModeMetal, + "pollution rate in gibbl/s for the Large processing factory in metal mode") + .getInt(pollutionPerSecondMultiIndustrialMultiMachine_ModeMetal); pollutionPerSecondMultiIndustrialMultiMachine_ModeFluid = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialMultiMachine_ModeFluid", - pollutionPerSecondMultiIndustrialMultiMachine_ModeFluid, - "pollution rate in gibbl/s for the Large processing factory in fluid mode") - .getInt(pollutionPerSecondMultiIndustrialMultiMachine_ModeFluid); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialMultiMachine_ModeFluid", + pollutionPerSecondMultiIndustrialMultiMachine_ModeFluid, + "pollution rate in gibbl/s for the Large processing factory in fluid mode") + .getInt(pollutionPerSecondMultiIndustrialMultiMachine_ModeFluid); pollutionPerSecondMultiIndustrialMultiMachine_ModeMisc = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialMultiMachine_ModeMisc", - pollutionPerSecondMultiIndustrialMultiMachine_ModeMisc, - "pollution rate in gibbl/s for the Large processing factory in misc mode") - .getInt(pollutionPerSecondMultiIndustrialMultiMachine_ModeMisc); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialMultiMachine_ModeMisc", + pollutionPerSecondMultiIndustrialMultiMachine_ModeMisc, + "pollution rate in gibbl/s for the Large processing factory in misc mode") + .getInt(pollutionPerSecondMultiIndustrialMultiMachine_ModeMisc); pollutionPerSecondMultiIndustrialPlatePress_ModeForming = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialPlatePress_ModeForming", - pollutionPerSecondMultiIndustrialPlatePress_ModeForming, - "pollution rate in gibbl/s for the Industrial material press in forming mode") - .getInt(pollutionPerSecondMultiIndustrialPlatePress_ModeForming); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialPlatePress_ModeForming", + pollutionPerSecondMultiIndustrialPlatePress_ModeForming, + "pollution rate in gibbl/s for the Industrial material press in forming mode") + .getInt(pollutionPerSecondMultiIndustrialPlatePress_ModeForming); pollutionPerSecondMultiIndustrialPlatePress_ModeBending = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialPlatePress_ModeBending", - pollutionPerSecondMultiIndustrialPlatePress_ModeBending, - "pollution rate in gibbl/s for the Industrial material press in bending mode") - .getInt(pollutionPerSecondMultiIndustrialPlatePress_ModeBending); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialPlatePress_ModeBending", + pollutionPerSecondMultiIndustrialPlatePress_ModeBending, + "pollution rate in gibbl/s for the Industrial material press in bending mode") + .getInt(pollutionPerSecondMultiIndustrialPlatePress_ModeBending); pollutionPerSecondMultiIndustrialForgeHammer = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialForgeHammer", - pollutionPerSecondMultiIndustrialForgeHammer, - "pollution rate in gibbl/s for the Industrial Forge Hammer") - .getInt(pollutionPerSecondMultiIndustrialForgeHammer); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialForgeHammer", + pollutionPerSecondMultiIndustrialForgeHammer, + "pollution rate in gibbl/s for the Industrial Forge Hammer") + .getInt(pollutionPerSecondMultiIndustrialForgeHammer); pollutionPerSecondMultiIndustrialSifter = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialSifter", - pollutionPerSecondMultiIndustrialSifter, - "pollution rate in gibbl/s for the Large Sifter") - .getInt(pollutionPerSecondMultiIndustrialSifter); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialSifter", + pollutionPerSecondMultiIndustrialSifter, + "pollution rate in gibbl/s for the Large Sifter") + .getInt(pollutionPerSecondMultiIndustrialSifter); pollutionPerSecondMultiIndustrialThermalCentrifuge = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialThermalCentrifuge", - pollutionPerSecondMultiIndustrialThermalCentrifuge, - "pollution rate in gibbl/s for the Large thermal refinery") - .getInt(pollutionPerSecondMultiIndustrialThermalCentrifuge); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialThermalCentrifuge", + pollutionPerSecondMultiIndustrialThermalCentrifuge, + "pollution rate in gibbl/s for the Large thermal refinery") + .getInt(pollutionPerSecondMultiIndustrialThermalCentrifuge); pollutionPerSecondMultiIndustrialVacuumFreezer = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialVacuumFreezer", - pollutionPerSecondMultiIndustrialVacuumFreezer, - "pollution rate in gibbl/s for the Cryogenic freezer") - .getInt(pollutionPerSecondMultiIndustrialVacuumFreezer); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialVacuumFreezer", + pollutionPerSecondMultiIndustrialVacuumFreezer, + "pollution rate in gibbl/s for the Cryogenic freezer") + .getInt(pollutionPerSecondMultiIndustrialVacuumFreezer); pollutionPerSecondMultiIndustrialWashPlant_ModeChemBath = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialWashPlant_ModeChemBath", - pollutionPerSecondMultiIndustrialWashPlant_ModeChemBath, - "pollution rate in gibbl/s for the Ore washing plant in chemical bath mode") - .getInt(pollutionPerSecondMultiIndustrialWashPlant_ModeChemBath); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialWashPlant_ModeChemBath", + pollutionPerSecondMultiIndustrialWashPlant_ModeChemBath, + "pollution rate in gibbl/s for the Ore washing plant in chemical bath mode") + .getInt(pollutionPerSecondMultiIndustrialWashPlant_ModeChemBath); pollutionPerSecondMultiIndustrialWashPlant_ModeWasher = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialWashPlant_ModeWasher", - pollutionPerSecondMultiIndustrialWashPlant_ModeWasher, - "pollution rate in gibbl/s for the Ore washing plant in ore washer mode") - .getInt(pollutionPerSecondMultiIndustrialWashPlant_ModeWasher); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialWashPlant_ModeWasher", + pollutionPerSecondMultiIndustrialWashPlant_ModeWasher, + "pollution rate in gibbl/s for the Ore washing plant in ore washer mode") + .getInt(pollutionPerSecondMultiIndustrialWashPlant_ModeWasher); pollutionPerSecondMultiIndustrialWireMill = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialWireMill", - pollutionPerSecondMultiIndustrialWireMill, - "pollution rate in gibbl/s for the Wire factory") - .getInt(pollutionPerSecondMultiIndustrialWireMill); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialWireMill", + pollutionPerSecondMultiIndustrialWireMill, + "pollution rate in gibbl/s for the Wire factory") + .getInt(pollutionPerSecondMultiIndustrialWireMill); pollutionPerSecondMultiIsaMill = config - .get( - "pollution", - "pollutionPerSecondMultiIsaMill", - pollutionPerSecondMultiIsaMill, - "pollution rate in gibbl/s for the IsaMill grinding machine") - .getInt(pollutionPerSecondMultiIsaMill); + .get( + "pollution", + "pollutionPerSecondMultiIsaMill", + pollutionPerSecondMultiIsaMill, + "pollution rate in gibbl/s for the IsaMill grinding machine") + .getInt(pollutionPerSecondMultiIsaMill); pollutionPerSecondMultiAdvDistillationTower_ModeDistillery = config - .get( - "pollution", - "pollutionPerSecondMultiAdvDistillationTower_ModeDistillery", - pollutionPerSecondMultiAdvDistillationTower_ModeDistillery, - "pollution rate in gibbl/s for the Dangote distillus in distillery mode") - .getInt(pollutionPerSecondMultiAdvDistillationTower_ModeDistillery); + .get( + "pollution", + "pollutionPerSecondMultiAdvDistillationTower_ModeDistillery", + pollutionPerSecondMultiAdvDistillationTower_ModeDistillery, + "pollution rate in gibbl/s for the Dangote distillus in distillery mode") + .getInt(pollutionPerSecondMultiAdvDistillationTower_ModeDistillery); pollutionPerSecondMultiAdvDistillationTower_ModeDT = config - .get( - "pollution", - "pollutionPerSecondMultiAdvDistillationTower_ModeDT", - pollutionPerSecondMultiAdvDistillationTower_ModeDT, - "pollution rate in gibbl/s for the Dangote distillus in distillation tower mode") - .getInt(pollutionPerSecondMultiAdvDistillationTower_ModeDT); - pollutionPerSecondMultiAdvEBF = config.get( + .get( + "pollution", + "pollutionPerSecondMultiAdvDistillationTower_ModeDT", + pollutionPerSecondMultiAdvDistillationTower_ModeDT, + "pollution rate in gibbl/s for the Dangote distillus in distillation tower mode") + .getInt(pollutionPerSecondMultiAdvDistillationTower_ModeDT); + pollutionPerSecondMultiAdvEBF = config + .get( "pollution", "pollutionPerSecondMultiAdvEBF", pollutionPerSecondMultiAdvEBF, - "pollution rate in gibbl/s for the Volcanus").getInt(pollutionPerSecondMultiAdvEBF); - pollutionPerSecondMultiAdvImplosion = config.get( + "pollution rate in gibbl/s for the Volcanus") + .getInt(pollutionPerSecondMultiAdvEBF); + pollutionPerSecondMultiAdvImplosion = config + .get( "pollution", "pollutionPerSecondMultiAdvImplosion", pollutionPerSecondMultiAdvImplosion, - "pollution rate in gibbl/s for the Density^2").getInt(pollutionPerSecondMultiAdvImplosion); - pollutionPerSecondMultiABS = config.get( + "pollution rate in gibbl/s for the Density^2") + .getInt(pollutionPerSecondMultiAdvImplosion); + pollutionPerSecondMultiABS = config + .get( "pollution", "pollutionPerSecondMultiABS", pollutionPerSecondMultiABS, - "pollution rate in gibbl/s for the Alloy blast furnace").getInt(pollutionPerSecondMultiABS); - pollutionPerSecondMultiCyclotron = config.get( + "pollution rate in gibbl/s for the Alloy blast furnace") + .getInt(pollutionPerSecondMultiABS); + pollutionPerSecondMultiCyclotron = config + .get( "pollution", "pollutionPerSecondMultiCyclotron", pollutionPerSecondMultiCyclotron, - "pollution rate in gibbl/s for the Cyclotron").getInt(pollutionPerSecondMultiCyclotron); + "pollution rate in gibbl/s for the Cyclotron") + .getInt(pollutionPerSecondMultiCyclotron); pollutionPerSecondMultiIndustrialFishingPond = config - .get( - "pollution", - "pollutionPerSecondMultiIndustrialFishingPond", - pollutionPerSecondMultiIndustrialFishingPond, - "pollution rate in gibbl/s for the Zuhai - fishing port") - .getInt(pollutionPerSecondMultiIndustrialFishingPond); + .get( + "pollution", + "pollutionPerSecondMultiIndustrialFishingPond", + pollutionPerSecondMultiIndustrialFishingPond, + "pollution rate in gibbl/s for the Zuhai - fishing port") + .getInt(pollutionPerSecondMultiIndustrialFishingPond); // pollutionPerSecondMultiLargeRocketEngine; pollutionPerSecondMultiLargeSemiFluidGenerator = config - .get( - "pollution", - "pollutionPerSecondMultiLargeSemiFluidGenerator", - pollutionPerSecondMultiLargeSemiFluidGenerator, - "pollution rate in gibbl/s for the Large semifluid burner") - .getInt(pollutionPerSecondMultiLargeSemiFluidGenerator); + .get( + "pollution", + "pollutionPerSecondMultiLargeSemiFluidGenerator", + |
