Added Overworld Shuffle parameter to CLI and Gui
This commit is contained in:
12
resources/app/gui/randomize/overworld/widgets.json
Normal file
12
resources/app/gui/randomize/overworld/widgets.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"widgets": {
|
||||
"overworldshuffle": {
|
||||
"type": "selectbox",
|
||||
"default": "vanilla",
|
||||
"options": [
|
||||
"vanilla",
|
||||
"full"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user