Wolves and mooshrooms are passive mobs

This commit is contained in:
Mat
2020-04-09 12:39:45 +01:00
committed by Tiger Wang
parent 6a21bf979c
commit 23219c4738
+2 -2
View File
@@ -1060,7 +1060,7 @@ cMonster::eFamily cMonster::FamilyFromType(eMonsterType a_Type)
case mtHorse: return mfPassive;
case mtIronGolem: return mfPassive;
case mtMagmaCube: return mfHostile;
case mtMooshroom: return mfHostile;
case mtMooshroom: return mfPassive;
case mtOcelot: return mfPassive;
case mtPig: return mfPassive;
case mtRabbit: return mfPassive;
@@ -1075,7 +1075,7 @@ cMonster::eFamily cMonster::FamilyFromType(eMonsterType a_Type)
case mtWitch: return mfHostile;
case mtWither: return mfNoSpawn;
case mtWitherSkeleton: return mfHostile;
case mtWolf: return mfHostile;
case mtWolf: return mfPassive;
case mtZombie: return mfHostile;
case mtZombiePigman: return mfHostile;