Fixing block identifier reference

This commit is contained in:
DaanV2
2021-06-03 14:14:07 +02:00
parent 16a0831c94
commit c1d02e9406

View File

@@ -43,7 +43,7 @@
"block_types": {
"type": "array",
"description": "List of blocks that can help the transformation of this entity",
"items": { "$ref": "../../../../general/blocks/identifier.json" }
"items": { "$ref": "../../../../general/block/identifier.json" }
},
"value": { "type": "number", "default": 0, "description": "Time in seconds before the entity transforms" }
}