Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
disable all update checker
Thanks to @KaneHart
  • Loading branch information
Dream-Master committed Nov 30, 2016
1 parent f979a73 commit f03da74
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
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
12 changes: 6 additions & 6 deletions config/GregTech/WorldGeneration.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2688,11 +2688,11 @@ worldgen {
B:GalaxySpace_Phobos_false=false
B:GalaxySpace_Pluto_false=false
B:GalaxySpace_Proteus_false=false
B:GalaxySpace_TcetiE_false=true
B:GalaxySpace_TcetiE_false=false
B:GalaxySpace_Titan_false=false
B:GalaxySpace_Triton_false=false
B:GalaxySpace_VegaB_false=false
B:GalaxySpace_Venus_false=false
B:GalaxySpace_Venus_false=true
I:MaxHeight_0=80
I:MinHeight_0=40
B:Nether_false=false
Expand All @@ -2709,7 +2709,7 @@ worldgen {
B:GalacticraftMars_Asteroids_false=false
B:GalacticraftMars_Mars_false=false
B:GalaxySpace_BarnardC_false=false
B:GalaxySpace_BarnardE_false=false
B:GalaxySpace_BarnardE_false=true
B:GalaxySpace_BarnardF_false=false
B:GalaxySpace_Callisto_false=false
B:GalaxySpace_CentauriA_false=false
Expand All @@ -2728,7 +2728,7 @@ worldgen {
B:GalaxySpace_Phobos_false=false
B:GalaxySpace_Pluto_false=false
B:GalaxySpace_Proteus_false=false
B:GalaxySpace_TcetiE_false=true
B:GalaxySpace_TcetiE_false=false
B:GalaxySpace_Titan_false=false
B:GalaxySpace_Triton_false=false
B:GalaxySpace_VegaB_false=false
Expand All @@ -2750,7 +2750,7 @@ worldgen {
B:GalacticraftMars_Mars_false=false
B:GalaxySpace_BarnardC_false=false
B:GalaxySpace_BarnardE_false=false
B:GalaxySpace_BarnardF_false=false
B:GalaxySpace_BarnardF_false=true
B:GalaxySpace_Callisto_false=false
B:GalaxySpace_CentauriA_false=false
B:GalaxySpace_Ceres_false=false
Expand All @@ -2768,7 +2768,7 @@ worldgen {
B:GalaxySpace_Phobos_false=false
B:GalaxySpace_Pluto_false=false
B:GalaxySpace_Proteus_false=false
B:GalaxySpace_TcetiE_false=true
B:GalaxySpace_TcetiE_false=false
B:GalaxySpace_Titan_false=false
B:GalaxySpace_Triton_false=false
B:GalaxySpace_VegaB_false=false
Expand Down
4 changes: 2 additions & 2 deletions config/HardcoreEnderExpansion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ notifications {
B:enableNewerMC=false

# Each update only shows a single report.
B:enableOneReportPerUpdate=true
B:enableOneReportPerUpdate=false

# Notifies users about new updates. The notifications can be customized with other options. Due to occasional misconceptions: the notifications have no effect on the game performance.
B:enableUpdateNotifications=true
B:enableUpdateNotifications=false
}


2 changes: 1 addition & 1 deletion config/INpureProjects/INpureCore/INpureCore.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tweaks {


updater {
B:check=true
B:check=false
}


2 changes: 1 addition & 1 deletion config/WirelessRedstone.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ addon.sniffer.gui
border.private.off=0xff209000
}

checkUpdates=true
checkUpdates=false

0 comments on commit f03da74

Please sign in to comment.