Add snippets (#278)
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.animations",
|
||||
"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.example": {} } }],
|
||||
"definitions": {
|
||||
"animationspec": {
|
||||
|
||||
Reference in New Issue
Block a user