Add snippets (#278)

This commit is contained in:
Beltsazar
2024-04-29 20:24:55 +07:00
committed by GitHub
parent bd8330c5ad
commit ebac7a0ab1
12 changed files with 193 additions and 3 deletions

View File

@@ -1,6 +1,17 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.resource.actor_animation",
"defaultSnippets": [
{
"label": "New animation",
"body": {
"format_version": "${1:1.10.0}",
"animations": {
"animation.${2:${TM_FILENAME/[\\.].*//}}": "^{$3}"
}
}
}
],
"examples": [{ "format_version": "1.20.41", "animations": { "animation.annie.idle": { "loop": true, "animation_length": 2.12, "bones": {} } } }],
"additionalProperties": false,
"type": "object",