Initial commit

This commit is contained in:
2026-08-19 08:38:25 +00:00
parent f62b516d3d
commit 2b5c3cec50
722 changed files with 605332 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
#Enable to have transfer transactions include the name of the class that called it.
#Note that this comes at the cost of performance. It is recommended to not use this outside of debugging.
transactionCallerName = false
#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 = false
#Enable the Applied Energistics 2 integration, if present.
ae2Integration = true
#Enable the FTB Quests integration, if present.
ftbQuestsIntegration = false
#Enable the Almost Unified integration, if present.
almostUnifiedIntegration = true
[datagen]
#Run MI runtime datagen on startup.
datagenOnStartup = false
#Additionally load resources in modern_industrialization/generated_resources.
loadRuntimeGeneratedResources = false