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; break;
} }
// Add wolves in forest and spruce forests // Add wolves in taiga biomes
case biForest:
case biTaiga: case biTaiga:
case biMegaTaiga: case biMegaTaiga:
case biColdTaiga: case biColdTaiga: