mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-24 01:29:16 +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)
|
||||
{
|
||||
if(biomeSkyScatter.isEmpty())
|
||||
if(biomeScatter.isEmpty())
|
||||
{
|
||||
return getDerivative();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user