Merged in DR v1.2.0.15

This commit is contained in:
codemann8
2023-04-07 13:22:53 -05:00
14 changed files with 106 additions and 63 deletions

View File

@@ -11,12 +11,8 @@
"options": [
"standard",
"open",
"inverted",
"retro"
],
"config": {
"command": "worldstate"
}
"inverted"
]
},
"logiclevel": {
"type": "selectbox",
@@ -65,6 +61,12 @@
}
},
"rightItemFrame": {
"retro": {
"type": "button",
"config": {
"command": "retro"
}
},
"sortingalgo": {
"type": "selectbox",
"default": "balanced",
@@ -155,9 +157,11 @@
},
"dropshuffle": {
"type": "checkbox"
},
}
},
"leftPoolFrame2": {
"keydropshuffle": {
"type": "checkbox",
"type": "button",
"config": {
"command": "keydropshuffle"
}