From 26d9573a20a60852d8447e36fd3a8d536fea1298 Mon Sep 17 00:00:00 2001 From: libraryaddict Date: Sun, 24 Nov 2013 10:09:50 +1300 Subject: [PATCH] Changed default value of animations to true --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index a69abfa0..c801f202 100644 --- a/config.yml +++ b/config.yml @@ -27,4 +27,4 @@ RemoveHeldItem: true # If you set a disguise to burning, it will no longer be able to be shown as sneaking or invisible. # Set this to true if you want the disguise to get the animations of the disguised entity. Such as invisible, on fire, sprinting, sneaking, blocking # This is only valid if you set a animation on the disguise itself. Because the entitys animations are applied otherwise. -AddEntityAnimations: false \ No newline at end of file +AddEntityAnimations: true \ No newline at end of file