Minecraft is no erroring on what should have been an boolean
This commit is contained in:
@@ -10,10 +10,8 @@
|
||||
"value": {
|
||||
"title": "Value",
|
||||
"description": "True or false.",
|
||||
"oneOf": [
|
||||
{ "type": "boolean", "default": true },
|
||||
{ "type": "string", "default": "true", "enum": ["true", "false"] }
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user