Files
Gregtech-New-Bastards/.minecraft/config/railcraft/modules.cfg
samsonsin 90b3575aea initial
2025-05-29 23:26:10 +02:00

41 lines
1.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: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
}