mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-04 06:46:09 +00:00
Height streams only
This commit is contained in:
@@ -218,7 +218,7 @@ public class IrisEngine implements Engine {
|
||||
int xx = x + (i << 4);
|
||||
int zz = z + (z << 4);
|
||||
getComplex().getTrueBiomeStream().get(xx,zz);
|
||||
getComplex().getTrueHeightStream().get(xx,zz);
|
||||
getComplex().getHeightStream().get(xx,zz);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user