From aa20dfaafa9508c285c7b2e2a2f6b8decb2e6472 Mon Sep 17 00:00:00 2001 From: Darthsae Date: Sat, 29 Jun 2024 19:28:53 -0400 Subject: [PATCH] Working --- .../omniaetnihil/animations/example_entity.animation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/omniaetnihil/animations/example_entity.animation.json b/src/main/resources/assets/omniaetnihil/animations/example_entity.animation.json index c71deb6..2c847a5 100644 --- a/src/main/resources/assets/omniaetnihil/animations/example_entity.animation.json +++ b/src/main/resources/assets/omniaetnihil/animations/example_entity.animation.json @@ -1,10 +1,10 @@ { "format_version": "1.8.0", "animations": { - "animation.example_entity.idle": { + "idle": { "loop": true }, - "animation.example_entity.walking": { + "walking": { "loop": true } }