From 21fce17cd05733a1f13065248fa74554b00f96f0 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 7 Jun 2022 19:53:47 +0200 Subject: [PATCH] Added version 1.19 --- 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 9e6572ed..c3e3ba40 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.18.30", - "examples": ["1.18.30", "1.18.20", "1.18.10", "1.18.0", "1.17.0", "1.16.0", "1.15.0", "1.14.0", "1.13.0", "1.12.0", "1.10.0", "1.8.0"], + "default": "1.19.0", + "examples": ["1.19.0", "1.18.30", "1.18.20", "1.18.10", "1.18.0", "1.17.0", "1.16.0", "1.15.0", "1.14.0", "1.13.0", "1.12.0", "1.10.0", "1.8.0"], "defaultSnippets": [{ "label": "New Format version", "body": "1.${1|8,10,12,17,18|}.${3|2|0|}" }] }