70 lines
2.2 KiB
INI
70 lines
2.2 KiB
INI
# Configuration file
|
|
|
|
##########################################################################################################
|
|
# modules
|
|
#--------------------------------------------------------------------------------------------------------#
|
|
# Disabling these modules can greatly change how the mod functions.
|
|
# For example, disabling the Train Module will prevent you from linking carts.
|
|
# Disabling the World Module will disable all world gen.
|
|
# Disabling the Energy Module will remove the energy requirement from machines, but will only do so if Forestry or Buildcraft are not installed.
|
|
##########################################################################################################
|
|
|
|
modules {
|
|
B:automation=true
|
|
B:chunk.loading=true
|
|
B:electricity=true
|
|
B:emblem=true
|
|
B:extras=true
|
|
B:factory=true
|
|
B:forestry=true
|
|
B:ic2=true
|
|
B:locomotives=true
|
|
B:magic=true
|
|
B:"railcraft:automation"=true
|
|
B:"railcraft:carts"=true
|
|
B:"railcraft:charge"=true
|
|
B:"railcraft:chunk_loading"=true
|
|
B:"railcraft:emblem"=true
|
|
B:"railcraft:extras"=true
|
|
B:"railcraft:factory"=true
|
|
B:"railcraft:forestry"=true
|
|
B:"railcraft:ic2"=true
|
|
B:"railcraft:locomotives"=true
|
|
B:"railcraft:magic"=true
|
|
B:"railcraft:redstone_flux"=true
|
|
B:"railcraft:resources"=true
|
|
B:"railcraft:routing"=true
|
|
B:"railcraft:seasonal"=true
|
|
B:"railcraft:signals"=true
|
|
B:"railcraft:steam"=true
|
|
B:"railcraft:structures"=true
|
|
B:"railcraft:thaumcraft"=true
|
|
B:"railcraft:tracks"=true
|
|
B:"railcraft:tracks|abandoned"=true
|
|
B:"railcraft:tracks|electric"=true
|
|
B:"railcraft:tracks|high_speed"=true
|
|
B:"railcraft:tracks|high_speed_electric"=true
|
|
B:"railcraft:tracks|reinforced"=true
|
|
B:"railcraft:tracks|strap_iron"=true
|
|
B:"railcraft:train"=true
|
|
B:"railcraft:transport"=true
|
|
B:"railcraft:world"=true
|
|
B:redstone.flux=true
|
|
B:routing=true
|
|
B:seasonal=true
|
|
B:signals=true
|
|
B:steam=true
|
|
B:structures=true
|
|
B:thaumcraft=true
|
|
B:tracks=true
|
|
B:tracks.electric=true
|
|
B:tracks.highspeed=true
|
|
B:tracks.reinforced=true
|
|
B:tracks.wood=true
|
|
B:train=true
|
|
B:transport=true
|
|
B:world=true
|
|
}
|
|
|
|
|