mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fix getgroundbiome to get ground biome not sky
This commit is contained in:
parent
4cbf192e74
commit
d0a281c116
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user