Skip to content

Commit

Permalink
Disabled update messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Nov 1, 2016
1 parent 751d3ab commit 8b63706
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/DraconicEvolution.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ general {
B:"Disable Item Lore"=false

# If you are having issued with console spam that you cant fix setting this to true will disable all log output from Draconic Evolution (Not recommended)
B:"Disable Log"=false
B:"Disable Log"=true

# Set to true to prevent draconium ore from spawning in the end
B:"Disable Ore Spawn (End)"=false
Expand Down
20 changes: 12 additions & 8 deletions config/TaintedMagic.cfg
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
# Configuration file

misc {
# Setting this to false will disable the '[TaintedMagic]' tag on the research [default: true]
B:research_tags=true
B:show_update_messages=false
B:thaumic_disassembler_icon=false

# Should update notifications be enabled? [default: true]
B:show_update_messages=true

# Setting this to true will render the Thaumic Disassembler as a flat item icon rather than using the mekanism model. [default: false]
B:thaumic_disassembler_icon=false
B:use_update_handler=false
}


ores {
# Setting this to true will replace the Shadow Ore in-world spawning with a crucible recipe. If set to false you will still be able to craft shadow ore later in the game. This is just for large modpacks with too many ores. [default: false]
B:disable_shadowore_spawning_in_world=true

# How often shadowore will spawn (approx. veins per chunk)
I:shadowore_spawn_rate=0
}


research {
# Setting this to false will disable the '[TaintedMagic]' tag on the research [default: true]
B:research_tags=true

# Setting this to true will enable the old custom tab background [default: false]
B:use_custom_research_tab_background=false
}


0 comments on commit 8b63706

Please sign in to comment.