Files
meatballcraft/config/NCEnvironmentalRads.cfg
T
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07:00

1870 lines
77 KiB
INI

# Configuration file
general {
# Percentage of incoming radiation that a block will absorb per unit of hardness it has.
# Will be overridden by per-block settings.
D:"% absorption per hardness"=0.01
# If detailed debug logging outputs are enabled. Only use for bug reports and similar.
B:debug_output=false
##########################################################################################################
# block-specific
#--------------------------------------------------------------------------------------------------------#
# Block Settings.
##########################################################################################################
block-specific {
##########################################################################################################
# rad_absorption
#--------------------------------------------------------------------------------------------------------#
# Percentage of incoming radiation that a block will absorb.
# Any block not present here will have its value calculated automatically.
##########################################################################################################
rad_absorption {
}
}
##########################################################################################################
# dimension-specific
#--------------------------------------------------------------------------------------------------------#
# Dimension-Specific Settings.
##########################################################################################################
dimension-specific {
##########################################################################################################
# environmental_radiation_enabled
#--------------------------------------------------------------------------------------------------------#
# If dimensions will have environmental radiation.
# If set to false, all other values will be ignored.
##########################################################################################################
environmental_radiation_enabled {
B:AetherI=false
B:"Deep Dark"=false
B:EREBUS=false
B:ExtraUtils2_Quarry_Dim=false
B:MINING_WORLD=false
B:Nether=false
B:Omothol=false
B:Spectre=false
B:"Storage Cell"=false
B:"The Abyssal Wasteland"=false
B:"The Dark Realm"=false
B:"The Dreadlands"=false
B:abyss=true
B:ancient_cavern=true
B:barathos=false
B:betweenlands=false
B:candyland=true
B:celeve=true
B:creeponia=false
B:crystevia=true
B:deeplands=false
B:"divinerpg:apalachia"=true
B:"divinerpg:arcana"=false
B:"divinerpg:eden"=false
B:"divinerpg:iceika"=false
B:"divinerpg:mortum"=true
B:"divinerpg:skythern"=true
B:"divinerpg:vethea"=false
B:"divinerpg:wildwood"=false
B:dungeon_pockets=false
B:dustopia=true
B:gardencia=true
B:greckon=true
B:haven=true
B:immortallis=true
B:iromine=true
B:lborean=true
B:lelyetia=false
B:limbo=false
B:lunalus=true
B:mysterium=true
B:nc_wasteland=false
B:overworld=false
B:precasia=false
B:private_pockets=false
B:public_pockets=false
B:runandor=true
B:shyrelands=true
B:tartarus=false
B:the_end=false
B:twilight_forest=false
B:vox_ponds=true
}
##########################################################################################################
# use_atmospheric_absorption
#--------------------------------------------------------------------------------------------------------#
# If dimensions will simulate the absorption of radiation by an atmosphere.
# If set to false, all atmospheric falloff settings will be ignored.
##########################################################################################################
use_atmospheric_absorption {
B:AetherI=false
B:"Deep Dark"=false
B:EREBUS=false
B:ExtraUtils2_Quarry_Dim=false
B:MINING_WORLD=false
B:Nether=false
B:Omothol=false
B:Spectre=false
B:"Storage Cell"=false
B:"The Abyssal Wasteland"=false
B:"The Dark Realm"=false
B:"The Dreadlands"=false
B:abyss=false
B:ancient_cavern=false
B:barathos=false
B:betweenlands=false
B:candyland=false
B:celeve=false
B:creeponia=false
B:crystevia=false
B:deeplands=false
B:"divinerpg:apalachia"=false
B:"divinerpg:arcana"=false
B:"divinerpg:eden"=false
B:"divinerpg:iceika"=false
B:"divinerpg:mortum"=false
B:"divinerpg:skythern"=false
B:"divinerpg:vethea"=false
B:"divinerpg:wildwood"=false
B:dungeon_pockets=false
B:dustopia=false
B:gardencia=false
B:greckon=false
B:haven=false
B:immortallis=false
B:iromine=false
B:lborean=false
B:lelyetia=false
B:limbo=false
B:lunalus=false
B:mysterium=false
B:nc_wasteland=false
B:overworld=false
B:precasia=false
B:private_pockets=false
B:public_pockets=false
B:runandor=false
B:shyrelands=false
B:tartarus=false
B:the_end=false
B:twilight_forest=false
B:vox_ponds=false
}
##########################################################################################################
# atmospheric_absorption_thickness
#--------------------------------------------------------------------------------------------------------#
# The thickness (in m) of airblocks needed to reduce environmental radiation to 0.
# Will be ignored if atmospheric absorption is disabled.
##########################################################################################################
atmospheric_absorption_thickness {
I:AetherI=255
I:"Deep Dark"=255
I:EREBUS=255
I:ExtraUtils2_Quarry_Dim=255
I:MINING_WORLD=255
I:Nether=255
I:Omothol=255
I:Spectre=255
I:"Storage Cell"=255
I:"The Abyssal Wasteland"=255
I:"The Dark Realm"=255
I:"The Dreadlands"=255
I:abyss=255
I:ancient_cavern=255
I:barathos=255
I:betweenlands=255
I:candyland=255
I:celeve=255
I:creeponia=255
I:crystevia=255
I:deeplands=255
I:"divinerpg:apalachia"=255
I:"divinerpg:arcana"=255
I:"divinerpg:eden"=255
I:"divinerpg:iceika"=255
I:"divinerpg:mortum"=255
I:"divinerpg:skythern"=255
I:"divinerpg:vethea"=255
I:"divinerpg:wildwood"=255
I:dungeon_pockets=255
I:dustopia=255
I:gardencia=255
I:greckon=255
I:haven=255
I:immortallis=255
I:iromine=255
I:lborean=255
I:lelyetia=255
I:limbo=255
I:lunalus=255
I:mysterium=255
I:nc_wasteland=255
I:overworld=255
I:precasia=255
I:private_pockets=255
I:public_pockets=255
I:runandor=255
I:shyrelands=255
I:tartarus=255
I:the_end=255
I:twilight_forest=255
I:vox_ponds=255
}
##########################################################################################################
# sky_radiation
#--------------------------------------------------------------------------------------------------------#
# If dimensions will simulate radiation originating from the sky.
# If set to false, all sky-related settings will be ignored.
##########################################################################################################
sky_radiation {
B:AetherI=false
B:"Deep Dark"=false
B:EREBUS=false
B:ExtraUtils2_Quarry_Dim=false
B:MINING_WORLD=false
B:Nether=false
B:Omothol=false
B:Spectre=false
B:"Storage Cell"=false
B:"The Abyssal Wasteland"=false
B:"The Dark Realm"=false
B:"The Dreadlands"=false
B:abyss=false
B:ancient_cavern=false
B:barathos=false
B:betweenlands=false
B:candyland=false
B:celeve=false
B:creeponia=false
B:crystevia=false
B:deeplands=false
B:"divinerpg:apalachia"=false
B:"divinerpg:arcana"=false
B:"divinerpg:eden"=false
B:"divinerpg:iceika"=false
B:"divinerpg:mortum"=false
B:"divinerpg:skythern"=false
B:"divinerpg:vethea"=false
B:"divinerpg:wildwood"=false
B:dungeon_pockets=false
B:dustopia=false
B:gardencia=false
B:greckon=false
B:haven=false
B:immortallis=false
B:iromine=false
B:lborean=false
B:lelyetia=false
B:limbo=false
B:lunalus=false
B:mysterium=false
B:nc_wasteland=false
B:overworld=false
B:precasia=false
B:private_pockets=false
B:public_pockets=false
B:runandor=false
B:shyrelands=false
B:tartarus=false
B:the_end=false
B:twilight_forest=false
B:vox_ponds=false
}
##########################################################################################################
# sky_max_rads
#--------------------------------------------------------------------------------------------------------#
# The maximum rads/t from the sky.
# ALWAYS used if atmospheric absorption is enabled, as part of the calculation for how much radiation air blocks absorb.
##########################################################################################################
sky_max_rads {
D:AetherI=0.0
D:"Deep Dark"=0.0
D:EREBUS=0.0
D:ExtraUtils2_Quarry_Dim=0.0
D:MINING_WORLD=0.0
D:Nether=0.0
D:Omothol=0.0
D:Spectre=0.0
D:"Storage Cell"=0.0
D:"The Abyssal Wasteland"=0.0
D:"The Dark Realm"=0.0
D:"The Dreadlands"=0.0
D:abyss=0.0
D:ancient_cavern=0.0
D:barathos=0.0
D:betweenlands=0.0
D:candyland=0.0
D:celeve=0.0
D:creeponia=0.0
D:crystevia=0.0
D:deeplands=0.0
D:"divinerpg:apalachia"=0.0
D:"divinerpg:arcana"=0.0
D:"divinerpg:eden"=0.0
D:"divinerpg:iceika"=0.0
D:"divinerpg:mortum"=0.0
D:"divinerpg:skythern"=0.0
D:"divinerpg:vethea"=0.0
D:"divinerpg:wildwood"=0.0
D:dungeon_pockets=0.0
D:dustopia=0.0
D:gardencia=0.0
D:greckon=0.0
D:haven=0.0
D:immortallis=0.0
D:iromine=0.0
D:lborean=0.0
D:lelyetia=0.0
D:limbo=0.0
D:lunalus=0.0
D:mysterium=0.0
D:nc_wasteland=0.0
D:overworld=0.0
D:precasia=0.0
D:private_pockets=0.0
D:public_pockets=0.0
D:runandor=0.0
D:shyrelands=0.0
D:tartarus=0.0
D:the_end=0.0
D:twilight_forest=0.0
D:vox_ponds=0.0
}
##########################################################################################################
# sky_origin_height
#--------------------------------------------------------------------------------------------------------#
# The height at which sky-sourced radiation is at its full value.
# Will be ignored if radiation from the sky is disabled.
##########################################################################################################
sky_origin_height {
I:AetherI=255
I:"Deep Dark"=255
I:EREBUS=255
I:ExtraUtils2_Quarry_Dim=255
I:MINING_WORLD=255
I:Nether=255
I:Omothol=255
I:Spectre=255
I:"Storage Cell"=255
I:"The Abyssal Wasteland"=255
I:"The Dark Realm"=255
I:"The Dreadlands"=255
I:abyss=255
I:ancient_cavern=255
I:barathos=255
I:betweenlands=255
I:candyland=255
I:celeve=255
I:creeponia=255
I:crystevia=255
I:deeplands=255
I:"divinerpg:apalachia"=255
I:"divinerpg:arcana"=255
I:"divinerpg:eden"=255
I:"divinerpg:iceika"=255
I:"divinerpg:mortum"=255
I:"divinerpg:skythern"=255
I:"divinerpg:vethea"=255
I:"divinerpg:wildwood"=255
I:dungeon_pockets=255
I:dustopia=255
I:gardencia=255
I:greckon=255
I:haven=255
I:immortallis=255
I:iromine=255
I:lborean=255
I:lelyetia=255
I:limbo=255
I:lunalus=255
I:mysterium=255
I:nc_wasteland=255
I:overworld=255
I:precasia=255
I:private_pockets=255
I:public_pockets=255
I:runandor=255
I:shyrelands=255
I:tartarus=255
I:the_end=255
I:twilight_forest=255
I:vox_ponds=255
}
##########################################################################################################
# bedrock_radiation
#--------------------------------------------------------------------------------------------------------#
# If dimensions will simulate radiation originating from the bedrock.
# If set to false, all bedrock-related settings will be ignored.
##########################################################################################################
bedrock_radiation {
B:AetherI=false
B:"Deep Dark"=false
B:EREBUS=false
B:ExtraUtils2_Quarry_Dim=false
B:MINING_WORLD=false
B:Nether=false
B:Omothol=false
B:Spectre=false
B:"Storage Cell"=false
B:"The Abyssal Wasteland"=false
B:"The Dark Realm"=false
B:"The Dreadlands"=false
B:abyss=false
B:ancient_cavern=false
B:barathos=false
B:betweenlands=false
B:candyland=false
B:celeve=false
B:creeponia=false
B:crystevia=false
B:deeplands=false
B:"divinerpg:apalachia"=false
B:"divinerpg:arcana"=false
B:"divinerpg:eden"=false
B:"divinerpg:iceika"=false
B:"divinerpg:mortum"=false
B:"divinerpg:skythern"=false
B:"divinerpg:vethea"=false
B:"divinerpg:wildwood"=false
B:dungeon_pockets=false
B:dustopia=false
B:gardencia=false
B:greckon=false
B:haven=false
B:immortallis=false
B:iromine=false
B:lborean=false
B:lelyetia=false
B:limbo=false
B:lunalus=false
B:mysterium=false
B:nc_wasteland=false
B:overworld=false
B:precasia=false
B:private_pockets=false
B:public_pockets=false
B:runandor=false
B:shyrelands=false
B:tartarus=false
B:the_end=false
B:twilight_forest=false
B:vox_ponds=false
}
##########################################################################################################
# bedrock_max_rads
#--------------------------------------------------------------------------------------------------------#
# The maximum rads/t from the bedrock.
# Will be ignored if radiation from the bedrock is disabled.
##########################################################################################################
bedrock_max_rads {
D:AetherI=0.0
D:"Deep Dark"=0.0
D:EREBUS=0.0
D:ExtraUtils2_Quarry_Dim=0.0
D:MINING_WORLD=0.0
D:Nether=0.0
D:Omothol=0.0
D:Spectre=0.0
D:"Storage Cell"=0.0
D:"The Abyssal Wasteland"=0.0
D:"The Dark Realm"=0.0
D:"The Dreadlands"=0.0
D:abyss=0.0
D:ancient_cavern=0.0
D:barathos=0.0
D:betweenlands=0.0
D:candyland=0.0
D:celeve=0.0
D:creeponia=0.0
D:crystevia=0.0
D:deeplands=0.0
D:"divinerpg:apalachia"=0.0
D:"divinerpg:arcana"=0.0
D:"divinerpg:eden"=0.0
D:"divinerpg:iceika"=0.0
D:"divinerpg:mortum"=0.0
D:"divinerpg:skythern"=0.0
D:"divinerpg:vethea"=0.0
D:"divinerpg:wildwood"=0.0
D:dungeon_pockets=0.0
D:dustopia=0.0
D:gardencia=0.0
D:greckon=0.0
D:haven=0.0
D:immortallis=0.0
D:iromine=0.0
D:lborean=0.0
D:lelyetia=0.0
D:limbo=0.0
D:lunalus=0.0
D:mysterium=0.0
D:nc_wasteland=0.0
D:overworld=0.0
D:precasia=0.0
D:private_pockets=0.0
D:public_pockets=0.0
D:runandor=0.0
D:shyrelands=0.0
D:tartarus=0.0
D:the_end=0.0
D:twilight_forest=0.0
D:vox_ponds=0.0
}
##########################################################################################################
# bedrock_origin_height
#--------------------------------------------------------------------------------------------------------#
# The height at which bedrock-sourced radiation is at its full value.
# Will be ignored if radiation from the bedrock is disabled.
##########################################################################################################
bedrock_origin_height {
I:AetherI=0
I:"Deep Dark"=0
I:EREBUS=0
I:ExtraUtils2_Quarry_Dim=0
I:MINING_WORLD=0
I:Nether=0
I:Omothol=0
I:Spectre=0
I:"Storage Cell"=0
I:"The Abyssal Wasteland"=0
I:"The Dark Realm"=0
I:"The Dreadlands"=0
I:abyss=0
I:ancient_cavern=0
I:barathos=0
I:betweenlands=0
I:candyland=0
I:celeve=0
I:creeponia=0
I:crystevia=0
I:deeplands=0
I:"divinerpg:apalachia"=0
I:"divinerpg:arcana"=0
I:"divinerpg:eden"=0
I:"divinerpg:iceika"=0
I:"divinerpg:mortum"=0
I:"divinerpg:skythern"=0
I:"divinerpg:vethea"=0
I:"divinerpg:wildwood"=0
I:dungeon_pockets=0
I:dustopia=0
I:gardencia=0
I:greckon=0
I:haven=0
I:immortallis=0
I:iromine=0
I:lborean=0
I:lelyetia=0
I:limbo=0
I:lunalus=0
I:mysterium=0
I:nc_wasteland=0
I:overworld=0
I:precasia=0
I:private_pockets=0
I:public_pockets=0
I:runandor=0
I:shyrelands=0
I:tartarus=0
I:the_end=0
I:twilight_forest=0
I:vox_ponds=0
}
}
##########################################################################################################
# biome-specific
#--------------------------------------------------------------------------------------------------------#
# Biome-Specific Settings.
##########################################################################################################
biome-specific {
##########################################################################################################
# biome_effects_enabled
#--------------------------------------------------------------------------------------------------------#
# If biomes will have altered environmental radiation.
# If set to false, all other values will be ignored.
##########################################################################################################
biome_effects_enabled {
B:"abyssalcraft:abyssal_wastelands"=false
B:"abyssalcraft:coralium_infested_swamp"=false
B:"abyssalcraft:dark_realm"=false
B:"abyssalcraft:darklands"=false
B:"abyssalcraft:darklands_forest"=false
B:"abyssalcraft:darklands_hills"=false
B:"abyssalcraft:darklands_mountains"=false
B:"abyssalcraft:darklands_plains"=false
B:"abyssalcraft:dreadlands"=false
B:"abyssalcraft:dreadlands_forest"=false
B:"abyssalcraft:dreadlands_mountains"=false
B:"abyssalcraft:omothol"=false
B:"abyssalcraft:purged"=false
B:"abyssalcraft:purified_dreadlands"=false
B:"aether_legacy:aether_highlands"=false
B:"aoa3:abyss"=false
B:"aoa3:ancient_cavern"=false
B:"aoa3:barathos"=false
B:"aoa3:candyland"=false
B:"aoa3:celeve"=false
B:"aoa3:creeponia"=false
B:"aoa3:crystevia"=false
B:"aoa3:deeplands"=false
B:"aoa3:dustopia"=false
B:"aoa3:gardencia"=false
B:"aoa3:greckon"=false
B:"aoa3:haven"=false
B:"aoa3:immortallis"=false
B:"aoa3:iromine"=false
B:"aoa3:lborean"=false
B:"aoa3:lelyetia"=false
B:"aoa3:lunalus"=false
B:"aoa3:mysterium"=false
B:"aoa3:precasia"=false
B:"aoa3:runandor"=false
B:"aoa3:shyrelands"=false
B:"aoa3:vox_ponds"=false
B:"appliedenergistics2:storage_biome"=false
B:"aroma1997sdimension:miningbiome"=false
B:"biomesoplenty:alps"=false
B:"biomesoplenty:alps_foothills"=false
B:"biomesoplenty:bamboo_forest"=false
B:"biomesoplenty:bayou"=false
B:"biomesoplenty:bog"=false
B:"biomesoplenty:boreal_forest"=false
B:"biomesoplenty:brushland"=false
B:"biomesoplenty:chaparral"=false
B:"biomesoplenty:cherry_blossom_grove"=false
B:"biomesoplenty:cold_desert"=false
B:"biomesoplenty:coniferous_forest"=false
B:"biomesoplenty:coral_reef"=false
B:"biomesoplenty:corrupted_sands"=false
B:"biomesoplenty:crag"=false
B:"biomesoplenty:dead_forest"=false
B:"biomesoplenty:dead_swamp"=false
B:"biomesoplenty:eucalyptus_forest"=false
B:"biomesoplenty:fen"=false
B:"biomesoplenty:flower_field"=false
B:"biomesoplenty:flower_island"=false
B:"biomesoplenty:fungi_forest"=false
B:"biomesoplenty:glacier"=false
B:"biomesoplenty:grassland"=false
B:"biomesoplenty:gravel_beach"=false
B:"biomesoplenty:grove"=false
B:"biomesoplenty:highland"=false
B:"biomesoplenty:kelp_forest"=false
B:"biomesoplenty:land_of_lakes"=false
B:"biomesoplenty:lavender_fields"=false
B:"biomesoplenty:lush_desert"=false
B:"biomesoplenty:lush_swamp"=false
B:"biomesoplenty:mangrove"=false
B:"biomesoplenty:maple_woods"=false
B:"biomesoplenty:marsh"=false
B:"biomesoplenty:meadow"=false
B:"biomesoplenty:moor"=false
B:"biomesoplenty:mountain"=false
B:"biomesoplenty:mountain_foothills"=false
B:"biomesoplenty:mystic_grove"=false
B:"biomesoplenty:oasis"=false
B:"biomesoplenty:ominous_woods"=false
B:"biomesoplenty:orchard"=false
B:"biomesoplenty:origin_beach"=false
B:"biomesoplenty:origin_island"=false
B:"biomesoplenty:outback"=false
B:"biomesoplenty:overgrown_cliffs"=false
B:"biomesoplenty:pasture"=false
B:"biomesoplenty:phantasmagoric_inferno"=false
B:"biomesoplenty:prairie"=false
B:"biomesoplenty:quagmire"=false
B:"biomesoplenty:rainforest"=false
B:"biomesoplenty:redwood_forest"=false
B:"biomesoplenty:redwood_forest_edge"=false
B:"biomesoplenty:sacred_springs"=false
B:"biomesoplenty:seasonal_forest"=false
B:"biomesoplenty:shield"=false
B:"biomesoplenty:shrubland"=false
B:"biomesoplenty:snowy_coniferous_forest"=false
B:"biomesoplenty:snowy_forest"=false
B:"biomesoplenty:snowy_tundra"=false
B:"biomesoplenty:steppe"=false
B:"biomesoplenty:temperate_rainforest"=false
B:"biomesoplenty:tropical_island"=false
B:"biomesoplenty:tropical_rainforest"=false
B:"biomesoplenty:tundra"=false
B:"biomesoplenty:undergarden"=false
B:"biomesoplenty:visceral_heap"=false
B:"biomesoplenty:volcanic_island"=false
B:"biomesoplenty:wasteland"=false
B:"biomesoplenty:wetland"=false
B:"biomesoplenty:white_beach"=false
B:"biomesoplenty:woodland"=false
B:"biomesoplenty:xeric_shrubland"=false
B:"buildcraftenergy:oil_desert"=false
B:"buildcraftenergy:oil_ocean"=false
B:"dimdoors:black_void"=false
B:"dimdoors:dangerous_black_void"=false
B:"dimdoors:limbo"=false
B:"dimdoors:white_void"=false
B:"divinerpg:apalachia"=false
B:"divinerpg:arcana"=false
B:"divinerpg:eden"=false
B:"divinerpg:iceika"=false
B:"divinerpg:mortum"=false
B:"divinerpg:skythern"=false
B:"divinerpg:vethea"=false
B:"divinerpg:wildwood"=false
B:"erebus:elysian_fields"=false
B:"erebus:fields_sub_forest"=false
B:"erebus:fungal_forest"=false
B:"erebus:petrified_forest"=false
B:"erebus:submerged_swamp"=false
B:"erebus:subterranean_savannah"=false
B:"erebus:ulterior_outback"=false
B:"erebus:underground_jungle"=false
B:"erebus:volcanic_desert"=false
B:"iceandfire:glacier"=false
B:"integrateddynamics:biome_meneglin"=false
B:"minecraft:beaches"=false
B:"minecraft:birch_forest"=false
B:"minecraft:birch_forest_hills"=false
B:"minecraft:cold_beach"=false
B:"minecraft:deep_ocean"=false
B:"minecraft:desert"=false
B:"minecraft:desert_hills"=false
B:"minecraft:extreme_hills"=false
B:"minecraft:extreme_hills_with_trees"=false
B:"minecraft:forest"=false
B:"minecraft:forest_hills"=false
B:"minecraft:frozen_ocean"=false
B:"minecraft:frozen_river"=false
B:"minecraft:hell"=false
B:"minecraft:ice_flats"=false
B:"minecraft:ice_mountains"=false
B:"minecraft:jungle"=false
B:"minecraft:jungle_edge"=false
B:"minecraft:jungle_hills"=false
B:"minecraft:mesa"=false
B:"minecraft:mesa_clear_rock"=false
B:"minecraft:mesa_rock"=false
B:"minecraft:mushroom_island"=false
B:"minecraft:mushroom_island_shore"=false
B:"minecraft:mutated_birch_forest"=false
B:"minecraft:mutated_birch_forest_hills"=false
B:"minecraft:mutated_desert"=false
B:"minecraft:mutated_extreme_hills"=false
B:"minecraft:mutated_extreme_hills_with_trees"=false
B:"minecraft:mutated_forest"=false
B:"minecraft:mutated_ice_flats"=false
B:"minecraft:mutated_jungle"=false
B:"minecraft:mutated_jungle_edge"=false
B:"minecraft:mutated_mesa"=false
B:"minecraft:mutated_mesa_clear_rock"=false
B:"minecraft:mutated_mesa_rock"=false
B:"minecraft:mutated_plains"=false
B:"minecraft:mutated_redwood_taiga"=false
B:"minecraft:mutated_redwood_taiga_hills"=false
B:"minecraft:mutated_roofed_forest"=false
B:"minecraft:mutated_savanna"=false
B:"minecraft:mutated_savanna_rock"=false
B:"minecraft:mutated_swampland"=false
B:"minecraft:mutated_taiga"=false
B:"minecraft:mutated_taiga_cold"=false
B:"minecraft:ocean"=false
B:"minecraft:plains"=false
B:"minecraft:redwood_taiga"=false
B:"minecraft:redwood_taiga_hills"=false
B:"minecraft:river"=false
B:"minecraft:roofed_forest"=false
B:"minecraft:savanna"=false
B:"minecraft:savanna_rock"=false
B:"minecraft:sky"=false
B:"minecraft:smaller_extreme_hills"=false
B:"minecraft:stone_beach"=false
B:"minecraft:swampland"=false
B:"minecraft:taiga"=false
B:"minecraft:taiga_cold"=false
B:"minecraft:taiga_cold_hills"=false
B:"minecraft:taiga_hills"=false
B:"minecraft:void"=false
B:"nuclearcraft:nuclear_wasteland"=false
B:"randomthings:spectral"=false
B:"thaumcraft:eerie"=false
B:"thaumcraft:eldritch"=false
B:"thaumcraft:magical_forest"=false
B:"thebetweenlands:coarse_islands"=false
B:"thebetweenlands:deep_waters"=false
B:"thebetweenlands:marsh_0"=false
B:"thebetweenlands:marsh_1"=false
B:"thebetweenlands:patchy_islands"=false
B:"thebetweenlands:raised_isles"=false
B:"thebetweenlands:sludge_plains"=false
B:"thebetweenlands:sludge_plains_clearing"=false
B:"thebetweenlands:swamplands"=false
B:"thebetweenlands:swamplands_clearing"=false
B:"twilightforest:dark_forest"=false
B:"twilightforest:dark_forest_center"=false
B:"twilightforest:deep_mushroom_forest"=false
B:"twilightforest:dense_twilight_forest"=false
B:"twilightforest:enchanted_forest"=false
B:"twilightforest:fire_swamp"=false
B:"twilightforest:firefly_forest"=false
B:"twilightforest:highlands_center"=false
B:"twilightforest:mushroom_forest"=false
B:"twilightforest:oak_savannah"=false
B:"twilightforest:snowy_forest"=false
B:"twilightforest:spooky_forest"=false
B:"twilightforest:thornlands"=false
B:"twilightforest:twilight_clearing"=false
B:"twilightforest:twilight_forest"=false
B:"twilightforest:twilight_glacier"=false
B:"twilightforest:twilight_highlands"=false
B:"twilightforest:twilight_lake"=false
B:"twilightforest:twilight_stream"=false
B:"twilightforest:twilight_swamp"=false
}
##########################################################################################################
# sky_multiplier
#--------------------------------------------------------------------------------------------------------#
# The multiplier for sky-originating radiation.
# 1.0 is equivalent to no multiplier.
##########################################################################################################
sky_multiplier {
D:"abyssalcraft:abyssal_wastelands"=1.0
D:"abyssalcraft:coralium_infested_swamp"=1.0
D:"abyssalcraft:dark_realm"=1.0
D:"abyssalcraft:darklands"=1.0
D:"abyssalcraft:darklands_forest"=1.0
D:"abyssalcraft:darklands_hills"=1.0
D:"abyssalcraft:darklands_mountains"=1.0
D:"abyssalcraft:darklands_plains"=1.0
D:"abyssalcraft:dreadlands"=1.0
D:"abyssalcraft:dreadlands_forest"=1.0
D:"abyssalcraft:dreadlands_mountains"=1.0
D:"abyssalcraft:omothol"=1.0
D:"abyssalcraft:purged"=1.0
D:"abyssalcraft:purified_dreadlands"=1.0
D:"aether_legacy:aether_highlands"=1.0
D:"aoa3:abyss"=1.0
D:"aoa3:ancient_cavern"=1.0
D:"aoa3:barathos"=1.0
D:"aoa3:candyland"=1.0
D:"aoa3:celeve"=1.0
D:"aoa3:creeponia"=1.0
D:"aoa3:crystevia"=1.0
D:"aoa3:deeplands"=1.0
D:"aoa3:dustopia"=1.0
D:"aoa3:gardencia"=1.0
D:"aoa3:greckon"=1.0
D:"aoa3:haven"=1.0
D:"aoa3:immortallis"=1.0
D:"aoa3:iromine"=1.0
D:"aoa3:lborean"=1.0
D:"aoa3:lelyetia"=1.0
D:"aoa3:lunalus"=1.0
D:"aoa3:mysterium"=1.0
D:"aoa3:precasia"=1.0
D:"aoa3:runandor"=1.0
D:"aoa3:shyrelands"=1.0
D:"aoa3:vox_ponds"=1.0
D:"appliedenergistics2:storage_biome"=1.0
D:"aroma1997sdimension:miningbiome"=1.0
D:"biomesoplenty:alps"=1.0
D:"biomesoplenty:alps_foothills"=1.0
D:"biomesoplenty:bamboo_forest"=1.0
D:"biomesoplenty:bayou"=1.0
D:"biomesoplenty:bog"=1.0
D:"biomesoplenty:boreal_forest"=1.0
D:"biomesoplenty:brushland"=1.0
D:"biomesoplenty:chaparral"=1.0
D:"biomesoplenty:cherry_blossom_grove"=1.0
D:"biomesoplenty:cold_desert"=1.0
D:"biomesoplenty:coniferous_forest"=1.0
D:"biomesoplenty:coral_reef"=1.0
D:"biomesoplenty:corrupted_sands"=1.0
D:"biomesoplenty:crag"=1.0
D:"biomesoplenty:dead_forest"=1.0
D:"biomesoplenty:dead_swamp"=1.0
D:"biomesoplenty:eucalyptus_forest"=1.0
D:"biomesoplenty:fen"=1.0
D:"biomesoplenty:flower_field"=1.0
D:"biomesoplenty:flower_island"=1.0
D:"biomesoplenty:fungi_forest"=1.0
D:"biomesoplenty:glacier"=1.0
D:"biomesoplenty:grassland"=1.0
D:"biomesoplenty:gravel_beach"=1.0
D:"biomesoplenty:grove"=1.0
D:"biomesoplenty:highland"=1.0
D:"biomesoplenty:kelp_forest"=1.0
D:"biomesoplenty:land_of_lakes"=1.0
D:"biomesoplenty:lavender_fields"=1.0
D:"biomesoplenty:lush_desert"=1.0
D:"biomesoplenty:lush_swamp"=1.0
D:"biomesoplenty:mangrove"=1.0
D:"biomesoplenty:maple_woods"=1.0
D:"biomesoplenty:marsh"=1.0
D:"biomesoplenty:meadow"=1.0
D:"biomesoplenty:moor"=1.0
D:"biomesoplenty:mountain"=1.0
D:"biomesoplenty:mountain_foothills"=1.0
D:"biomesoplenty:mystic_grove"=1.0
D:"biomesoplenty:oasis"=1.0
D:"biomesoplenty:ominous_woods"=1.0
D:"biomesoplenty:orchard"=1.0
D:"biomesoplenty:origin_beach"=1.0
D:"biomesoplenty:origin_island"=1.0
D:"biomesoplenty:outback"=1.0
D:"biomesoplenty:overgrown_cliffs"=1.0
D:"biomesoplenty:pasture"=1.0
D:"biomesoplenty:phantasmagoric_inferno"=1.0
D:"biomesoplenty:prairie"=1.0
D:"biomesoplenty:quagmire"=1.0
D:"biomesoplenty:rainforest"=1.0
D:"biomesoplenty:redwood_forest"=1.0
D:"biomesoplenty:redwood_forest_edge"=1.0
D:"biomesoplenty:sacred_springs"=1.0
D:"biomesoplenty:seasonal_forest"=1.0
D:"biomesoplenty:shield"=1.0
D:"biomesoplenty:shrubland"=1.0
D:"biomesoplenty:snowy_coniferous_forest"=1.0
D:"biomesoplenty:snowy_forest"=1.0
D:"biomesoplenty:snowy_tundra"=1.0
D:"biomesoplenty:steppe"=1.0
D:"biomesoplenty:temperate_rainforest"=1.0
D:"biomesoplenty:tropical_island"=1.0
D:"biomesoplenty:tropical_rainforest"=1.0
D:"biomesoplenty:tundra"=1.0
D:"biomesoplenty:undergarden"=1.0
D:"biomesoplenty:visceral_heap"=1.0
D:"biomesoplenty:volcanic_island"=1.0
D:"biomesoplenty:wasteland"=1.0
D:"biomesoplenty:wetland"=1.0
D:"biomesoplenty:white_beach"=1.0
D:"biomesoplenty:woodland"=1.0
D:"biomesoplenty:xeric_shrubland"=1.0
D:"buildcraftenergy:oil_desert"=1.0
D:"buildcraftenergy:oil_ocean"=1.0
D:"dimdoors:black_void"=1.0
D:"dimdoors:dangerous_black_void"=1.0
D:"dimdoors:limbo"=1.0
D:"dimdoors:white_void"=1.0
D:"divinerpg:apalachia"=1.0
D:"divinerpg:arcana"=1.0
D:"divinerpg:eden"=1.0
D:"divinerpg:iceika"=1.0
D:"divinerpg:mortum"=1.0
D:"divinerpg:skythern"=1.0
D:"divinerpg:vethea"=1.0
D:"divinerpg:wildwood"=1.0
D:"erebus:elysian_fields"=1.0
D:"erebus:fields_sub_forest"=1.0
D:"erebus:fungal_forest"=1.0
D:"erebus:petrified_forest"=1.0
D:"erebus:submerged_swamp"=1.0
D:"erebus:subterranean_savannah"=1.0
D:"erebus:ulterior_outback"=1.0
D:"erebus:underground_jungle"=1.0
D:"erebus:volcanic_desert"=1.0
D:"iceandfire:glacier"=1.0
D:"integrateddynamics:biome_meneglin"=1.0
D:"minecraft:beaches"=1.0
D:"minecraft:birch_forest"=1.0
D:"minecraft:birch_forest_hills"=1.0
D:"minecraft:cold_beach"=1.0
D:"minecraft:deep_ocean"=1.0
D:"minecraft:desert"=1.0
D:"minecraft:desert_hills"=1.0
D:"minecraft:extreme_hills"=1.0
D:"minecraft:extreme_hills_with_trees"=1.0
D:"minecraft:forest"=1.0
D:"minecraft:forest_hills"=1.0
D:"minecraft:frozen_ocean"=1.0
D:"minecraft:frozen_river"=1.0
D:"minecraft:hell"=1.0
D:"minecraft:ice_flats"=1.0
D:"minecraft:ice_mountains"=1.0
D:"minecraft:jungle"=1.0
D:"minecraft:jungle_edge"=1.0
D:"minecraft:jungle_hills"=1.0
D:"minecraft:mesa"=1.0
D:"minecraft:mesa_clear_rock"=1.0
D:"minecraft:mesa_rock"=1.0
D:"minecraft:mushroom_island"=1.0
D:"minecraft:mushroom_island_shore"=1.0
D:"minecraft:mutated_birch_forest"=1.0
D:"minecraft:mutated_birch_forest_hills"=1.0
D:"minecraft:mutated_desert"=1.0
D:"minecraft:mutated_extreme_hills"=1.0
D:"minecraft:mutated_extreme_hills_with_trees"=1.0
D:"minecraft:mutated_forest"=1.0
D:"minecraft:mutated_ice_flats"=1.0
D:"minecraft:mutated_jungle"=1.0
D:"minecraft:mutated_jungle_edge"=1.0
D:"minecraft:mutated_mesa"=1.0
D:"minecraft:mutated_mesa_clear_rock"=1.0
D:"minecraft:mutated_mesa_rock"=1.0
D:"minecraft:mutated_plains"=1.0
D:"minecraft:mutated_redwood_taiga"=1.0
D:"minecraft:mutated_redwood_taiga_hills"=1.0
D:"minecraft:mutated_roofed_forest"=1.0
D:"minecraft:mutated_savanna"=1.0
D:"minecraft:mutated_savanna_rock"=1.0
D:"minecraft:mutated_swampland"=1.0
D:"minecraft:mutated_taiga"=1.0
D:"minecraft:mutated_taiga_cold"=1.0
D:"minecraft:ocean"=1.0
D:"minecraft:plains"=1.0
D:"minecraft:redwood_taiga"=1.0
D:"minecraft:redwood_taiga_hills"=1.0
D:"minecraft:river"=1.0
D:"minecraft:roofed_forest"=1.0
D:"minecraft:savanna"=1.0
D:"minecraft:savanna_rock"=1.0
D:"minecraft:sky"=1.0
D:"minecraft:smaller_extreme_hills"=1.0
D:"minecraft:stone_beach"=1.0
D:"minecraft:swampland"=1.0
D:"minecraft:taiga"=1.0
D:"minecraft:taiga_cold"=1.0
D:"minecraft:taiga_cold_hills"=1.0
D:"minecraft:taiga_hills"=1.0
D:"minecraft:void"=1.0
D:"nuclearcraft:nuclear_wasteland"=1.0
D:"randomthings:spectral"=1.0
D:"thaumcraft:eerie"=1.0
D:"thaumcraft:eldritch"=1.0
D:"thaumcraft:magical_forest"=1.0
D:"thebetweenlands:coarse_islands"=1.0
D:"thebetweenlands:deep_waters"=1.0
D:"thebetweenlands:marsh_0"=1.0
D:"thebetweenlands:marsh_1"=1.0
D:"thebetweenlands:patchy_islands"=1.0
D:"thebetweenlands:raised_isles"=1.0
D:"thebetweenlands:sludge_plains"=1.0
D:"thebetweenlands:sludge_plains_clearing"=1.0
D:"thebetweenlands:swamplands"=1.0
D:"thebetweenlands:swamplands_clearing"=1.0
D:"twilightforest:dark_forest"=1.0
D:"twilightforest:dark_forest_center"=1.0
D:"twilightforest:deep_mushroom_forest"=1.0
D:"twilightforest:dense_twilight_forest"=1.0
D:"twilightforest:enchanted_forest"=1.0
D:"twilightforest:fire_swamp"=1.0
D:"twilightforest:firefly_forest"=1.0
D:"twilightforest:highlands_center"=1.0
D:"twilightforest:mushroom_forest"=1.0
D:"twilightforest:oak_savannah"=1.0
D:"twilightforest:snowy_forest"=1.0
D:"twilightforest:spooky_forest"=1.0
D:"twilightforest:thornlands"=1.0
D:"twilightforest:twilight_clearing"=1.0
D:"twilightforest:twilight_forest"=1.0
D:"twilightforest:twilight_glacier"=1.0
D:"twilightforest:twilight_highlands"=1.0
D:"twilightforest:twilight_lake"=1.0
D:"twilightforest:twilight_stream"=1.0
D:"twilightforest:twilight_swamp"=1.0
}
##########################################################################################################
# sky_shift
#--------------------------------------------------------------------------------------------------------#
# The +/- shift for sky-originating radiation.
# Negative shift values are calculated before the multiplier, and positive ones are calculated after.
# 0 is equivalent to no shift.
##########################################################################################################
sky_shift {
D:"abyssalcraft:abyssal_wastelands"=0.0
D:"abyssalcraft:coralium_infested_swamp"=0.0
D:"abyssalcraft:dark_realm"=0.0
D:"abyssalcraft:darklands"=0.0
D:"abyssalcraft:darklands_forest"=0.0
D:"abyssalcraft:darklands_hills"=0.0
D:"abyssalcraft:darklands_mountains"=0.0
D:"abyssalcraft:darklands_plains"=0.0
D:"abyssalcraft:dreadlands"=0.0
D:"abyssalcraft:dreadlands_forest"=0.0
D:"abyssalcraft:dreadlands_mountains"=0.0
D:"abyssalcraft:omothol"=0.0
D:"abyssalcraft:purged"=0.0
D:"abyssalcraft:purified_dreadlands"=0.0
D:"aether_legacy:aether_highlands"=0.0
D:"aoa3:abyss"=0.0
D:"aoa3:ancient_cavern"=0.0
D:"aoa3:barathos"=0.0
D:"aoa3:candyland"=0.0
D:"aoa3:celeve"=0.0
D:"aoa3:creeponia"=0.0
D:"aoa3:crystevia"=0.0
D:"aoa3:deeplands"=0.0
D:"aoa3:dustopia"=0.0
D:"aoa3:gardencia"=0.0
D:"aoa3:greckon"=0.0
D:"aoa3:haven"=0.0
D:"aoa3:immortallis"=0.0
D:"aoa3:iromine"=0.0
D:"aoa3:lborean"=0.0
D:"aoa3:lelyetia"=0.0
D:"aoa3:lunalus"=0.0
D:"aoa3:mysterium"=0.0
D:"aoa3:precasia"=0.0
D:"aoa3:runandor"=0.0
D:"aoa3:shyrelands"=0.0
D:"aoa3:vox_ponds"=0.0
D:"appliedenergistics2:storage_biome"=0.0
D:"aroma1997sdimension:miningbiome"=0.0
D:"biomesoplenty:alps"=0.0
D:"biomesoplenty:alps_foothills"=0.0
D:"biomesoplenty:bamboo_forest"=0.0
D:"biomesoplenty:bayou"=0.0
D:"biomesoplenty:bog"=0.0
D:"biomesoplenty:boreal_forest"=0.0
D:"biomesoplenty:brushland"=0.0
D:"biomesoplenty:chaparral"=0.0
D:"biomesoplenty:cherry_blossom_grove"=0.0
D:"biomesoplenty:cold_desert"=0.0
D:"biomesoplenty:coniferous_forest"=0.0
D:"biomesoplenty:coral_reef"=0.0
D:"biomesoplenty:corrupted_sands"=0.0
D:"biomesoplenty:crag"=0.0
D:"biomesoplenty:dead_forest"=0.0
D:"biomesoplenty:dead_swamp"=0.0
D:"biomesoplenty:eucalyptus_forest"=0.0
D:"biomesoplenty:fen"=0.0
D:"biomesoplenty:flower_field"=0.0
D:"biomesoplenty:flower_island"=0.0
D:"biomesoplenty:fungi_forest"=0.0
D:"biomesoplenty:glacier"=0.0
D:"biomesoplenty:grassland"=0.0
D:"biomesoplenty:gravel_beach"=0.0
D:"biomesoplenty:grove"=0.0
D:"biomesoplenty:highland"=0.0
D:"biomesoplenty:kelp_forest"=0.0
D:"biomesoplenty:land_of_lakes"=0.0
D:"biomesoplenty:lavender_fields"=0.0
D:"biomesoplenty:lush_desert"=0.0
D:"biomesoplenty:lush_swamp"=0.0
D:"biomesoplenty:mangrove"=0.0
D:"biomesoplenty:maple_woods"=0.0
D:"biomesoplenty:marsh"=0.0
D:"biomesoplenty:meadow"=0.0
D:"biomesoplenty:moor"=0.0
D:"biomesoplenty:mountain"=0.0
D:"biomesoplenty:mountain_foothills"=0.0
D:"biomesoplenty:mystic_grove"=0.0
D:"biomesoplenty:oasis"=0.0
D:"biomesoplenty:ominous_woods"=0.0
D:"biomesoplenty:orchard"=0.0
D:"biomesoplenty:origin_beach"=0.0
D:"biomesoplenty:origin_island"=0.0
D:"biomesoplenty:outback"=0.0
D:"biomesoplenty:overgrown_cliffs"=0.0
D:"biomesoplenty:pasture"=0.0
D:"biomesoplenty:phantasmagoric_inferno"=0.0
D:"biomesoplenty:prairie"=0.0
D:"biomesoplenty:quagmire"=0.0
D:"biomesoplenty:rainforest"=0.0
D:"biomesoplenty:redwood_forest"=0.0
D:"biomesoplenty:redwood_forest_edge"=0.0
D:"biomesoplenty:sacred_springs"=0.0
D:"biomesoplenty:seasonal_forest"=0.0
D:"biomesoplenty:shield"=0.0
D:"biomesoplenty:shrubland"=0.0
D:"biomesoplenty:snowy_coniferous_forest"=0.0
D:"biomesoplenty:snowy_forest"=0.0
D:"biomesoplenty:snowy_tundra"=0.0
D:"biomesoplenty:steppe"=0.0
D:"biomesoplenty:temperate_rainforest"=0.0
D:"biomesoplenty:tropical_island"=0.0
D:"biomesoplenty:tropical_rainforest"=0.0
D:"biomesoplenty:tundra"=0.0
D:"biomesoplenty:undergarden"=0.0
D:"biomesoplenty:visceral_heap"=0.0
D:"biomesoplenty:volcanic_island"=0.0
D:"biomesoplenty:wasteland"=0.0
D:"biomesoplenty:wetland"=0.0
D:"biomesoplenty:white_beach"=0.0
D:"biomesoplenty:woodland"=0.0
D:"biomesoplenty:xeric_shrubland"=0.0
D:"buildcraftenergy:oil_desert"=0.0
D:"buildcraftenergy:oil_ocean"=0.0
D:"dimdoors:black_void"=0.0
D:"dimdoors:dangerous_black_void"=0.0
D:"dimdoors:limbo"=0.0
D:"dimdoors:white_void"=0.0
D:"divinerpg:apalachia"=0.0
D:"divinerpg:arcana"=0.0
D:"divinerpg:eden"=0.0
D:"divinerpg:iceika"=0.0
D:"divinerpg:mortum"=0.0
D:"divinerpg:skythern"=0.0
D:"divinerpg:vethea"=0.0
D:"divinerpg:wildwood"=0.0
D:"erebus:elysian_fields"=0.0
D:"erebus:fields_sub_forest"=0.0
D:"erebus:fungal_forest"=0.0
D:"erebus:petrified_forest"=0.0
D:"erebus:submerged_swamp"=0.0
D:"erebus:subterranean_savannah"=0.0
D:"erebus:ulterior_outback"=0.0
D:"erebus:underground_jungle"=0.0
D:"erebus:volcanic_desert"=0.0
D:"iceandfire:glacier"=0.0
D:"integrateddynamics:biome_meneglin"=0.0
D:"minecraft:beaches"=0.0
D:"minecraft:birch_forest"=0.0
D:"minecraft:birch_forest_hills"=0.0
D:"minecraft:cold_beach"=0.0
D:"minecraft:deep_ocean"=0.0
D:"minecraft:desert"=0.0
D:"minecraft:desert_hills"=0.0
D:"minecraft:extreme_hills"=0.0
D:"minecraft:extreme_hills_with_trees"=0.0
D:"minecraft:forest"=0.0
D:"minecraft:forest_hills"=0.0
D:"minecraft:frozen_ocean"=0.0
D:"minecraft:frozen_river"=0.0
D:"minecraft:hell"=0.0
D:"minecraft:ice_flats"=0.0
D:"minecraft:ice_mountains"=0.0
D:"minecraft:jungle"=0.0
D:"minecraft:jungle_edge"=0.0
D:"minecraft:jungle_hills"=0.0
D:"minecraft:mesa"=0.0
D:"minecraft:mesa_clear_rock"=0.0
D:"minecraft:mesa_rock"=0.0
D:"minecraft:mushroom_island"=0.0
D:"minecraft:mushroom_island_shore"=0.0
D:"minecraft:mutated_birch_forest"=0.0
D:"minecraft:mutated_birch_forest_hills"=0.0
D:"minecraft:mutated_desert"=0.0
D:"minecraft:mutated_extreme_hills"=0.0
D:"minecraft:mutated_extreme_hills_with_trees"=0.0
D:"minecraft:mutated_forest"=0.0
D:"minecraft:mutated_ice_flats"=0.0
D:"minecraft:mutated_jungle"=0.0
D:"minecraft:mutated_jungle_edge"=0.0
D:"minecraft:mutated_mesa"=0.0
D:"minecraft:mutated_mesa_clear_rock"=0.0
D:"minecraft:mutated_mesa_rock"=0.0
D:"minecraft:mutated_plains"=0.0
D:"minecraft:mutated_redwood_taiga"=0.0
D:"minecraft:mutated_redwood_taiga_hills"=0.0
D:"minecraft:mutated_roofed_forest"=0.0
D:"minecraft:mutated_savanna"=0.0
D:"minecraft:mutated_savanna_rock"=0.0
D:"minecraft:mutated_swampland"=0.0
D:"minecraft:mutated_taiga"=0.0
D:"minecraft:mutated_taiga_cold"=0.0
D:"minecraft:ocean"=0.0
D:"minecraft:plains"=0.0
D:"minecraft:redwood_taiga"=0.0
D:"minecraft:redwood_taiga_hills"=0.0
D:"minecraft:river"=0.0
D:"minecraft:roofed_forest"=0.0
D:"minecraft:savanna"=0.0
D:"minecraft:savanna_rock"=0.0
D:"minecraft:sky"=0.0
D:"minecraft:smaller_extreme_hills"=0.0
D:"minecraft:stone_beach"=0.0
D:"minecraft:swampland"=0.0
D:"minecraft:taiga"=0.0
D:"minecraft:taiga_cold"=0.0
D:"minecraft:taiga_cold_hills"=0.0
D:"minecraft:taiga_hills"=0.0
D:"minecraft:void"=0.0
D:"nuclearcraft:nuclear_wasteland"=0.0
D:"randomthings:spectral"=0.0
D:"thaumcraft:eerie"=0.0
D:"thaumcraft:eldritch"=0.0
D:"thaumcraft:magical_forest"=0.0
D:"thebetweenlands:coarse_islands"=0.0
D:"thebetweenlands:deep_waters"=0.0
D:"thebetweenlands:marsh_0"=0.0
D:"thebetweenlands:marsh_1"=0.0
D:"thebetweenlands:patchy_islands"=0.0
D:"thebetweenlands:raised_isles"=0.0
D:"thebetweenlands:sludge_plains"=0.0
D:"thebetweenlands:sludge_plains_clearing"=0.0
D:"thebetweenlands:swamplands"=0.0
D:"thebetweenlands:swamplands_clearing"=0.0
D:"twilightforest:dark_forest"=0.0
D:"twilightforest:dark_forest_center"=0.0
D:"twilightforest:deep_mushroom_forest"=0.0
D:"twilightforest:dense_twilight_forest"=0.0
D:"twilightforest:enchanted_forest"=0.0
D:"twilightforest:fire_swamp"=0.0
D:"twilightforest:firefly_forest"=0.0
D:"twilightforest:highlands_center"=0.0
D:"twilightforest:mushroom_forest"=0.0
D:"twilightforest:oak_savannah"=0.0
D:"twilightforest:snowy_forest"=0.0
D:"twilightforest:spooky_forest"=0.0
D:"twilightforest:thornlands"=0.0
D:"twilightforest:twilight_clearing"=0.0
D:"twilightforest:twilight_forest"=0.0
D:"twilightforest:twilight_glacier"=0.0
D:"twilightforest:twilight_highlands"=0.0
D:"twilightforest:twilight_lake"=0.0
D:"twilightforest:twilight_stream"=0.0
D:"twilightforest:twilight_swamp"=0.0
}
##########################################################################################################
# bedrock_multiplier
#--------------------------------------------------------------------------------------------------------#
# The multiplier for bedrock-originating radiation.
# 1.0 is equivalent to no multiplier.
##########################################################################################################
bedrock_multiplier {
D:"abyssalcraft:abyssal_wastelands"=1.0
D:"abyssalcraft:coralium_infested_swamp"=1.0
D:"abyssalcraft:dark_realm"=1.0
D:"abyssalcraft:darklands"=1.0
D:"abyssalcraft:darklands_forest"=1.0
D:"abyssalcraft:darklands_hills"=1.0
D:"abyssalcraft:darklands_mountains"=1.0
D:"abyssalcraft:darklands_plains"=1.0
D:"abyssalcraft:dreadlands"=1.0
D:"abyssalcraft:dreadlands_forest"=1.0
D:"abyssalcraft:dreadlands_mountains"=1.0
D:"abyssalcraft:omothol"=1.0
D:"abyssalcraft:purged"=1.0
D:"abyssalcraft:purified_dreadlands"=1.0
D:"aether_legacy:aether_highlands"=1.0
D:"aoa3:abyss"=1.0
D:"aoa3:ancient_cavern"=1.0
D:"aoa3:barathos"=1.0
D:"aoa3:candyland"=1.0
D:"aoa3:celeve"=1.0
D:"aoa3:creeponia"=1.0
D:"aoa3:crystevia"=1.0
D:"aoa3:deeplands"=1.0
D:"aoa3:dustopia"=1.0
D:"aoa3:gardencia"=1.0
D:"aoa3:greckon"=1.0
D:"aoa3:haven"=1.0
D:"aoa3:immortallis"=1.0
D:"aoa3:iromine"=1.0
D:"aoa3:lborean"=1.0
D:"aoa3:lelyetia"=1.0
D:"aoa3:lunalus"=1.0
D:"aoa3:mysterium"=1.0
D:"aoa3:precasia"=1.0
D:"aoa3:runandor"=1.0
D:"aoa3:shyrelands"=1.0
D:"aoa3:vox_ponds"=1.0
D:"appliedenergistics2:storage_biome"=1.0
D:"aroma1997sdimension:miningbiome"=1.0
D:"biomesoplenty:alps"=1.0
D:"biomesoplenty:alps_foothills"=1.0
D:"biomesoplenty:bamboo_forest"=1.0
D:"biomesoplenty:bayou"=1.0
D:"biomesoplenty:bog"=1.0
D:"biomesoplenty:boreal_forest"=1.0
D:"biomesoplenty:brushland"=1.0
D:"biomesoplenty:chaparral"=1.0
D:"biomesoplenty:cherry_blossom_grove"=1.0
D:"biomesoplenty:cold_desert"=1.0
D:"biomesoplenty:coniferous_forest"=1.0
D:"biomesoplenty:coral_reef"=1.0
D:"biomesoplenty:corrupted_sands"=1.0
D:"biomesoplenty:crag"=1.0
D:"biomesoplenty:dead_forest"=1.0
D:"biomesoplenty:dead_swamp"=1.0
D:"biomesoplenty:eucalyptus_forest"=1.0
D:"biomesoplenty:fen"=1.0
D:"biomesoplenty:flower_field"=1.0
D:"biomesoplenty:flower_island"=1.0
D:"biomesoplenty:fungi_forest"=1.0
D:"biomesoplenty:glacier"=1.0
D:"biomesoplenty:grassland"=1.0
D:"biomesoplenty:gravel_beach"=1.0
D:"biomesoplenty:grove"=1.0
D:"biomesoplenty:highland"=1.0
D:"biomesoplenty:kelp_forest"=1.0
D:"biomesoplenty:land_of_lakes"=1.0
D:"biomesoplenty:lavender_fields"=1.0
D:"biomesoplenty:lush_desert"=1.0
D:"biomesoplenty:lush_swamp"=1.0
D:"biomesoplenty:mangrove"=1.0
D:"biomesoplenty:maple_woods"=1.0
D:"biomesoplenty:marsh"=1.0
D:"biomesoplenty:meadow"=1.0
D:"biomesoplenty:moor"=1.0
D:"biomesoplenty:mountain"=1.0
D:"biomesoplenty:mountain_foothills"=1.0
D:"biomesoplenty:mystic_grove"=1.0
D:"biomesoplenty:oasis"=1.0
D:"biomesoplenty:ominous_woods"=1.0
D:"biomesoplenty:orchard"=1.0
D:"biomesoplenty:origin_beach"=1.0
D:"biomesoplenty:origin_island"=1.0
D:"biomesoplenty:outback"=1.0
D:"biomesoplenty:overgrown_cliffs"=1.0
D:"biomesoplenty:pasture"=1.0
D:"biomesoplenty:phantasmagoric_inferno"=1.0
D:"biomesoplenty:prairie"=1.0
D:"biomesoplenty:quagmire"=1.0
D:"biomesoplenty:rainforest"=1.0
D:"biomesoplenty:redwood_forest"=1.0
D:"biomesoplenty:redwood_forest_edge"=1.0
D:"biomesoplenty:sacred_springs"=1.0
D:"biomesoplenty:seasonal_forest"=1.0
D:"biomesoplenty:shield"=1.0
D:"biomesoplenty:shrubland"=1.0
D:"biomesoplenty:snowy_coniferous_forest"=1.0
D:"biomesoplenty:snowy_forest"=1.0
D:"biomesoplenty:snowy_tundra"=1.0
D:"biomesoplenty:steppe"=1.0
D:"biomesoplenty:temperate_rainforest"=1.0
D:"biomesoplenty:tropical_island"=1.0
D:"biomesoplenty:tropical_rainforest"=1.0
D:"biomesoplenty:tundra"=1.0
D:"biomesoplenty:undergarden"=1.0
D:"biomesoplenty:visceral_heap"=1.0
D:"biomesoplenty:volcanic_island"=1.0
D:"biomesoplenty:wasteland"=1.0
D:"biomesoplenty:wetland"=1.0
D:"biomesoplenty:white_beach"=1.0
D:"biomesoplenty:woodland"=1.0
D:"biomesoplenty:xeric_shrubland"=1.0
D:"buildcraftenergy:oil_desert"=1.0
D:"buildcraftenergy:oil_ocean"=1.0
D:"dimdoors:black_void"=1.0
D:"dimdoors:dangerous_black_void"=1.0
D:"dimdoors:limbo"=1.0
D:"dimdoors:white_void"=1.0
D:"divinerpg:apalachia"=1.0
D:"divinerpg:arcana"=1.0
D:"divinerpg:eden"=1.0
D:"divinerpg:iceika"=1.0
D:"divinerpg:mortum"=1.0
D:"divinerpg:skythern"=1.0
D:"divinerpg:vethea"=1.0
D:"divinerpg:wildwood"=1.0
D:"erebus:elysian_fields"=1.0
D:"erebus:fields_sub_forest"=1.0
D:"erebus:fungal_forest"=1.0
D:"erebus:petrified_forest"=1.0
D:"erebus:submerged_swamp"=1.0
D:"erebus:subterranean_savannah"=1.0
D:"erebus:ulterior_outback"=1.0
D:"erebus:underground_jungle"=1.0
D:"erebus:volcanic_desert"=1.0
D:"iceandfire:glacier"=1.0
D:"integrateddynamics:biome_meneglin"=1.0
D:"minecraft:beaches"=1.0
D:"minecraft:birch_forest"=1.0
D:"minecraft:birch_forest_hills"=1.0
D:"minecraft:cold_beach"=1.0
D:"minecraft:deep_ocean"=1.0
D:"minecraft:desert"=1.0
D:"minecraft:desert_hills"=1.0
D:"minecraft:extreme_hills"=1.0
D:"minecraft:extreme_hills_with_trees"=1.0
D:"minecraft:forest"=1.0
D:"minecraft:forest_hills"=1.0
D:"minecraft:frozen_ocean"=1.0
D:"minecraft:frozen_river"=1.0
D:"minecraft:hell"=1.0
D:"minecraft:ice_flats"=1.0
D:"minecraft:ice_mountains"=1.0
D:"minecraft:jungle"=1.0
D:"minecraft:jungle_edge"=1.0
D:"minecraft:jungle_hills"=1.0
D:"minecraft:mesa"=1.0
D:"minecraft:mesa_clear_rock"=1.0
D:"minecraft:mesa_rock"=1.0
D:"minecraft:mushroom_island"=1.0
D:"minecraft:mushroom_island_shore"=1.0
D:"minecraft:mutated_birch_forest"=1.0
D:"minecraft:mutated_birch_forest_hills"=1.0
D:"minecraft:mutated_desert"=1.0
D:"minecraft:mutated_extreme_hills"=1.0
D:"minecraft:mutated_extreme_hills_with_trees"=1.0
D:"minecraft:mutated_forest"=1.0
D:"minecraft:mutated_ice_flats"=1.0
D:"minecraft:mutated_jungle"=1.0
D:"minecraft:mutated_jungle_edge"=1.0
D:"minecraft:mutated_mesa"=1.0
D:"minecraft:mutated_mesa_clear_rock"=1.0
D:"minecraft:mutated_mesa_rock"=1.0
D:"minecraft:mutated_plains"=1.0
D:"minecraft:mutated_redwood_taiga"=1.0
D:"minecraft:mutated_redwood_taiga_hills"=1.0
D:"minecraft:mutated_roofed_forest"=1.0
D:"minecraft:mutated_savanna"=1.0
D:"minecraft:mutated_savanna_rock"=1.0
D:"minecraft:mutated_swampland"=1.0
D:"minecraft:mutated_taiga"=1.0
D:"minecraft:mutated_taiga_cold"=1.0
D:"minecraft:ocean"=1.0
D:"minecraft:plains"=1.0
D:"minecraft:redwood_taiga"=1.0
D:"minecraft:redwood_taiga_hills"=1.0
D:"minecraft:river"=1.0
D:"minecraft:roofed_forest"=1.0
D:"minecraft:savanna"=1.0
D:"minecraft:savanna_rock"=1.0
D:"minecraft:sky"=1.0
D:"minecraft:smaller_extreme_hills"=1.0
D:"minecraft:stone_beach"=1.0
D:"minecraft:swampland"=1.0
D:"minecraft:taiga"=1.0
D:"minecraft:taiga_cold"=1.0
D:"minecraft:taiga_cold_hills"=1.0
D:"minecraft:taiga_hills"=1.0
D:"minecraft:void"=1.0
D:"nuclearcraft:nuclear_wasteland"=1.0
D:"randomthings:spectral"=1.0
D:"thaumcraft:eerie"=1.0
D:"thaumcraft:eldritch"=1.0
D:"thaumcraft:magical_forest"=1.0
D:"thebetweenlands:coarse_islands"=1.0
D:"thebetweenlands:deep_waters"=1.0
D:"thebetweenlands:marsh_0"=1.0
D:"thebetweenlands:marsh_1"=1.0
D:"thebetweenlands:patchy_islands"=1.0
D:"thebetweenlands:raised_isles"=1.0
D:"thebetweenlands:sludge_plains"=1.0
D:"thebetweenlands:sludge_plains_clearing"=1.0
D:"thebetweenlands:swamplands"=1.0
D:"thebetweenlands:swamplands_clearing"=1.0
D:"twilightforest:dark_forest"=1.0
D:"twilightforest:dark_forest_center"=1.0
D:"twilightforest:deep_mushroom_forest"=1.0
D:"twilightforest:dense_twilight_forest"=1.0
D:"twilightforest:enchanted_forest"=1.0
D:"twilightforest:fire_swamp"=1.0
D:"twilightforest:firefly_forest"=1.0
D:"twilightforest:highlands_center"=1.0
D:"twilightforest:mushroom_forest"=1.0
D:"twilightforest:oak_savannah"=1.0
D:"twilightforest:snowy_forest"=1.0
D:"twilightforest:spooky_forest"=1.0
D:"twilightforest:thornlands"=1.0
D:"twilightforest:twilight_clearing"=1.0
D:"twilightforest:twilight_forest"=1.0
D:"twilightforest:twilight_glacier"=1.0
D:"twilightforest:twilight_highlands"=1.0
D:"twilightforest:twilight_lake"=1.0
D:"twilightforest:twilight_stream"=1.0
D:"twilightforest:twilight_swamp"=1.0
}
##########################################################################################################
# bedrock_shift
#--------------------------------------------------------------------------------------------------------#
# The +/- shift for bedrock-originating radiation.
# Negative shift values are calculated before the multiplier, and positive ones are calculated after.
# 0 is equivalent to no shift.
##########################################################################################################
bedrock_shift {
D:"abyssalcraft:abyssal_wastelands"=0.0
D:"abyssalcraft:coralium_infested_swamp"=0.0
D:"abyssalcraft:dark_realm"=0.0
D:"abyssalcraft:darklands"=0.0
D:"abyssalcraft:darklands_forest"=0.0
D:"abyssalcraft:darklands_hills"=0.0
D:"abyssalcraft:darklands_mountains"=0.0
D:"abyssalcraft:darklands_plains"=0.0
D:"abyssalcraft:dreadlands"=0.0
D:"abyssalcraft:dreadlands_forest"=0.0
D:"abyssalcraft:dreadlands_mountains"=0.0
D:"abyssalcraft:omothol"=0.0
D:"abyssalcraft:purged"=0.0
D:"abyssalcraft:purified_dreadlands"=0.0
D:"aether_legacy:aether_highlands"=0.0
D:"aoa3:abyss"=0.0
D:"aoa3:ancient_cavern"=0.0
D:"aoa3:barathos"=0.0
D:"aoa3:candyland"=0.0
D:"aoa3:celeve"=0.0
D:"aoa3:creeponia"=0.0
D:"aoa3:crystevia"=0.0
D:"aoa3:deeplands"=0.0
D:"aoa3:dustopia"=0.0
D:"aoa3:gardencia"=0.0
D:"aoa3:greckon"=0.0
D:"aoa3:haven"=0.0
D:"aoa3:immortallis"=0.0
D:"aoa3:iromine"=0.0
D:"aoa3:lborean"=0.0
D:"aoa3:lelyetia"=0.0
D:"aoa3:lunalus"=0.0
D:"aoa3:mysterium"=0.0
D:"aoa3:precasia"=0.0
D:"aoa3:runandor"=0.0
D:"aoa3:shyrelands"=0.0
D:"aoa3:vox_ponds"=0.0
D:"appliedenergistics2:storage_biome"=0.0
D:"aroma1997sdimension:miningbiome"=0.0
D:"biomesoplenty:alps"=0.0
D:"biomesoplenty:alps_foothills"=0.0
D:"biomesoplenty:bamboo_forest"=0.0
D:"biomesoplenty:bayou"=0.0
D:"biomesoplenty:bog"=0.0
D:"biomesoplenty:boreal_forest"=0.0
D:"biomesoplenty:brushland"=0.0
D:"biomesoplenty:chaparral"=0.0
D:"biomesoplenty:cherry_blossom_grove"=0.0
D:"biomesoplenty:cold_desert"=0.0
D:"biomesoplenty:coniferous_forest"=0.0
D:"biomesoplenty:coral_reef"=0.0
D:"biomesoplenty:corrupted_sands"=0.0
D:"biomesoplenty:crag"=0.0
D:"biomesoplenty:dead_forest"=0.0
D:"biomesoplenty:dead_swamp"=0.0
D:"biomesoplenty:eucalyptus_forest"=0.0
D:"biomesoplenty:fen"=0.0
D:"biomesoplenty:flower_field"=0.0
D:"biomesoplenty:flower_island"=0.0
D:"biomesoplenty:fungi_forest"=0.0
D:"biomesoplenty:glacier"=0.0
D:"biomesoplenty:grassland"=0.0
D:"biomesoplenty:gravel_beach"=0.0
D:"biomesoplenty:grove"=0.0
D:"biomesoplenty:highland"=0.0
D:"biomesoplenty:kelp_forest"=0.0
D:"biomesoplenty:land_of_lakes"=0.0
D:"biomesoplenty:lavender_fields"=0.0
D:"biomesoplenty:lush_desert"=0.0
D:"biomesoplenty:lush_swamp"=0.0
D:"biomesoplenty:mangrove"=0.0
D:"biomesoplenty:maple_woods"=0.0
D:"biomesoplenty:marsh"=0.0
D:"biomesoplenty:meadow"=0.0
D:"biomesoplenty:moor"=0.0
D:"biomesoplenty:mountain"=0.0
D:"biomesoplenty:mountain_foothills"=0.0
D:"biomesoplenty:mystic_grove"=0.0
D:"biomesoplenty:oasis"=0.0
D:"biomesoplenty:ominous_woods"=0.0
D:"biomesoplenty:orchard"=0.0
D:"biomesoplenty:origin_beach"=0.0
D:"biomesoplenty:origin_island"=0.0
D:"biomesoplenty:outback"=0.0
D:"biomesoplenty:overgrown_cliffs"=0.0
D:"biomesoplenty:pasture"=0.0
D:"biomesoplenty:phantasmagoric_inferno"=0.0
D:"biomesoplenty:prairie"=0.0
D:"biomesoplenty:quagmire"=0.0
D:"biomesoplenty:rainforest"=0.0
D:"biomesoplenty:redwood_forest"=0.0
D:"biomesoplenty:redwood_forest_edge"=0.0
D:"biomesoplenty:sacred_springs"=0.0
D:"biomesoplenty:seasonal_forest"=0.0
D:"biomesoplenty:shield"=0.0
D:"biomesoplenty:shrubland"=0.0
D:"biomesoplenty:snowy_coniferous_forest"=0.0
D:"biomesoplenty:snowy_forest"=0.0
D:"biomesoplenty:snowy_tundra"=0.0
D:"biomesoplenty:steppe"=0.0
D:"biomesoplenty:temperate_rainforest"=0.0
D:"biomesoplenty:tropical_island"=0.0
D:"biomesoplenty:tropical_rainforest"=0.0
D:"biomesoplenty:tundra"=0.0
D:"biomesoplenty:undergarden"=0.0
D:"biomesoplenty:visceral_heap"=0.0
D:"biomesoplenty:volcanic_island"=0.0
D:"biomesoplenty:wasteland"=0.0
D:"biomesoplenty:wetland"=0.0
D:"biomesoplenty:white_beach"=0.0
D:"biomesoplenty:woodland"=0.0
D:"biomesoplenty:xeric_shrubland"=0.0
D:"buildcraftenergy:oil_desert"=0.0
D:"buildcraftenergy:oil_ocean"=0.0
D:"dimdoors:black_void"=0.0
D:"dimdoors:dangerous_black_void"=0.0
D:"dimdoors:limbo"=0.0
D:"dimdoors:white_void"=0.0
D:"divinerpg:apalachia"=0.0
D:"divinerpg:arcana"=0.0
D:"divinerpg:eden"=0.0
D:"divinerpg:iceika"=0.0
D:"divinerpg:mortum"=0.0
D:"divinerpg:skythern"=0.0
D:"divinerpg:vethea"=0.0
D:"divinerpg:wildwood"=0.0
D:"erebus:elysian_fields"=0.0
D:"erebus:fields_sub_forest"=0.0
D:"erebus:fungal_forest"=0.0
D:"erebus:petrified_forest"=0.0
D:"erebus:submerged_swamp"=0.0
D:"erebus:subterranean_savannah"=0.0
D:"erebus:ulterior_outback"=0.0
D:"erebus:underground_jungle"=0.0
D:"erebus:volcanic_desert"=0.0
D:"iceandfire:glacier"=0.0
D:"integrateddynamics:biome_meneglin"=0.0
D:"minecraft:beaches"=0.0
D:"minecraft:birch_forest"=0.0
D:"minecraft:birch_forest_hills"=0.0
D:"minecraft:cold_beach"=0.0
D:"minecraft:deep_ocean"=0.0
D:"minecraft:desert"=0.0
D:"minecraft:desert_hills"=0.0
D:"minecraft:extreme_hills"=0.0
D:"minecraft:extreme_hills_with_trees"=0.0
D:"minecraft:forest"=0.0
D:"minecraft:forest_hills"=0.0
D:"minecraft:frozen_ocean"=0.0
D:"minecraft:frozen_river"=0.0
D:"minecraft:hell"=0.0
D:"minecraft:ice_flats"=0.0
D:"minecraft:ice_mountains"=0.0
D:"minecraft:jungle"=0.0
D:"minecraft:jungle_edge"=0.0
D:"minecraft:jungle_hills"=0.0
D:"minecraft:mesa"=0.0
D:"minecraft:mesa_clear_rock"=0.0
D:"minecraft:mesa_rock"=0.0
D:"minecraft:mushroom_island"=0.0
D:"minecraft:mushroom_island_shore"=0.0
D:"minecraft:mutated_birch_forest"=0.0
D:"minecraft:mutated_birch_forest_hills"=0.0
D:"minecraft:mutated_desert"=0.0
D:"minecraft:mutated_extreme_hills"=0.0
D:"minecraft:mutated_extreme_hills_with_trees"=0.0
D:"minecraft:mutated_forest"=0.0
D:"minecraft:mutated_ice_flats"=0.0
D:"minecraft:mutated_jungle"=0.0
D:"minecraft:mutated_jungle_edge"=0.0
D:"minecraft:mutated_mesa"=0.0
D:"minecraft:mutated_mesa_clear_rock"=0.0
D:"minecraft:mutated_mesa_rock"=0.0
D:"minecraft:mutated_plains"=0.0
D:"minecraft:mutated_redwood_taiga"=0.0
D:"minecraft:mutated_redwood_taiga_hills"=0.0
D:"minecraft:mutated_roofed_forest"=0.0
D:"minecraft:mutated_savanna"=0.0
D:"minecraft:mutated_savanna_rock"=0.0
D:"minecraft:mutated_swampland"=0.0
D:"minecraft:mutated_taiga"=0.0
D:"minecraft:mutated_taiga_cold"=0.0
D:"minecraft:ocean"=0.0
D:"minecraft:plains"=0.0
D:"minecraft:redwood_taiga"=0.0
D:"minecraft:redwood_taiga_hills"=0.0
D:"minecraft:river"=0.0
D:"minecraft:roofed_forest"=0.0
D:"minecraft:savanna"=0.0
D:"minecraft:savanna_rock"=0.0
D:"minecraft:sky"=0.0
D:"minecraft:smaller_extreme_hills"=0.0
D:"minecraft:stone_beach"=0.0
D:"minecraft:swampland"=0.0
D:"minecraft:taiga"=0.0
D:"minecraft:taiga_cold"=0.0
D:"minecraft:taiga_cold_hills"=0.0
D:"minecraft:taiga_hills"=0.0
D:"minecraft:void"=0.0
D:"nuclearcraft:nuclear_wasteland"=0.0
D:"randomthings:spectral"=0.0
D:"thaumcraft:eerie"=0.0
D:"thaumcraft:eldritch"=0.0
D:"thaumcraft:magical_forest"=0.0
D:"thebetweenlands:coarse_islands"=0.0
D:"thebetweenlands:deep_waters"=0.0
D:"thebetweenlands:marsh_0"=0.0
D:"thebetweenlands:marsh_1"=0.0
D:"thebetweenlands:patchy_islands"=0.0
D:"thebetweenlands:raised_isles"=0.0
D:"thebetweenlands:sludge_plains"=0.0
D:"thebetweenlands:sludge_plains_clearing"=0.0
D:"thebetweenlands:swamplands"=0.0
D:"thebetweenlands:swamplands_clearing"=0.0
D:"twilightforest:dark_forest"=0.0
D:"twilightforest:dark_forest_center"=0.0
D:"twilightforest:deep_mushroom_forest"=0.0
D:"twilightforest:dense_twilight_forest"=0.0
D:"twilightforest:enchanted_forest"=0.0
D:"twilightforest:fire_swamp"=0.0
D:"twilightforest:firefly_forest"=0.0
D:"twilightforest:highlands_center"=0.0
D:"twilightforest:mushroom_forest"=0.0
D:"twilightforest:oak_savannah"=0.0
D:"twilightforest:snowy_forest"=0.0
D:"twilightforest:spooky_forest"=0.0
D:"twilightforest:thornlands"=0.0
D:"twilightforest:twilight_clearing"=0.0
D:"twilightforest:twilight_forest"=0.0
D:"twilightforest:twilight_glacier"=0.0
D:"twilightforest:twilight_highlands"=0.0
D:"twilightforest:twilight_lake"=0.0
D:"twilightforest:twilight_stream"=0.0
D:"twilightforest:twilight_swamp"=0.0
}
}
##########################################################################################################
# ar-compat
#--------------------------------------------------------------------------------------------------------#
# Advanced Rocketry Compatibility Settings.
##########################################################################################################
ar-compat {
# How much the automatic radiation from black holes should be scaled.
# 1.0 = 100%
D:accretion_radiation_scale=1.0
# If sky radiation should be calculated from the distance from the star.
# If set to true, all relevant per-dimension radiation amount settings will be overridden.
# If set to false, Advanced Rocketry dimensions will use relevant per-dim radiation settings.
B:solar_radiation_origin=false
# How many samples should be used to calculate the radiation amount from stars.
# Highly recommended to not reduce below 100.
I:solar_radiation_sampling=1000
# How much the automatic radiation from stars should be scaled.
# 1.0 = 100%
D:solar_radiation_scale=1.0
##########################################################################################################
# atmosphere_type_absorption
#--------------------------------------------------------------------------------------------------------#
# Absorption % per block of air at 1 atm for each atmosphere type.
# -1 will use calculated values for the overworld.
##########################################################################################################
atmosphere_type_absorption {
}
}
}