summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunfighterJ <joseph.jenniges@gmail.com>2013-07-11 12:37:09 -0500
committerGunfighterJ <joseph.jenniges@gmail.com>2013-07-11 12:37:09 -0500
commit2dd34f05f03c7defb2e44ef512319d9d0ee88f4a (patch)
tree98379c08a375c318cc92f0cb2fa8b0135c196c1e
parentc7d82e51c3f37b1517c9c0337d83b92ee7f93c05 (diff)
downloadEssentials-2dd34f05f03c7defb2e44ef512319d9d0ee88f4a.tar
Essentials-2dd34f05f03c7defb2e44ef512319d9d0ee88f4a.tar.gz
Essentials-2dd34f05f03c7defb2e44ef512319d9d0ee88f4a.tar.lz
Essentials-2dd34f05f03c7defb2e44ef512319d9d0ee88f4a.tar.xz
Essentials-2dd34f05f03c7defb2e44ef512319d9d0ee88f4a.zip
Add horse to entity spawn protection blacklist
-rw-r--r--Essentials/src/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml
index 48db8c83b..49acb1958 100644
--- a/Essentials/src/config.yml
+++ b/Essentials/src/config.yml
@@ -580,6 +580,7 @@ protect:
wither: false
bat: false
witch: false
+ horse: false
# Maximum height the creeper should explode. -1 allows them to explode everywhere.
# Set prevent.creeper-explosion to true, if you want to disable creeper explosions.