Wolves only spawn in taiga biomes (#4197)
Ref: https://minecraft.gamepedia.com/Wolf#Spawning
This commit is contained in:
parent
4f26f653e1
commit
1991a5b0e6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user