diff options
author | mathias-gh <mathias-gh@users.noreply.github.com> | 2015-04-17 18:33:34 +0200 |
---|---|---|
committer | mathias-gh <mathias-gh@users.noreply.github.com> | 2015-04-17 18:33:34 +0200 |
commit | f370443b9b5f85d97fa2e1ca96ed2c69a81f0e7c (patch) | |
tree | d5642eee9ec18ef5e6c3b5d51bed3aa4d71b66c7 /src | |
parent | Fixed arm swing animation (diff) | |
download | cuberite-f370443b9b5f85d97fa2e1ca96ed2c69a81f0e7c.tar cuberite-f370443b9b5f85d97fa2e1ca96ed2c69a81f0e7c.tar.gz cuberite-f370443b9b5f85d97fa2e1ca96ed2c69a81f0e7c.tar.bz2 cuberite-f370443b9b5f85d97fa2e1ca96ed2c69a81f0e7c.tar.lz cuberite-f370443b9b5f85d97fa2e1ca96ed2c69a81f0e7c.tar.xz cuberite-f370443b9b5f85d97fa2e1ca96ed2c69a81f0e7c.tar.zst cuberite-f370443b9b5f85d97fa2e1ca96ed2c69a81f0e7c.zip |
Diffstat (limited to 'src')
-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"}, |