This commit is contained in:
2026-02-23 21:48:28 +01:00
parent 68fcf7fbde
commit 76e9b1b59e
15427 changed files with 620572 additions and 11184 deletions

View File

@@ -0,0 +1,42 @@
# 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:advtanks=true
B:automation=true
B:chunk.loading=true
B:electricity=true
B:emblem=true
B:extras=true
B:factory=true
B:forestry=true
B:gregtech=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
}