Skip to content

Commit

Permalink
Update default format_version to 1.21.50 (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmniacDev authored Dec 23, 2024
1 parent 5b374fb commit 2d7ba56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/general/format_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -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|}" }]
}

0 comments on commit 2d7ba56

Please sign in to comment.