From 8c20f0c3b606354bef9abfdf8b7b84c03a578037 Mon Sep 17 00:00:00 2001 From: libraryaddict Date: Thu, 3 Apr 2014 02:40:19 +1300 Subject: [PATCH] Changed default value of 'RemoveHeldItem' to false as its annoying --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 7c6fa2e8..863bd1ca 100644 --- a/config.yml +++ b/config.yml @@ -23,7 +23,7 @@ SendVelocity: true # However! This doesn't actually remove the armor! # It just makes the client think the armor was removed so that it doesn't render it! RemoveArmor: true -RemoveHeldItem: true +RemoveHeldItem: false # 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.