Files
Epoch-Runner-Server/overrides/config/cofh/thermaldynamics/common.cfg
Jacob Vinding 44b79588a3 Initial
2025-12-26 23:36:50 +01:00

96 lines
1.3 KiB
INI

# Configuration file
Attachment {
Servo {
Basic {
B:RedstoneControl=true
}
Hardened {
B:RedstoneControl=true
}
Reinforced {
B:RedstoneControl=true
}
Signalum {
B:RedstoneControl=true
}
Resonant {
B:RedstoneControl=true
}
}
Cover {
B:Recipe=true
}
}
Duct {
Transport {
I:CrossoverChargeTime=120
}
Energy {
# Adjust this value to change the amount of Energy (in RF/t) that can be received by a Leadstone Fluxduct. This base value will scale with duct level. [range: 100 ~ 10000, default: 1000]
I:BaseTransfer=1000
Basic {
I:Transfer=200
}
Hardened {
I:Transfer=800
}
Reinforced {
I:Transfer=8000
}
Resonant {
I:Transfer=32000
}
Hybrid {
I:Transfer=2000
}
}
Recipes {
B:UseFluidTransposer=true
B:UseHardenedGlass=true
}
}
General {
# If TRUE, Ducts will display debug information where applicable. [default: false]
B:ShowDebugInfo=false
}
Plugins {
Thaumcraft {
B:Enable=true
}
}
Version {
S:Identifier=2.5.6
}