Files
minecraft-bedrock-json-schemas/source/general/1.10.0/block_reference.json

18 lines
620 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.general.1.14.0.block_reference",
"additionalProperties": false,
"type": "object",
2021-06-09 11:12:18 +02:00
"title": "Block Reference",
2021-06-09 09:41:09 +02:00
"description": "UNDOCUMENTATED",
2021-06-06 10:07:19 +00:00
"properties": {
2021-06-09 11:12:18 +02:00
"name": { "type": "string", "description": "UNDOCUMENTATED", "title": "Name", "$ref": "../block/identifier.json" },
2021-06-06 10:07:19 +00:00
"states": {
"type": "object",
"propertyNames": { "pattern": "\\w*:?\\w+" },
"additionalProperties": { "oneOf": [{ "type": "boolean" }, { "type": "integer" }, { "type": "string" }] },
"description": "UNDOCUMENTATED",
2021-06-09 11:12:18 +02:00
"title": "State"
2021-06-06 10:07:19 +00:00
}
}
}