-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch off thermal MA integ, in favour of our Kube version
- Loading branch information
1 parent
2f15efb
commit 10bb394
Showing
1 changed file
with
31 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
[Materials] | ||
#If TRUE, Thermal Series' Rose Gold material and recipes are enabled. | ||
"Rose Gold" = true | ||
#If TRUE, Thermal Series' Steel material and recipes are enabled. | ||
Steel = true | ||
|
||
["Mod Compatibility"] | ||
#If TRUE, mod integration support for Biomes O' Plenty is enabled, if the mod is loaded. | ||
"Biomes O' Plenty" = true | ||
#If TRUE, mod integration support for Create is enabled, if the mod is loaded. | ||
Create = true | ||
#If TRUE, mod integration support for Dyenamics is enabled, if the mod is loaded. | ||
Dyenamics = true | ||
#If TRUE, mod integration support for Farmer's Delight is enabled, if the mod is loaded. | ||
"Farmer's Delight" = true | ||
#If TRUE, mod integration support for Immersive Engineering is enabled, if the mod is loaded. | ||
"Immersive Engineering" = true | ||
#If TRUE, mod integration support for Quark is enabled, if the mod is loaded. | ||
Quark = true | ||
#If TRUE, mod integration support for Refined Storage is enabled, if the mod is loaded. | ||
"Refined Storage" = true | ||
#If TRUE, mod integration support for Tinker's Construct is enabled, if the mod is loaded. | ||
"Tinker's Construct" = true | ||
#If TRUE, mod integration support for Mekanism is enabled, if the mod is loaded. | ||
Mekanism = true | ||
#If TRUE, mod integration support for Mystical Agriculture is enabled, if the mod is loaded. | ||
"Mystical Agriculture" = false | ||
#If TRUE, mod integration support for Redstone Arsenal is enabled, if the mod is loaded. | ||
"Redstone Arsenal" = true | ||
|