Fix getgroundbiome to get ground biome not sky

This commit is contained in:
CocoTheOwner 2021-03-06 12:58:05 +01:00
parent 4cbf192e74
commit d0a281c116

View File

@ -644,7 +644,7 @@ public class IrisBiome extends IrisRegistrant implements IRare
public Biome getGroundBiome(RNG rng, double x, double y, double z)
{
if(biomeSkyScatter.isEmpty())
if(biomeScatter.isEmpty())
{
return getDerivative();
}