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