Height streams only

This commit is contained in:
cyberpwn
2021-09-13 10:08:41 -04:00
parent ecee464b34
commit 93bcb8994f
2 changed files with 3 additions and 3 deletions

View File

@@ -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);
}
}
}