From 33c920b697d8a02430cdea1570f483f03c1845c5 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Tue, 29 May 2018 01:10:48 +0200 Subject: [PATCH] Allowing skeleton horses in towns --- Towny/settings/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Towny/settings/config.yml b/Towny/settings/config.yml index f6e7c42..2e2cab5 100755 --- a/Towny/settings/config.yml +++ b/Towny/settings/config.yml @@ -566,7 +566,7 @@ protection: # Husk, Stray, SkeletonHorse, ZombieHorse, Vex, Vindicator, Evoker, Endermite, PolarBear # Remove living entities within a town's boundaries, if the town has the mob removal flag set. - town_mob_removal_entities: Monster,WaterMob,Flying,Slime,Shulker,SkeletonHorse,ZombieHorse + town_mob_removal_entities: Monster,WaterMob,Flying,Slime,Shulker,ZombieHorse # Prevent the spawning of villager babies in towns. town_prevent_villager_breeding: 'false'