Fixed the nether and end getting snow if they were generated in the overworld.
This commit is contained in:
parent
afdd751fe3
commit
e6819c4c65
@ -339,6 +339,13 @@ int GetSnowStartHeight(EMCSBiome a_Biome)
|
|||||||
return 1000;
|
return 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case biNether:
|
||||||
|
case biEnd:
|
||||||
|
{
|
||||||
|
// These shouldn't get any snow at all.
|
||||||
|
return 9999;
|
||||||
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user