mirror of
https://github.com/Adam-Ant/modpack_spring_17
synced 2024-12-20 12:54:34 +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
|
* Beekeeping Easy mode
|
||||||
* Disable copper and tin WorldGen
|
* Disable copper and tin WorldGen
|
||||||
* Disable immersive engineering ore, and update news
|
* 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
|
# If true, will reduce lagging between player sounds. Setting to false will reduce GC load
|
||||||
B:ReplaceSoundsWhenResuming=true
|
B:ReplaceSoundsWhenResuming=true
|
||||||
D:SoundVolume=1.0
|
D:SoundVolume=0.5
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ general {
|
|||||||
B:BlacklistTeslaPower=false
|
B:BlacklistTeslaPower=false
|
||||||
I:ClientUpdateDelay=10
|
I:ClientUpdateDelay=10
|
||||||
B:ControlCircuitOreDict=true
|
B:ControlCircuitOreDict=true
|
||||||
I:CopperPerChunk=16
|
I:CopperPerChunk=0
|
||||||
B:DestroyDisabledBlocks=true
|
B:DestroyDisabledBlocks=true
|
||||||
I:DisassemblerEnergyUsage=10
|
I:DisassemblerEnergyUsage=10
|
||||||
B:DynamicTankEasterEgg=false
|
B:DynamicTankEasterEgg=false
|
||||||
@ -73,8 +73,8 @@ general {
|
|||||||
S:"Temperature Units"=K
|
S:"Temperature Units"=K
|
||||||
D:TeslaToJoules=0.4
|
D:TeslaToJoules=0.4
|
||||||
D:ThermalEvaporationSpeed=1.0
|
D:ThermalEvaporationSpeed=1.0
|
||||||
I:TinPerChunk=14
|
I:TinPerChunk=0
|
||||||
B:UpdateNotifications=true
|
B:UpdateNotifications=false
|
||||||
I:UpgradeModifier=10
|
I:UpgradeModifier=10
|
||||||
I:VoicePort=36123
|
I:VoicePort=36123
|
||||||
B:VoiceServerEnabled=true
|
B:VoiceServerEnabled=true
|
||||||
|
Loading…
Reference in New Issue
Block a user