diff options
author | NiLSPACE <NiLSPACE@users.noreply.github.com> | 2015-04-17 19:23:43 +0200 |
---|---|---|
committer | NiLSPACE <NiLSPACE@users.noreply.github.com> | 2015-04-17 19:23:43 +0200 |
commit | b018079eef6516e0b2abea081470b9da6d5080e3 (patch) | |
tree | d5642eee9ec18ef5e6c3b5d51bed3aa4d71b66c7 /src | |
parent | Fixed arm swing animation (diff) | |
parent | Added MobTypeName for Giant (diff) | |
download | cuberite-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 |
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Monster.cpp | 1 |
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"}, |