diff --git a/source/behavior/animations/1.10.0/animations.json b/source/behavior/animations/1.10.0/animations.json index addbffb9..3d2e17c1 100644 --- a/source/behavior/animations/1.10.0/animations.json +++ b/source/behavior/animations/1.10.0/animations.json @@ -39,7 +39,8 @@ "anyOf": [ { "pattern": "^.*=.*;$", "title": "Variable" }, { "pattern": "^/[a-z].*$", "title": "Minecraft command" }, - { "pattern": "[A-Za-z][a-z]*\\.[a-z_0-9]*", "title": "Molang" } + { "pattern": "[A-Za-z][a-z]*\\.[a-z_0-9]*", "title": "Molang" }, + { "pattern": "^@s .*$", "title": "Event" } ] } }, diff --git a/source/behavior/animations/1.8.0/animations.json b/source/behavior/animations/1.8.0/animations.json index 6d2a9e44..dc3eaad0 100644 --- a/source/behavior/animations/1.8.0/animations.json +++ b/source/behavior/animations/1.8.0/animations.json @@ -35,7 +35,8 @@ "anyOf": [ { "pattern": "^.*=.*;$", "title": "Variable" }, { "pattern": "^/[a-z].*$", "title": "Minecraft command" }, - { "pattern": "[A-Za-z][a-z]*\\.[a-z_0-9]*", "title": "Molang" } + { "pattern": "[A-Za-z][a-z]*\\.[a-z_0-9]*", "title": "Molang" }, + { "pattern": "^@s .*$", "title": "Event" } ] } },