From 1991a5b0e6a220a37e42c91e8448f4e7a786b767 Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Tue, 20 Mar 2018 10:44:30 +0100 Subject: Wolves only spawn in taiga biomes (#4197) Ref: https://minecraft.gamepedia.com/Wolf#Spawning --- src/Generating/FinishGen.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Generating/FinishGen.cpp b/src/Generating/FinishGen.cpp index c82e5f4d4..a79973a9d 100644 --- a/src/Generating/FinishGen.cpp +++ b/src/Generating/FinishGen.cpp @@ -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: -- cgit v1.2.3