23 lines
808 B
JSON
23 lines
808 B
JSON
{
|
|
"$id": "blockception.minecraft.general.1.14.0.block_reference",
|
|
"additionalProperties": false,
|
|
"type": "object",
|
|
"title": "Block Reference",
|
|
"description": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED",
|
|
"properties": {
|
|
"name": { "type": "string", "description": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED" "title": "Name", "$ref": "../block/identifier.json" },
|
|
"states": {
|
|
"type": "object",
|
|
"propertyNames": { "pattern": "\\w*:?\\w+" },
|
|
"additionalProperties": { "oneOf": [{ "type": "boolean" }, { "type": "integer" }, { "type": "string" }] },
|
|
"description": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED",
|
|
"title": "State"
|
|
}
|
|
}
|
|
}
|