2 changes: 1 addition & 1 deletion config/BiblioCraft.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ general {
B:ChairRedstone=true

# Setting this to false will permanently disable update checking
B:CheckForUpdates=true
B:CheckForUpdates=false

# Setting this to true will disable all renderers. This will allow a world to be loaded and a problem item removed from a BiblioCraft block in case of a rendering related crash.
B:DisableRenderers=false
Expand Down
2 changes: 1 addition & 1 deletion config/ChickenChunks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ awayTimeout=0
checkUpdates=true

#The number of ticks to wait between attempting to unload orphaned chunks
cleanuptime=1200
cleanuptime=0

#The maximum number of chunks per chunkloader
maxchunks=400
Expand Down
2 changes: 1 addition & 1 deletion config/CodeChickenCore.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#CodeChickenCore configuration file.

checkUpdates=true
checkUpdates=false

#set to true to completely deobfuscate mcp names
dev.deobfuscate=false
Expand Down
2 changes: 1 addition & 1 deletion config/GregTech/WorldGeneration.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ worldgen {
B:ore.small.ruby_true=true
B:ore.small.saltpeter_true=true
B:ore.small.sapphire_true=true
B:ore.small.silver_true=true
B:ore.small.silver_true=false
B:ore.small.sulfur_n_true=true
B:ore.small.sulfur_o_true=true
B:ore.small.tanzanite_true=true
Expand Down
6 changes: 3 additions & 3 deletions config/IC2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
; Enable generation of rubber trees in the world.
rubberTree = true
; Enable generation of copper in the world.
copperOre = true
copperOre = false
; Enable generation of tin in the world.
tinOre = true
tinOre = false
; Enable generation of uranium in the world.
uraniumOre = true
; Enable generation of Lead in the world.
Expand Down Expand Up @@ -145,7 +145,7 @@ ignoreInvalidRecipes = false

[misc]
; Enable IC2's custom sound system.
enableIc2Audio = true
enableIc2Audio = false
; Maximum number of active audio sources, only change it if you know what you're doing.
maxAudioSourceCount = 32
; Enable hiding of secret recipes in CraftGuide/NEI.
Expand Down
2 changes: 1 addition & 1 deletion config/IGWMod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

general {
# When enabled, this will notify players when IGW-Mod is not installed even though mods add support.
B:enable_missing_notification=true
B:enable_missing_notification=false
}


Loading