25 lines
758 B
TOML
25 lines
758 B
TOML
|
|
||
|
#Simply Jetpacks 2 - Common Configurations
|
||
|
[simplyjetpacks-common]
|
||
|
|
||
|
#Integration Configurations
|
||
|
[simplyjetpacks-common.integration]
|
||
|
#Enable Vanilla Jetpacks Integration.
|
||
|
enableIntegrationVanilla = true
|
||
|
#Enable Immersive Engineering Jetpacks Integration.
|
||
|
enableIntegrationImmersiveEngineering = true
|
||
|
#Enable Mekanism Jetpacks Integration.
|
||
|
enableIntegrationMekanism = true
|
||
|
#Enable EnderIO Jetpacks Integration.
|
||
|
enableIntegrationEnderIO = true
|
||
|
#Enable Thermal Expansion Jetpacks Integration.
|
||
|
enableIntegrationThermalExpansion = true
|
||
|
#Enable Thermal Dynamics Jetpacks Integration.
|
||
|
enableIntegrationThermalDynamics = true
|
||
|
|
||
|
#Misc Configurations
|
||
|
[simplyjetpacks-common.misc]
|
||
|
#Enable Join Advancements
|
||
|
enableJoinAdvancements = true
|
||
|
|