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
commit406c9e807eb02704ee5368d959b4bbf800c96677 (patch)
treef6bb5bd10219925b995d0ea0c55f597aaaa0c158
parentd8585552639220e8ad70c502cbe967333adc9e0b (diff)
downloadEssentials-406c9e807eb02704ee5368d959b4bbf800c96677.tar
Essentials-406c9e807eb02704ee5368d959b4bbf800c96677.tar.gz
Essentials-406c9e807eb02704ee5368d959b4bbf800c96677.tar.lz
Essentials-406c9e807eb02704ee5368d959b4bbf800c96677.tar.xz
Essentials-406c9e807eb02704ee5368d959b4bbf800c96677.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.