2022-05-21 15:25:03 -05:00
|
|
|
|
|
|
|
#General configuration options.
|
|
|
|
[General]
|
2022-05-30 15:47:37 -05:00
|
|
|
#Should jetpacks be enchantable?
|
2022-05-21 15:25:03 -05:00
|
|
|
enchantableJetpacks = false
|
2022-05-30 15:47:37 -05:00
|
|
|
#Enable Curios integration.
|
|
|
|
curiosIntegration = true
|
2022-05-21 15:25:03 -05:00
|
|
|
|
|
|
|
#Dynamic recipe options.
|
|
|
|
[Recipe]
|
|
|
|
#Enable default recipes for Energy Cells?
|
|
|
|
cells = true
|
|
|
|
#Enable default recipes for Thrusters?
|
|
|
|
thrusters = true
|
|
|
|
#Enable default recipes for Capacitors?
|
|
|
|
capacitors = true
|
|
|
|
#Enable default recipes for Jetpacks?
|
|
|
|
jetpacks = true
|
|
|
|
|