From c3ba836b510415838174b1f08bc79df0bd98e2ae Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sat, 18 Dec 2021 19:27:23 +0100 Subject: [PATCH] Updating manifest for blocks.json --- source/resource/blocks.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/source/resource/blocks.json b/source/resource/blocks.json index 592885a3..5adafa0f 100644 --- a/source/resource/blocks.json +++ b/source/resource/blocks.json @@ -26,12 +26,7 @@ }, "propertyNames": { "pattern": "^[\\w_\\-:\\.]+$" }, "properties": { - "format_version": { - "type": "array", - "items": [{ "type": "integer" }, { "type": "integer" }, { "type": "integer" }], - "description": "A version that tells minecraft what type of data format can be expected when reading this file.", - "title": "Format Version" - } + "format_version": { "$ref": "../../general/format_version.json" } }, "additionalProperties": { "additionalProperties": false,