Skip to content

Commit

Permalink
caching animation_references & proposing them
Browse files Browse the repository at this point in the history
  • Loading branch information
solvedDev committed Jul 15, 2019
1 parent 99ef62d commit 0fad150
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions static/auto_completions/animation_controller/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
"default": {
"animations": {
"$dynamic.list.next_index": {
"$dynamic.entity.animation_references": {
"$dynamic.cache.animation_references": {
"@import.value": "$animation.general.queries",
"@meta": {
"is_molang": true
}
}
},
"@import.value": "$dynamic.cache.animation_references"
}
},
"transitions": {
Expand Down
1 change: 1 addition & 0 deletions static/lightning_cache/entity.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{ "key": "events", "path": "minecraft:entity/events" },
{ "key": "identifiers", "path": "minecraft:entity/description/identifier" },
{ "key": "animation_references", "path": "minecraft:entity/description/animations" },
{
"key": "families",
"search": {
Expand Down

0 comments on commit 0fad150

Please sign in to comment.