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;
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user