diff --git a/Readme.md b/Readme.md index ee89c9f..8d9abb4 100644 --- a/Readme.md +++ b/Readme.md @@ -30,3 +30,10 @@ This modpack has been designed with the [SkCraft launcher toolkit](https://githu * Cofh Core: * Disable some warning upon login * Generate flat bedrock (replaces betterBedrock mod) +* Deep Resonance: + * Double amount of RCL per ore (400 from 200) + * Turn generator volume down to 0.3 + * RCL Screen module costs 4rf/t (from 6) + * Double chance fro ore to spawn in chunk + * Generate resonating ore in the ender + * Up max vein size from 4 to 6 diff --git a/src/config/deepresonance/machines.cfg b/src/config/deepresonance/machines.cfg index bfa550c..66edbef 100644 --- a/src/config/deepresonance/machines.cfg +++ b/src/config/deepresonance/machines.cfg @@ -107,7 +107,7 @@ smelter { I:processTime=200 # The amount of RCL to produce with one ore [range: 50 ~ 1000, default: 200] - I:rclPerOre=200 + I:rclPerOre=400 # Maximum RF that can be stored in this machine [range: 0 ~ 1000000000, default: 50000] I:rfMaximum=50000 diff --git a/src/config/deepresonance/main.cfg b/src/config/deepresonance/main.cfg index 30bb998..940e36e 100644 --- a/src/config/deepresonance/main.cfg +++ b/src/config/deepresonance/main.cfg @@ -14,7 +14,7 @@ compat { generator { # The volume for the generator sound (1.0 is default, 0.0 is off) - D:baseGeneratorVolume=1.0 + D:baseGeneratorVolume=0.3 # Relative volume of the generator looping sound. With 1.0 the looping sound has equal loudness as the generator base volume D:loopVolumeFactor=1.0 @@ -365,7 +365,7 @@ radiation { D:radiationShieldObsidianFactor=0.20000000298023224 # RF per tick/per block for the RCL screen module (if rftools is present) - I:rclModuleRFPerTick=6 + I:rclModuleRFPerTick=4 # How much the radiation strength decreases every tick D:strengthDecreasePerTick=3.0 @@ -395,7 +395,7 @@ radiation { worldgen { # Chances for the ore to spawn in a chunk - I:chancesToSpawn=5 + I:chancesToSpawn=10 # The chance that a crystal will spawn in a chunk. Higher number means less chance. 0 means no crystal will ever spawn. I:crystalSpawnChance=15 @@ -407,7 +407,7 @@ worldgen { B:generateCrystalsOtherDimensions=true # Enable this if you want resonating ore in the end - B:generateEndOre=false + B:generateEndOre=true # Enable this if you want resonating crystals in the nether B:generateNetherCrystals=true @@ -425,7 +425,7 @@ worldgen { B:generateOverworldOre=true # Maximum size of the ore veines - I:maxOreVeinSize=4 + I:maxOreVeinSize=6 # Maximum ore height I:maxY=30