From 60bcc06f43e0c249204149153976e534b239d138 Mon Sep 17 00:00:00 2001 From: Mat Date: Sat, 4 Apr 2020 14:44:17 +0300 Subject: Implement wither skeletons (#4563) --- src/Mobs/MonsterTypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Mobs/MonsterTypes.h') diff --git a/src/Mobs/MonsterTypes.h b/src/Mobs/MonsterTypes.h index 6aaa61dc6..7a864fda4 100644 --- a/src/Mobs/MonsterTypes.h +++ b/src/Mobs/MonsterTypes.h @@ -39,6 +39,7 @@ enum eMonsterType mtVillager, mtWitch, mtWither, + mtWitherSkeleton, mtWolf, mtZombie, mtZombiePigman, -- cgit v1.2.3