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-16 16:19:12 +02:00
|
|
|
"description": "UNDOCUMENTED",
|
2021-07-01 11:35:53 +02:00
|
|
|
"$comment": "UNDOCUMENTED",
|
2021-06-06 10:07:19 +00:00
|
|
|
"properties": {
|
2021-07-01 16:37:41 +02:00
|
|
|
"name": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "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" }] },
|
2021-06-16 16:19:12 +02:00
|
|
|
"description": "UNDOCUMENTED",
|
2021-07-01 11:35:53 +02:00
|
|
|
"$comment": "UNDOCUMENTED",
|
2021-06-09 11:12:18 +02:00
|
|
|
"title": "State"
|
2021-06-06 10:07:19 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|