Files
minecraft-bedrock-json-schemas/source/general/1.10.0/block_reference.json
2021-07-01 16:37:41 +02:00

20 lines
708 B
JSON

{
"$id": "blockception.minecraft.general.1.14.0.block_reference",
"additionalProperties": false,
"type": "object",
"title": "Block Reference",
"description": "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",
"title": "State"
}
}
}