21 lines
422 B
INI
21 lines
422 B
INI
# Configuration file
|
|
|
|
general {
|
|
# Is EU support (IndustrialCraft 2 Energy) enabled?
|
|
B:EUSupport=true
|
|
|
|
# How much RF is one EU?
|
|
D:EUtoRFRatio=4.0
|
|
|
|
# Can OPs access all owned blocks?
|
|
B:canOPAccessOwnedBlocks=false
|
|
|
|
# Should some blocks write debug messages on interaction?
|
|
B:doDebugChat=false
|
|
|
|
# Which recipes to use. Valid values: auto, enderio, mekanism, vanilla
|
|
S:recipes=auto
|
|
}
|
|
|
|
|