AOF7-Vocality/config/iron-jetpacks/common.json5

18 lines
474 B
Plaintext
Raw Normal View History

2024-02-20 16:35:48 -08:00
{
// 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
}
}