angermod.blacklist.EndBlocks
Define all Blocks here where Enderman should become angry when you break them [default: [gregtech:gt.blockores]]
Type: list of string
Default:
[
"gregtech:gt.blockores"
]
angermod.blacklist.KamikazeItemBlacklist
If the player is using one of these items, entities will not explode if they are killed [default: [flint]]
Type: list of string
Default:
[
"gt.metatool.01.34"
"gt.metatool.01.36"
"canesword"
"daggerOfSacrifice"
"glass_sacrificial_dagger"
"glass_dagger_of_sacrifice"
]
angermod.blacklist.NetherBlocks
Define all Blocks here where Pigmen should become angry when you break them [default: [gregtech:gt.blockores]]
Type: list of string
Default:
[
"gregtech:gt.blockores"
]
angermod.debug.DoDebugMessages
Enable debug output to fml-client-latest.log [default: false]
Type: boolean
Default:
false
angermod.limits.Enderman
The maximum range where Enderman shall become angry [range: 2 ~ 128, default: 16]
Type: signed integer
Default:
16
angermod.limits.FriendlyMobRevengeRadius
The maximum range where animals will flee/become angry once the food-trigger is… triggered [range: 2 ~ 128, default: 16]
Type: signed integer
Default:
16
angermod.limits.KamikazeChance
Chance, in percent, how often a Kamikaze event will happen [range: 1 ~ 100, default: 5]
Type: signed integer
Default:
10
angermod.limits.Pigmen
The maximum range where Pigmen shall become angry [range: 2 ~ 128, default: 16]
Type: signed integer
Default:
16
angermod.limits.SpawnProtectionMoveTolerance
How many Blocks will the player be able to move away from his initial spawn location until his protection fades [range: 1 ~ 2048, default: 5]
Type: signed integer
Default:
5
angermod.limits.SpawnProtectionTimeout
The maximum number of seconds a player will be protected from damage if he is just standing still and doing nothing [range: 1 ~ 2048, default: 10]
Type: signed integer
Default:
90
angermod.mobrevengetrigger.ChickenFoodTrigger
If the food eaten by the player contains these keywords, all CHICKEN around will become angry (or flee) [default: [chicken], [egg]]
Type: list of string
Default:
[
"chicken"
"egg"
]
angermod.mobrevengetrigger.CowFoodTrigger
If the food eaten by the player contains these keywords, all COWS around will become angry (or flee) [default: [beef]]
Type: list of string
Default:
[
"beef"
]
angermod.mobrevengetrigger.PigFoodTrigger
If the food eaten by the player contains these keywords, all PIGS around will become angry (or flee) [default: [pork]]
Type: list of string
Default:
[
"pork"
]
angermod.mobrevengetrigger.SheepFoodTrigger
If the food eaten by the player contains these keywords, all SHEEP around will become angry (or flee) [default: [mutton]]
Type: list of string
Default:
[
"mutton"
]
angermod.modulecontrol.BlockBreakEnabled
Enable/disable block-breaking-makes-mobs-angry module [default: false]
Type: boolean
Default:
true
angermod.modulecontrol.FriendlyMobRevenge
If set to true, sheep will attack/flee if you eat mutton, pigs if you eat pork,… The attack/flee is based on additional mods you have installed [default: false]
Type: boolean
Default:
true
angermod.modulecontrol.KamikazeMobRevenge
Guess what it is … [default: false]
Type: boolean
Default:
true
angermod.modulecontrol.ProtectionEnabled
Define if new players / respawned players shall be ignored from monsters until they attack something, move or the timer runs out [default: false]
Type: boolean
Default:
true
angermod.protection.KamikazeMobsDoTerrainDamage
If set to true, the kamikaze event will cause terrain damage (but still follow gamerule ‘mobGriefing’) [default: false]
Type: boolean
Default:
false
angermod.whitelist.WhitelistedProtectionItems
Set items here which change players invulnerability. You will notice those, as they will spam the console with protection fades messages [default: [EMT:BaseBaubles]]
Type: list of string
Default:
[
"EMT:BaseBaubles"
]
blocklimiter.debug.DoDebugMessages
Enable debug output to fml-client-latest.log [default: false]
Type: boolean
Default:
false
blocklimiter.main.BlockList
Define your Blocks here. Syntax is: [modID]:[BlockID];[DimID];… if you don’t add a Dimension (e.g. minecraft:dirt) it will be denied in every dimension [default: ]
Type: list of string
Default:
[ ]
blocklimiter.main.DenyCreativeMode
Set this to true to prevent even Server-OPs/Admins from placing forbidden blocks and using forbidden items [default: false]
Type: boolean
Default:
false
blocklimiter.main.ItemList
Define your Items here. Syntax is: [modID]:[ItemID];[DimID];… if you don’t add a Dimension (e.g. minecraft:dirt instead of minecraft:dirt;12) it will be denied in every dimension [default: ]
Type: list of string
Default:
[
"Avaritia:Endest_Pearl;0;-1;1;7;"
"TConstruct:buckets:24;0;-1;1;7;"
"IguanaTweaksTConstruct:clayBucketsTinkers:24;0;-1;1;7;"
"TwilightForest:item.tfspawnegg:182;0;-1;1;26;27;28;29;30;"
"TwilightForest:item.tfspawnegg:189;0;-1;1;26;27;28;29;30;"
"TwilightForest:item.tfspawnegg:190;0;-1;1;26;27;28;29;30;"
"TwilightForest:item.tfspawnegg:205;0;-1;1;26;27;28;29;30;"
"TwilightForest:item.tfspawnegg:217;0;-1;1;26;27;28;29;30;"
"TwilightForest:item.tfspawnegg:224;0;-1;1;26;27;28;29;30;"
"TwilightForest:item.tfspawnegg:226;0;-1;1;26;27;28;29;30;"
"TwilightForest:item.tfspawnegg:231;0;-1;1;26;27;28;29;30;"
]
blocklimiter.main.ItemRejectMessages
Define a few reject messages that are being sent to the player if they try to use a monitored item [default: [You can’t use that here], [You are too jelly to use this], [The item seems to be broken…], [YOU SHALL NOT USE (this Item)]]
Type: list of string
Default:
[
"You can't use that here"
"You are too jelly to use this"
"The item seems to be broken..."
"YOU SHALL NOT USE (this Item)"
]
blocklimiter.main.PlaySFXOnBlockDeny
Leave it blank for no sound effect, or put in a valid sound-reference like this: [modID]:[soundeffectID] [default: minecraft:ambient.weather.thunder]
Type: string
Default:
"minecraft:ambient.weather.thunder"
blocklimiter.main.PlaySFXOnItemDeny
Leave it blank for no sound effect, or put in a valid sound-reference like this: [modID]:[soundeffectID] [default: minecraft:ambient.weather.thunder]
Type: string
Default:
"minecraft:ambient.weather.thunder"
blocklimiter.main.RejectMessages
Define a few reject messages that are being sent to the player if they try to place a monitored Block [default: [You can’t place that here], [You are too jelly to place this], [The block doesn’t want to be here], [YOU SHALL NOT PLACE (this Block)], [poof]]
Type: list of string
Default:
[
"You can't place that here"
"You are too jelly to place this"
"The block doesn't want to be here"
"YOU SHALL NOT PLACE (this Block)"
"*poof*"
]
dreamcraft.debug.DoDebugMessages
Enable debug output to fml-client-latest.log [default: false]
Type: boolean
Default:
false
dreamcraft.deepdarkvoidminer.DebugPrintAddedOres
Set to true to enable logging of ores added to the Deep Dark void miner, with weights and metadata IDs. This is useful for debugging. [default: false]
Type: boolean
Default:
false
dreamcraft.deepdarkvoidminer.DebugPrintAllOres
Set to true to enable logging of all valid ores. This is useful for debugging, or finding names to add to the weight config. [default: false]
Type: boolean
Default:
false
dreamcraft.deepdarkvoidminer.GTPPMaterialWeights
List of GT++ material names to adjust weight. Example line: “Cerite : 0.3”. Intervening whitespace will be ignored. Use the debug options to get valid names. Use weight <= 0 to disable an ore entirely. Anything not specified in the list will have weight 1. See: gtPlusPlus.core.material.ORES [default: ]
Type: list of string
Default:
[ ]
dreamcraft.deepdarkvoidminer.MaterialWeights
List of GregTech material names to adjust weight. Example line: “Aluminium : 0.3”. Intervening whitespace will be ignored. Use the debug options to get valid names. Use weight <= 0 to disable an ore entirely. Anything not specified in the list will have weight 1. See: gregtech.api.enums.Materials [default: ]
Type: list of string
Default:
[ ]
dreamcraft.deepdarkvoidminer.WerkstoffWeights
List of BartWorks material names to adjust weight. Example line: “Bismutite : 0.3”. Intervening whitespace will be ignored. Use the debug options to get valid names. Use weight <= 0 to disable an ore entirely. Anything not specified in the list will have weight 1. See: bartworks.system.material.Werkstoff [default: ]
Type: list of string
Default:
[ ]
dreamcraft.limits.PotionTimer
This option has no description.
Type: signed integer
Default:
200
dreamcraft.modfixes.AvaritiaFixEnabled
Set to true to enable the modfix for Avaritia SkullFireSword [default: false]
Type: boolean
Default:
true
dreamcraft.modfixes.GenerateOil
Set to true to enable OilSpawn from this Mod. Make sure to disable Oil-Spawn in BuildCraft if you do [default: false]
Type: boolean
Default:
true
dreamcraft.modfixes.HoverModeFixEnabled
This option has no description.
Type: boolean
Default:
true
dreamcraft.modfixes.MinetweakerFurnaceFixEnabled
Set to true to allow Minetweaker to override the vanilla furnace fuel handler, allowing the burn value of WOOD material items to be changed. [default: true]
Type: boolean
Default:
true
dreamcraft.modfixes.avaritia.Avaritia_SkullFireSwordEntityTargets
The Canonical Class-Name of the Entity [default: [net.minecraft.entity.monster.EntitySkeleton], [galaxyspace.SolarSystem.planets.venus.entities.EntityEvolvedFireSkeleton], [micdoodle8.mods.galacticraft.core.entities.EntityEvolvedSkeleton]]
Type: list of string
Default:
[
"net.minecraft.entity.monster.EntitySkeleton"
"galaxyspace.SolarSystem.planets.venus.entities.EntityEvolvedFireSkeleton"
"micdoodle8.mods.galacticraft.core.entities.EntityEvolvedSkeleton"
"toast.specialMobs.entity.skeleton.Entity_SpecialSkeleton"
"toast.specialMobs.entity.skeleton.EntityBrutishSkeleton"
"toast.specialMobs.entity.skeleton.EntityFireSkeleton"
"toast.specialMobs.entity.skeleton.EntityGatlingSkeleton"
"toast.specialMobs.entity.skeleton.EntityGiantSkeleton"
"toast.specialMobs.entity.skeleton.EntityNinjaSkeleton"
"toast.specialMobs.entity.skeleton.EntityPoisonSkeleton"
"toast.specialMobs.entity.skeleton.EntitySniperSkeleton"
"toast.specialMobs.entity.skeleton.EntitySpitfireSkeleton"
"toast.specialMobs.entity.skeleton.EntityThiefSkeleton"
"twilightforest.entity.EntityTFSkeletonDruid"
]
dreamcraft.modfixes.oilgen.OilBiomeBoostFactor
Boost factor of oil spheres in certain Biomes that are listed in -OilBoostBiomes- [range: 0.0 ~ 50.0, default: 2.5]
Type: string
Default:
"3.5"
dreamcraft.modfixes.oilgen.OilBiomeIDBlackList
List BiomeIDs (Numbers only; One per line!) where no oil should be generated [default: ]
Type: list of string
Default:
[
"16"
"21"
"29"
"43"
"44"
"52"
"62"
"65"
"76"
"87"
"97"
"99"
"107"
"113"
"123"
"192"
]
dreamcraft.modfixes.oilgen.OilBoostBiomes
List BiomeIDs (Numbers only; One per line!) where the boost multiplicator is applied. Leave empty to disable Biome-Boost [default: ]
Type: list of string
Default:
[
"0"
"2"
"5"
"12"
"30"
"32"
"42"
"45"
"48"
"51"
"57"
"58"
"64"
"70"
"71"
"92"
"95"
"104"
"110"
"115"
"119"
"122"
"193"
"202"
"224"
"225"
"226"
"228"
"230"
"235"
]
dreamcraft.modfixes.oilgen.OilDepositThresholdLarge
Threshold at which an oil-deposit will be considered as ‘large’ and the fountain will be higher and thicker. [range: 0 ~ 100, default: 14]
Type: signed integer
Default:
14
dreamcraft.modfixes.oilgen.OilDepositThresholdMedium
Threshold at which an oil-deposit will be considered as ‘medium’ and the fountain will be higher and thicker. [range: 0 ~ 100, default: 11]
Type: signed integer
Default:
11
dreamcraft.modfixes.oilgen.OilDepostMinDistance
The minimum distance of 2 Oil-Deposits in chunks. Modulo-Based; A 2 here means an deposit can only spawn in chunks that have a number that is a multiple of 2 (Chunknumber * 16 = X/Z coord) [range: 0 ~ 1024, default: 2]
Type: signed integer
Default:
2
dreamcraft.modfixes.oilgen.OilDimensionWhitelist
List DimensionIDs (Numbers only; One per line!) here where the OilGenerator should do its work [default: [0]]
Type: list of string
Default:
[
"0"
]
dreamcraft.modfixes.oilgen.OilFountainSizeLarge
Visible height of the fountain above the oil-deposit for LARGE deposits [range: 0 ~ 100, default: 16]
Type: signed integer
Default:
16
dreamcraft.modfixes.oilgen.OilFountainSizeSmall
Visible height of the fountain above the oil-deposit for MEDIUM deposits [range: 0 ~ 100, default: 5]
Type: signed integer
Default:
5
dreamcraft.modfixes.oilgen.OilSphereChance
General OilGen factor [range: 0.0 ~ 2000.0, default: 30.0]
Type: string
Default:
"60.0"
dreamcraft.modfixes.oilgen.OilSphereMaxSize
The maximum radius of an underground OilSphere. The final size is calculated by OilSphereMinRadius + Random(OilSphereMaxSize-OilSphereMinRadius) [range: 3 ~ 50, default: 15]
Type: signed integer
Default:
15
dreamcraft.modfixes.oilgen.OilSphereMinRadius
The minimum radius of an underground OilSphere [range: 0 ~ 20, default: 8]
Type: signed integer
Default:
8
dreamcraft.modules.AdminErrorLog
If set to true, every op/admin will receive all errors occoured during the startup phase as ingame message on join [default: true]
Type: boolean
Default:
true
dreamcraft.modules.BabyChest
A complete, full working example for a custom chest, with its own renderer for items and blocks, custom sound and a GUI [default: true]
Type: boolean
Default:
true
dreamcraft.modules.CustomDrops
Set to true to enable CustomDrops module. This needs a separate config file which is created once you start with this setting enabled [default: false]
Type: boolean
Default:
true
dreamcraft.modules.CustomFuels
Set to true to enable CustomFuels module. Allows you to set burn-time values to almost any item [default: false]
Type: boolean
Default:
true
dreamcraft.modules.CustomToolTips
Set to true to enable CustomToolTips module. This needs a separate config file which is created once you start with this setting enabled [default: false]
Type: boolean
Default:
true
dreamcraft.modules.DebugVersionDisplay
Set to true to display modpack version on debug GUI (F3) [default: true]
Type: boolean
Default:
true
dreamcraft.modules.ForestryStampsAndChunkLoaderCoinsEnabled
Enables crafting recipes for Forestry stamps and Chunk Loader Coins. Only works on single player [default: true]
Type: boolean
Default:
true
dreamcraft.modules.ForestryStampsAndChunkLoaderCoinsServerEnabled
Enables crafting recipes for Forestry stamps and Chunk Loader Coins on server [default: false]
Type: boolean
Default:
false
dreamcraft.modules.“GTNH Pause menu buttons”
Set to true to display GTNH buttons in the pause menu [default: true]
Type: boolean
Default:
true
dreamcraft.modules.HazardousItems
Set to true to enable HazardousItems module. This needs a separate config file which is created once you start with this setting enabled [default: false]
Type: boolean
Default:
true
dreamcraft.modules.ItemInHandInfo
This option has no description.
Type: boolean
Default:
true
dreamcraft.modules.LoginMessage
Set to true to show login message with modpack version [default: true]
Type: boolean
Default:
true
dreamcraft.modules.ModPackVersion
Version of the Modpack [default: 2.8.4]
Type: string
Default:
"2.8.4"
dreamcraft.modules.OreDictItems
Set to false to prevent the OreDict register for SpaceStones and SpaceDusts [default: true]
Type: boolean
Default:
true
dreamcraft.modules.worldaccelerator.BlacklistedTileEntiyClassNames
The Canonical Class-Names of TileEntities that should be ignored by the WorldAccelerator [default: [com.rwtema.extrautils.tileentity.enderquarry.TileEntityEnderQuarry]]
Type: list of string
Default:
[
"com.rwtema.extrautils.tileentity.enderquarry.TileEntityEnderQuarry"
"advsolar.common.tiles.TileEntityUltimateSolarPanel"
"advsolar.common.tiles.TileEntitySolarPanel"
"advsolar.common.tiles.TileEntityQuantumSolarPanel"
"advsolar.common.tiles.TileEntityHybridSolarPanel"
"advsolar.common.tiles.TileEntityAdvancedSolarPanel"
"com.supsolpans.tiles.TileAdminSolarPanel"
"com.supsolpans.tiles.TilePhotonicSolarPanel"
"com.supsolpans.tiles.TileSingularSolarPanel"
"com.supsolpans.tiles.TileSpectralSolarPanel"
"emt.tile.solar.air.TileEntityAirSolar"
"emt.tile.solar.air.TileEntityDoubleAirSolar"
"emt.tile.solar.air.TileEntityTripleAirSolar"
"emt.tile.solar.air.TileEntityQuadrupleAirSolar"
"emt.tile.solar.air.TileEntityQuintupleAirSolar"
"emt.tile.solar.air.TileEntitySextupleAirSolar"
"emt.tile.solar.air.TileEntitySeptupleAirSolar"
"emt.tile.solar.air.TileEntityOctupleAirSolar"
"emt.tile.solar.compressed.TileEntityCompressedSolar"
"emt.tile.solar.compressed.TileEntityDoubleCompressedSolar"
"emt.tile.solar.compressed.TileEntityTripleCompressedSolar"
"emt.tile.solar.compressed.TileEntityQuadrupleAirSolar"
"emt.tile.solar.compressed.TileEntityQuintupleAirSolar"
"emt.tile.solar.compressed.TileEntitySextupleAirSolar"
"emt.tile.solar.compressed.TileEntitySeptupleAirSolar"
"emt.tile.solar.compressed.TileEntityOctupleAirSolar"
"emt.tile.solar.dark.TileEntityDarkSolar"
"emt.tile.solar.dark.TileEntityDoubleDarkSolar"
"emt.tile.solar.dark.TileEntityTripleDarkSolar"
"emt.tile.solar.dark.TileEntityQuadrupleAirSolar"
"emt.tile.solar.dark.TileEntityQuintupleAirSolar"
"emt.tile.solar.dark.TileEntitySextupleAirSolar"
"emt.tile.solar.dark.TileEntitySeptupleAirSolar"
"emt.tile.solar.dark.TileEntityOctupleAirSolar"
"emt.tile.solar.earth.TileEntityDoubleEarthSolar"
"emt.tile.solar.earth.TileEntityEarthSolar"
"emt.tile.solar.earth.TileEntityTripleEarthSolar"
"emt.tile.solar.earth.TileEntityQuadrupleAirSolar"
"emt.tile.solar.earth.TileEntityQuintupleAirSolar"
"emt.tile.solar.earth.TileEntitySextupleAirSolar"
"emt.tile.solar.earth.TileEntitySeptupleAirSolar"
"emt.tile.solar.earth.TileEntityOctupleAirSolar"
"emt.tile.solar.fire.TileEntityDoubleFireSolar"
"emt.tile.solar.fire.TileEntityFireSolar"
"emt.tile.solar.fire.TileEntityTripleFireSolar"
"emt.tile.solar.fire.TileEntityQuadrupleAirSolar"
"emt.tile.solar.fire.TileEntityQuintupleAirSolar"
"emt.tile.solar.fire.TileEntitySextupleAirSolar"
"emt.tile.solar.fire.TileEntitySeptupleAirSolar"
"emt.tile.solar.fire.TileEntityOctupleAirSolar"
"emt.tile.solar.order.TileEntityDoubleOrderSolar"
"emt.tile.solar.order.TileEntityOrderSolar"
"emt.tile.solar.order.TileEntityTripleOrderSolar"
"emt.tile.solar.order.TileEntityQuadrupleAirSolar"
"emt.tile.solar.order.TileEntityQuintupleAirSolar"
"emt.tile.solar.order.TileEntitySextupleAirSolar"
"emt.tile.solar.order.TileEntitySeptupleAirSolar"
"emt.tile.solar.order.TileEntityOctupleAirSolar"
"emt.tile.solar.water.TileEntityDoubleWaterSolar"
"emt.tile.solar.water.TileEntityTripleWaterSolar"
"emt.tile.solar.water.TileEntityWaterSolar"
"emt.tile.solar.water.TileEntityQuadrupleAirSolar"
"emt.tile.solar.water.TileEntityQuintupleAirSolar"
"emt.tile.solar.water.TileEntitySextupleAirSolar"
"emt.tile.solar.water.TileEntitySeptupleAirSolar"
"emt.tile.solar.water.TileEntityOctupleAirSolar"
"com.lulan.compactkineticgenerators.tileentity.TileCkgE"
"com.lulan.compactkineticgenerators.tileentity.TileCkgH"
"com.lulan.compactkineticgenerators.tileentity.TileCkgL"
"com.lulan.compactkineticgenerators.tileentity.TileCkgM"
"com.lulan.compactkineticgenerators.tileentity.TileCkwaE"
"com.lulan.compactkineticgenerators.tileentity.TileCkwaH"
"com.lulan.compactkineticgenerators.tileentity.TileCkwaL"
"com.lulan.compactkineticgenerators.tileentity.TileCkwaM"
"com.lulan.compactkineticgenerators.tileentity.TileCkwmE"
"com.lulan.compactkineticgenerators.tileentity.TileCkwmH"
"com.lulan.compactkineticgenerators.tileentity.TileCkwmL"
"com.lulan.compactkineticgenerators.tileentity.TileCkwmM"
"com.supsolpans.tiles.TileSpectralSolarPanel"
"com.supsolpans.tiles.TileSingularSolarPanel"
"com.supsolpans.tiles.TileAdminSolarPanel"
"com.supsolpans.tiles.TilePhotonicSolarPanel"
"gtPlusPlus.core.tileentities.general.TileEntityFishTrap"
"gtPlusPlus.core.tileentities.general.TileEntityDecayablesChest"
"net.bdew.gendustry.machines.apiary.TileApiary"
"goodgenerator.blocks.tileEntity.EssentiaHatch"
"magicbees.tileentity.TileEntityApimancersDrainerCommon"
"magicbees.tileentity.TileEntityApimancersDrainerGT"
]
dreamcraft.pollution.PollutionThresholdAirFilter
the threshold of pollution above which the electric air filters will start to work [range: 0 ~ 2147483647, default: 10000]
Type: signed integer
Default:
10000
dreamcraft.pollution.bonusByTierT1
T1 bonus tier in this formula: globalMultiplicator * bonusByTier * mufflerAmount * turbineEfficiency * maintenanceEff * Floor(scalingFactor^effectiveTier). This gives the pollution cleaned by the electric air filter per second [range: 0.0 ~ 100.0, default: 1.0]
Type: string
Default:
"1.0"
dreamcraft.pollution.bonusByTierT2
T2 bonus tier in this formula: globalMultiplicator * bonusByTier * mufflerAmount * turbineEfficiency * maintenanceEff * Floor(scalingFactor^effectiveTier). This gives the pollution cleaned by the electric air filter per second [range: 0.0 ~ 100.0, default: 1.05]
Type: string
Default:
"1.05"
dreamcraft.pollution.bonusByTierT3
T3 bonus tier in this formula: globalMultiplicator * bonusByTier * mufflerAmount * turbineEfficiency * maintenanceEff * Floor(scalingFactor^effectiveTier). This gives the pollution cleaned by the electric air filter per second [range: 0.0 ~ 100.0, default: 1.1]
Type: string
Default:
"1.1"
dreamcraft.pollution.boostPerAbsorptionFilter
boost applied when a filter has been set in the electric air filter. [range: 1.0 ~ 100.0, default: 2.0]
Type: string
Default:
"2.0"
dreamcraft.pollution.globalMultiplicator
global multiplicator in this formula: globalMultiplicator * bonusByTier * mufflerAmount * turbineEfficiency * maintenanceEff * Floor(scalingFactor^effectiveTier). This gives the pollution cleaned by the electric air filter per second [range: 0.0 ~ 100.0, default: 30.0]
Type: string
Default:
"30.0"
dreamcraft.pollution.scalingFactor
scaling factor in this formula: globalMultiplicator * bonusByTier * mufflerAmount * turbineEfficiency * maintenanceEff * Floor(scalingFactor^effectiveTier). This gives the pollution cleaned by the electric air filter per second [range: 0.0 ~ 100.0, default: 2.5]
Type: string
Default:
"2.5"
dreamcraft.pollution.usagesPerAbsorptionFilter
Number of usage per absorption filter. [range: 1 ~ 100, default: 30]
Type: signed integer
Default:
30