From 832dc643c60f1dbefefa9ef18f5a87966403c34a Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 9 Feb 2022 13:26:36 +0100 Subject: [PATCH] Added format version 1.18.10 --- 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 142f940e..310c1928 100644 --- a/source/general/format_version.json +++ b/source/general/format_version.json @@ -4,6 +4,6 @@ "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", - "examples": ["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"], + "examples": ["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|}.${2|0|}" }] }