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

31 lines
904 B
Plaintext

{
"elevator": {
// default: 256, min: 64, max: 320
"maxAssemblyHeight": 256,
// default: 1, min: 1, max: 10
"minAssemblyHeight": 1,
// default: 1.0, min: 0.1, max: 2.5
"speed": 1.0,
// default: 0.01, min: 0.001, max: 0.1
"acceleration": 0.01,
// default: 10.0, min: 0.0, max: 20.0
"damage": 10.0
},
"entities": {
// default: 1.0, min: 0.1, max: 10.0
"cellDropChanceModifier": 1.0,
// default: false
"allMobsDropCells": false,
// Which mobs outside of Mine Cells should drop cells (default: empty)
"cellDropWhitelist": []
},
"items": {
// default: false
"enableDevelopmentTab": false
},
// Whether the entry door to boss rooms should remain unlocked
"unlockedBossEntry": false,
// Whether the Mine Cells data should automatically get wiped after major updates
"autoWipeData": true
}