Added Overworld Shuffle parameter to CLI and Gui

This commit is contained in:
codemann8
2021-02-10 22:11:50 -06:00
parent 965b886c2d
commit b11054e6bf
12 changed files with 90 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
{
"widgets": {
"overworldshuffle": {
"type": "selectbox",
"default": "vanilla",
"options": [
"vanilla",
"full"
]
}
}
}