added snippets

This commit is contained in:
DaanV2
2021-11-05 11:18:28 +01:00
parent e0788c54f7
commit 7a70fd25e8

View File

@@ -11,6 +11,16 @@
"modules": [{ "type": "data", "uuid": "UUID2", "version": [1, 0, 0] }]
}
],
"defaultSnippets": [
{
"label": "New Manifest",
"body": {
"format_version": 2,
"header": { "description": "pack.description", "name": "pack.name", "uuid": "$UUID", "min_engine_version": [1, 16, 0], "version": [1, 0, 0] },
"modules": [{ "type": "data", "uuid": "$UUID", "version": [1, 0, 0] }]
}
}
],
"allOf": [
{
"if": { "properties": { "format_version": { "const": 1, "type": "number", "title": "Format Version" } } },