Add snippets (#278)
This commit is contained in:
@@ -1,6 +1,21 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.animation_controller",
|
||||
"defaultSnippets": [
|
||||
{
|
||||
"label": "New animation controller",
|
||||
"body": {
|
||||
"format_version": "${1:1.10.0}",
|
||||
"animation_controllers": {
|
||||
"controller.animation.${2:${TM_FILENAME/[\\.].*//}}": {
|
||||
"states": {
|
||||
"default": "^{$3}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.20.41",
|
||||
|
||||
Reference in New Issue
Block a user