1
0

Added MobTypeName for Giant

This commit is contained in:
mathias-gh 2015-04-17 19:33:34 +03:00
parent 15afff1eab
commit f370443b9b

View File

@ -38,6 +38,7 @@ static const struct
{mtEnderman, "enderman", "Enderman"}, {mtEnderman, "enderman", "Enderman"},
{mtEnderDragon, "enderdragon", "EnderDragon"}, {mtEnderDragon, "enderdragon", "EnderDragon"},
{mtGhast, "ghast", "Ghast"}, {mtGhast, "ghast", "Ghast"},
{mtGiant, "giant", "Giant"},
{mtGuardian, "guardian", "Guardian"}, {mtGuardian, "guardian", "Guardian"},
{mtHorse, "horse", "EntityHorse"}, {mtHorse, "horse", "EntityHorse"},
{mtIronGolem, "irongolem", "VillagerGolem"}, {mtIronGolem, "irongolem", "VillagerGolem"},