Options added for door_type_mode and new partitioned mode
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"options": [
|
||||
"vanilla",
|
||||
"basic",
|
||||
"partitioned",
|
||||
"crossed"
|
||||
]
|
||||
},
|
||||
@@ -22,6 +23,19 @@
|
||||
"width": 45
|
||||
}
|
||||
},
|
||||
"door_type_mode": {
|
||||
"type": "selectbox",
|
||||
"default": "basic",
|
||||
"options": [
|
||||
"original",
|
||||
"big",
|
||||
"all",
|
||||
"chaos"
|
||||
],
|
||||
"config": {
|
||||
"width": 45
|
||||
}
|
||||
},
|
||||
"decoupledoors": { "type": "checkbox" },
|
||||
"keydropshuffle": { "type": "checkbox" },
|
||||
"pottery": {
|
||||
|
||||
Reference in New Issue
Block a user