From 968ac8bfe8fa6137b28b54ebd0aaeb1b4821f669 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 4 Oct 2021 11:17:26 +0200 Subject: [PATCH] Made format string an enumerator of accepted engines versions --- source/general/format_version.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/general/format_version.json b/source/general/format_version.json index 573d1725..18328263 100644 --- a/source/general/format_version.json +++ b/source/general/format_version.json @@ -3,5 +3,6 @@ "title": "Format Version", "description": "A version that tells minecraft what type of data format can be expected when reading this file.", "pattern": "^(1)\\.([0-9]+)\\.([0-9]+)$", - "type": "string" + "type": "string", + "enum": ["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"] }