Fixing block identifiers

This commit is contained in:
DaanV2
2021-06-03 14:07:10 +02:00
parent 00e281e6db
commit 8edda85149
3 changed files with 6 additions and 6 deletions

View File

@@ -3,6 +3,6 @@
"type": "array",
"title": "Particle Expire If Not In Blocks Component For 1.10.0",
"additionalProperties": false,
"items": { "$ref": "../../../../general/blocks_identifiers.json", "description": "TODO description", "title": "TODO Title" },
"items": { "$ref": "../../../../general/block/identifier.json", "description": "TODO description", "title": "TODO Title" },
"description": "TODO description"
}