{ "$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" } } }