Modpack-1.12.2/config/adpother/adpother.cfg

93 lines
3 KiB
INI
Raw Permalink Normal View History

2022-11-01 18:40:32 +01:00
# Configuration file
Client {
# Defines whether the smog should color the sky. [default: true]
B:colorSky=true
# Defines whether the smog from pollution should be rendered for the player. [default: true]
B:renderSmog=true
}
Server {
# Experience gain after replacing the filter material in a respirator or a vacuum bag.
I:filterReplacingExpGain=0
# Global rate of emissions for all pollutants and sources on the server (in percents).
I:globalEmissionRate=100
# List of entities immune to all pollutants.
# Format: entityId [, immunityPercentage%]
# Example: minecraft:zombie_pigman, 99%
# Gives complete immunity if the percentage omitted. [default: ]
S:immuneEntities <
>
# Maximum gas blocks that can be involved in an explosive chain reaction.
I:maxExplosionChainLength=512
##########################################################################################################
# Altitude
#--------------------------------------------------------------------------------------------------------#
# Altitude bounds pollution can act within.
##########################################################################################################
Altitude {
# [range: -2147483648 ~ 2147483647, default: 255]
I:max=255
# [range: -2147483648 ~ 2147483647, default: 0]
I:min=0
}
"Emission Sources" {
# Enables / disables emissions from this source. [default: true]
B:AnimalDeath=false
# Enables / disables emissions from this source. [default: true]
B:AnimalFeeding=false
# Defines the rate of emissions from this source (in percents).
I:Breakables=100
# Defines the rate of emissions from this source (in percents).
I:Entities=100
# Enables / disables emissions from this source. [default: true]
B:Explosion=true
# Enables / disables emissions from this source. [default: true]
B:Fire=true
# Defines the rate of emissions from this source (in percents).
I:"Galacticraft Rockets"=100
# Enables / disables emissions from this source. [default: true]
B:HostileMobDeath=false
# Defines the rate of emissions from this source (in percents).
I:"IR Diesel Locomotives"=100
# Defines the rate of emissions from this source (in percents).
I:"ImmersiveVehicles(MTS)"=100
# Enables / disables emissions from this source. [default: true]
B:LavaMixingWater=true
# Enables / disables emissions from this source. [default: true]
B:PlayerDeath=false
# Enables / disables emissions from this source. [default: true]
B:PlayerEating=false
# Defines the rate of emissions from this source (in percents).
I:Torches=1%
# Enables / disables emissions from this source. [default: true]
B:VanillaFurnace=true
}
}