From f56009657988b15e3b749a9bc72df16ecfa21e65 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 31 Oct 2021 14:37:59 +0100 Subject: [PATCH] Doing format_version different --- source/general/format_version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/general/format_version.json b/source/general/format_version.json index 22284b55..a1fd04c6 100644 --- a/source/general/format_version.json +++ b/source/general/format_version.json @@ -4,5 +4,5 @@ "description": "A version that tells minecraft what type of data format can be expected when reading this file.", "pattern": "^([1-9]+)\\.([0-9]+)\\.([0-9]+)$", "type": "string", - "enum": ["1.17.40", "1.17.30", "1.17.0", "1.16.0", "1.15.0", "1.14.0", "1.13.0", "1.12.0", "1.10.0", "1.8.0"] + "examples": ["1.17.40", "1.17.30", "1.17.0", "1.16.0", "1.15.0", "1.14.0", "1.13.0", "1.12.0", "1.10.0", "1.8.0"] }