From bcabad57587744757b0bece25582013cbdfad004 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 20 Apr 2021 20:01:45 +0200 Subject: [PATCH] Updated animations for BP --- source/behavior/animations/1.10.0/animations.json | 3 ++- source/behavior/animations/1.8.0/animations.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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" } ] } },