17 lines
267 B
JSON
17 lines
267 B
JSON
{
|
|
"widgets": {
|
|
"overworldshuffle": {
|
|
"type": "selectbox",
|
|
"default": "parallel",
|
|
"options": [
|
|
"vanilla",
|
|
"parallel",
|
|
"full"
|
|
]
|
|
},
|
|
"keepsimilar": {
|
|
"type": "checkbox",
|
|
"default": true
|
|
}
|
|
}
|
|
} |