diff --git a/config/DraconicEvolution.cfg b/config/DraconicEvolution.cfg index 06b6018825..d7d8cd476e 100644 --- a/config/DraconicEvolution.cfg +++ b/config/DraconicEvolution.cfg @@ -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 diff --git a/config/TaintedMagic.cfg b/config/TaintedMagic.cfg index 206b7aae17..9c74dc8078 100644 --- a/config/TaintedMagic.cfg +++ b/config/TaintedMagic.cfg @@ -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 +} + +