From 2d7ba565356605ee83bd052b068c358cbf0277eb Mon Sep 17 00:00:00 2001 From: Omniac <64994204+OmniacDev@users.noreply.github.com> Date: Tue, 24 Dec 2024 08:12:34 +1300 Subject: [PATCH] Update default format_version to 1.21.50 (#331) --- source/general/format_version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/general/format_version.json b/source/general/format_version.json index 7fad4ac5..dc80e434 100644 --- a/source/general/format_version.json +++ b/source/general/format_version.json @@ -4,7 +4,7 @@ "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", - "default": "1.20.81", - "examples": ["1.20.81", "1.20.40", "1.19.0", "1.12.0", "1.10.0", "1.8.0"], + "default": "1.21.50", + "examples": ["1.21.50", "1.20.81", "1.20.40", "1.19.0", "1.12.0", "1.10.0", "1.8.0"], "defaultSnippets": [{ "label": "New Format version", "body": "1.${1|8,10,12,17,18,19,20|}.${3|2|0|}" }] }