forked from GTNewHorizons/GT-New-Horizons-Modpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
751d3ab
commit 8b63706
Showing
2 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
|
||
|