AOF6-Vocality/config/minecells-common.json5
2023-03-02 15:41:30 -06:00

27 lines
697 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": 0.1,
// default: false
"allMobsDropCells": false,
// Which mobs outside of Mine Cells should drop cells (default: empty)
"cellDropWhitelist": []
},
"items": {
// default: false
"enableDevelopmentTab": false
}
}