36 lines
620 B
JSON
36 lines
620 B
JSON
{
|
|
"leftOverworldFrame": {
|
|
"overworldshuffle": {
|
|
"type": "selectbox",
|
|
"default": "vanilla",
|
|
"options": [
|
|
"vanilla",
|
|
"parallel",
|
|
"full"
|
|
]
|
|
},
|
|
"overworldflute": {
|
|
"type": "selectbox",
|
|
"default": "vanilla",
|
|
"options": [
|
|
"vanilla",
|
|
"balanced",
|
|
"random"
|
|
]
|
|
}
|
|
},
|
|
"rightOverworldFrame": {
|
|
"crossed": {
|
|
"type": "checkbox",
|
|
"default": false
|
|
},
|
|
"mixed": {
|
|
"type": "checkbox",
|
|
"default": true
|
|
},
|
|
"keepsimilar": {
|
|
"type": "checkbox",
|
|
"default": true
|
|
}
|
|
}
|
|
} |