Finish bps work

Fixing a couple bugs
This commit is contained in:
aerinon
2020-10-29 15:46:27 -06:00
parent a02dcd0ba4
commit d3e643b9c6
14 changed files with 139 additions and 31 deletions

View File

@@ -19,7 +19,7 @@
"random"
],
"config": {
"width": 40
"width": 35
}
},
"experimental": { "type": "checkbox" },
@@ -32,6 +32,18 @@
"on",
"pickup"
]
},
"mixed_travel": {
"type" : "selectbox",
"default": "auto",
"options": [
"prevent",
"allow",
"force"
],
"config": {
"width": 35
}
}
}
}