From 406c9e807eb02704ee5368d959b4bbf800c96677 Mon Sep 17 00:00:00 2001 From: GunfighterJ Date: Thu, 11 Jul 2013 12:37:09 -0500 Subject: [PATCH] Add horse to entity spawn protection blacklist --- Essentials/src/config.yml | 1 + 1 file changed, 1 insertion(+) 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.