Initial commit
This commit is contained in:
42
both/config/bugtorch/modSupport.cfg
Normal file
42
both/config/bugtorch/modSupport.cfg
Normal file
@@ -0,0 +1,42 @@
|
||||
# Configuration file
|
||||
|
||||
"bug fixes" {
|
||||
# Assigns the correct sound types to some blocks from Extra Utilities. [default: true]
|
||||
B:fixExtraUtilitiesBlockSounds=true
|
||||
|
||||
# Assigns the correct sound types to some blocks from Pam's Temperate Plants. [default: true]
|
||||
B:fixPamsTemperatePlantsBlockSounds=true
|
||||
|
||||
# Assigns the correct sound types to some blocks from Witchery. [default: true]
|
||||
B:fixWitcheryBlockSounds=true
|
||||
}
|
||||
|
||||
|
||||
"ore dictionary" {
|
||||
# Register Thaumcraft Greatwood and Silverwood leaves as treeLeaves. [default: true]
|
||||
B:registerThaumcraftLeavesToTheOreDictionary=true
|
||||
|
||||
# Register Thaumcraft Thaumium Blocks as blockThaumium. [default: true]
|
||||
B:registerThaumcraftThaumiumBlockToTheOreDictionary=true
|
||||
|
||||
# Register Thaumcraft Greatwood and Silverwood stairs as stairWood. [default: true]
|
||||
B:registerThaumcraftWoodStairsToTheOreDictionary=true
|
||||
|
||||
# Register Witchery wooden slabs as slabWood. [default: true]
|
||||
B:registerWitcheryWoodSlabsToTheOreDictionary=true
|
||||
}
|
||||
|
||||
|
||||
tweaks {
|
||||
# Craft Thaumcraft Ancient Stone slabs and stairs. [default: true]
|
||||
B:craftThaumcraftAncientStoneSlabs=true
|
||||
|
||||
# Enables metadata sensitive trades in Village Names.
|
||||
# Does nothing if fixVillagerTradeMetadataDetection in "bugtorch\mixins.cfg" is not enabled. [default: true]
|
||||
B:enableVillageNamesMetadataSensitiveTrades=true
|
||||
|
||||
# Craft Thaumcraft slabs back into blocks. [default: true]
|
||||
B:reverseCraftThaumcraftSlabs=true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user