mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +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)
|
||||
{
|
||||
if(biomeSkyScatter.isEmpty())
|
||||
if(biomeScatter.isEmpty())
|
||||
{
|
||||
return getDerivative();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user