Adding more snippets

This commit is contained in:
DaanV2
2022-02-01 18:06:14 +01:00
parent 0b963f3e0b
commit b781121dfa
15 changed files with 33 additions and 20 deletions

View File

@@ -4,5 +4,11 @@
"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.17.40", "1.17.30", "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.17.40", "1.17.30", "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|}"
}
]
}