summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiLSPACE <NiLSPACE@users.noreply.github.com>2015-04-17 19:23:43 +0200
committerNiLSPACE <NiLSPACE@users.noreply.github.com>2015-04-17 19:23:43 +0200
commitb018079eef6516e0b2abea081470b9da6d5080e3 (patch)
treed5642eee9ec18ef5e6c3b5d51bed3aa4d71b66c7
parentFixed arm swing animation (diff)
parentAdded MobTypeName for Giant (diff)
downloadcuberite-b018079eef6516e0b2abea081470b9da6d5080e3.tar
cuberite-b018079eef6516e0b2abea081470b9da6d5080e3.tar.gz
cuberite-b018079eef6516e0b2abea081470b9da6d5080e3.tar.bz2
cuberite-b018079eef6516e0b2abea081470b9da6d5080e3.tar.lz
cuberite-b018079eef6516e0b2abea081470b9da6d5080e3.tar.xz
cuberite-b018079eef6516e0b2abea081470b9da6d5080e3.tar.zst
cuberite-b018079eef6516e0b2abea081470b9da6d5080e3.zip
-rw-r--r--src/Mobs/Monster.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/Monster.cpp b/src/Mobs/Monster.cpp
index a86497753..55d83302a 100644
--- a/src/Mobs/Monster.cpp
+++ b/src/Mobs/Monster.cpp
@@ -38,6 +38,7 @@ static const struct
{mtEnderman, "enderman", "Enderman"},
{mtEnderDragon, "enderdragon", "EnderDragon"},
{mtGhast, "ghast", "Ghast"},
+ {mtGiant, "giant", "Giant"},
{mtGuardian, "guardian", "Guardian"},
{mtHorse, "horse", "EntityHorse"},
{mtIronGolem, "irongolem", "VillagerGolem"},