mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 06:11:06 +00:00
Fix getgroundbiome to get ground biome not sky
This commit is contained in:
@@ -644,7 +644,7 @@ public class IrisBiome extends IrisRegistrant implements IRare
|
|||||||
|
|
||||||
public Biome getGroundBiome(RNG rng, double x, double y, double z)
|
public Biome getGroundBiome(RNG rng, double x, double y, double z)
|
||||||
{
|
{
|
||||||
if(biomeSkyScatter.isEmpty())
|
if(biomeScatter.isEmpty())
|
||||||
{
|
{
|
||||||
return getDerivative();
|
return getDerivative();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user