Merged Parallel Worlds into OW Layout Shuffle setting

This commit is contained in:
codemann8
2021-05-09 19:06:13 -05:00
parent 1f735882d9
commit 1f3f20b923
11 changed files with 183 additions and 208 deletions

View File

@@ -2,19 +2,16 @@
"widgets": {
"overworldshuffle": {
"type": "selectbox",
"default": "full",
"default": "parallel",
"options": [
"vanilla",
"parallel",
"full"
]
},
"keepsimilar": {
"type": "checkbox",
"default": true
},
"parallelworlds": {
"type": "checkbox",
"default": true
}
}
}