This commit is contained in:
samsonsin
2025-05-29 23:26:10 +02:00
commit 90b3575aea
11149 changed files with 2362534 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
# 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
}