This commit is contained in:
DaanV2
2021-06-09 11:12:18 +02:00
parent ada0815fa6
commit 13dad248b8
76 changed files with 351 additions and 327 deletions

View File

@@ -2,16 +2,16 @@
"$id": "blockception.minecraft.general.1.14.0.block_reference",
"additionalProperties": false,
"type": "object",
"title": "TODO",
"title": "Block Reference",
"description": "UNDOCUMENTATED",
"properties": {
"name": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"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": "TODO Title"
"title": "State"
}
}
}