Changed default value of 'RemoveHeldItem' to false as its annoying

This commit is contained in:
libraryaddict 2014-04-03 02:40:19 +13:00
parent 25df368e9a
commit 8c20f0c3b6

View File

@ -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.