1
0

Added Rabbits

This commit is contained in:
Masy98
2014-12-20 10:31:34 +01:00
parent ffd8356fc1
commit 6e8e1c6d8d
14 changed files with 229 additions and 116 deletions

View File

@@ -502,6 +502,7 @@ void cNBTChunkSerializer::AddMonsterEntity(cMonster * a_Monster)
case mtMooshroom: EntityClass = "MushroomCow"; break;
case mtOcelot: EntityClass = "Ozelot"; break;
case mtPig: EntityClass = "Pig"; break;
case mtRabbit: EntityClass = "Rabbit"; break;
case mtSheep: EntityClass = "Sheep"; break;
case mtSilverfish: EntityClass = "Silverfish"; break;
case mtSkeleton: EntityClass = "Skeleton"; break;
@@ -633,6 +634,7 @@ void cNBTChunkSerializer::AddMonsterEntity(cMonster * a_Monster)
case mtMooshroom:
case mtOcelot:
case mtPig:
case mtRabbit:
case mtSilverfish:
case mtSnowGolem:
case mtSpider: