Files
minecraft-bedrock-json-schemas/source/general/1.10.0/block_reference.json
2021-06-09 11:12:18 +02:00

18 lines
620 B
JSON

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