mirror of
https://github.com/Adam-Ant/modpack_spring_17
synced 2024-11-05 12:06:22 +00:00
Mekanism Config pass
This commit is contained in:
parent
f3b3e25c90
commit
f61e5373b8
@ -44,3 +44,8 @@ This modpack has been designed with the [SkCraft launcher toolkit](https://githu
|
||||
* Beekeeping Easy mode
|
||||
* Disable copper and tin WorldGen
|
||||
* Disable immersive engineering ore, and update news
|
||||
* Mekanism:
|
||||
* Half sound volume
|
||||
* Disable ore copper and tin ore gen
|
||||
* Disable update notifications
|
||||
|
||||
|
@ -12,7 +12,7 @@ client {
|
||||
|
||||
# If true, will reduce lagging between player sounds. Setting to false will reduce GC load
|
||||
B:ReplaceSoundsWhenResuming=true
|
||||
D:SoundVolume=1.0
|
||||
D:SoundVolume=0.5
|
||||
}
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ general {
|
||||
B:BlacklistTeslaPower=false
|
||||
I:ClientUpdateDelay=10
|
||||
B:ControlCircuitOreDict=true
|
||||
I:CopperPerChunk=16
|
||||
I:CopperPerChunk=0
|
||||
B:DestroyDisabledBlocks=true
|
||||
I:DisassemblerEnergyUsage=10
|
||||
B:DynamicTankEasterEgg=false
|
||||
@ -73,8 +73,8 @@ general {
|
||||
S:"Temperature Units"=K
|
||||
D:TeslaToJoules=0.4
|
||||
D:ThermalEvaporationSpeed=1.0
|
||||
I:TinPerChunk=14
|
||||
B:UpdateNotifications=true
|
||||
I:TinPerChunk=0
|
||||
B:UpdateNotifications=false
|
||||
I:UpgradeModifier=10
|
||||
I:VoicePort=36123
|
||||
B:VoiceServerEnabled=true
|
||||
|
Loading…
Reference in New Issue
Block a user