Updated blocks
This commit is contained in:
@@ -44,6 +44,19 @@
|
|||||||
"default": false,
|
"default": false,
|
||||||
"description": "Whether or not to register this block to the creative inventory menu.",
|
"description": "Whether or not to register this block to the creative inventory menu.",
|
||||||
"title": "Register to creative menu"
|
"title": "Register to creative menu"
|
||||||
|
},
|
||||||
|
"properties": {
|
||||||
|
"title": "Properties",
|
||||||
|
"description": "UNDOCUMENATED",
|
||||||
|
"propertyNames": {
|
||||||
|
"pattern": "%([a-zA-Z0-9_]+:[a-zA-Z0-9_\\-]+)&"
|
||||||
|
},
|
||||||
|
"additionalProperties": {
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "array", "oneOf": [{ "type": "boolean" }, { "type": "number" }, { "type": "integer" }, { "type": "string" }] },
|
||||||
|
{ "type": "object" }
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user