From 562785e54bd2d5a02b6e3e6db9f8e63968560908 Mon Sep 17 00:00:00 2001 From: libraryaddict Date: Sun, 22 Dec 2013 18:54:52 +1300 Subject: [PATCH] Make the default value false --- config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 18561af1..02e171f2 100644 --- a/config.yml +++ b/config.yml @@ -44,4 +44,5 @@ NameAboveHeadAlwaysVisible: true # This modifys the bounding box, This is stuff like can a arrow hit them. # If you turn this to true, arrows will act like they hit the disguise in the right place! # So someone disguised as a enderdragon will easily get shot down by arrows! -ModifyBoundingBox: true \ No newline at end of file +# But this also has the bad effect where if the disguise is tall, he can not walk in low areas. +ModifyBoundingBox: false \ No newline at end of file