We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb43c3 commit 7b008f8Copy full SHA for 7b008f8
source/general/format_version.json
@@ -4,7 +4,7 @@
4
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
5
"pattern": "^([1-9]+)\\.([0-9]+)\\.([0-9]+)$",
6
"type": "string",
7
- "default": "1.20.41",
8
- "examples": ["1.20.41", "1.19.0", "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.20.81",
+ "examples": ["1.20.81", "1.20.40", "1.19.0", "1.12.0", "1.10.0", "1.8.0"],
9
"defaultSnippets": [{ "label": "New Format version", "body": "1.${1|8,10,12,17,18,19,20|}.${3|2|0|}" }]
10
}
0 commit comments