1
0

Wolves only spawn in taiga biomes (#4197)

Ref: https://minecraft.gamepedia.com/Wolf#Spawning
This commit is contained in:
Bond-009 2018-03-20 10:44:30 +01:00 committed by Mattes D
parent 4f26f653e1
commit 1991a5b0e6

View File

@ -1565,8 +1565,7 @@ eMonsterType cFinishGenPassiveMobs::GetRandomMob(cChunkDesc & a_ChunkDesc)
break;
}
// Add wolves in forest and spruce forests
case biForest:
// Add wolves in taiga biomes
case biTaiga:
case biMegaTaiga:
case biColdTaiga: