More frequent cash dumps

This commit is contained in:
Frank 2022-07-02 19:40:09 +02:00
parent a3aae4c016
commit d6cf5a6cd9

View file

@ -268,7 +268,8 @@ public class BCLibEndBiomeSource extends BCLBiomeSource implements BiomeSourceWi
? ((long) config.innerVoidRadiusSquared + 1)
: (long) posX * (long) posX + (long) posZ * (long) posZ;
if ((biomeX & 63) == 0 && (biomeZ & 63) == 0) {
if ((biomeX & 63) == 0 || (biomeZ & 63) == 0) {
mapLand.clearCache();
mapVoid.clearCache();
mapCenter.clearCache();