Version 5.4
This commit is contained in:
24
minecraft/config/modern_industrialization-startup.toml
Normal file
24
minecraft/config/modern_industrialization-startup.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
#Enable UNSUPPORTED and DANGEROUS debug commands.
|
||||
debugCommands = false
|
||||
#Maximum height of the distillation tower multiblock.
|
||||
# Default: 9
|
||||
# Range: 1 ~ 32
|
||||
maxDistillationTowerHeight = 9
|
||||
#Enable the default trades from the Industrialist villager provided by MI.
|
||||
#Disable this to provide your own set of trades.
|
||||
defaultIndustrialistTrades = true
|
||||
|
||||
[compat]
|
||||
#Enable bidirectional energy compatibility with NeoForge's energy system.
|
||||
#We recommend leaving this to false unless the other mods have been balanced accordingly.
|
||||
bidirectionalEnergyCompat = true
|
||||
#Enable the Applied Energistics 2 integration, if present.
|
||||
ae2Integration = true
|
||||
#Enable the FTB Quests integration, if present.
|
||||
ftbQuestsIntegration = false
|
||||
|
||||
[datagen]
|
||||
#Run MI runtime datagen on startup.
|
||||
datagenOnStartup = false
|
||||
#Additionally load resources in modern_industrialization/generated_resources.
|
||||
loadRuntimeGeneratedResources = true
|
||||
Reference in New Issue
Block a user