AOF7-Vocality/config/iron-jetpacks/common.json5
2024-02-20 18:35:48 -06:00

18 lines
474 B
Plaintext

{
// General configuration options.
"general": {
// Should jetpacks be enachantable?
"enchantableJetpacks": false
},
// Dynamic recipe options.
"recipe": {
// Enable default recipes for Energy Cells?
"enableCellRecipes": true,
// Enable default recipes for Thrusters?
"enableThrusterRecipes": true,
// Enable default recipes for Capacitors?
"enableCapacitorRecipes": true,
// Enable default recipes for Jetpacks?
"enableJetpackRecipes": true
}
}