More frequent cash dumps
This commit is contained in:
parent
a3aae4c016
commit
d6cf5a6cd9
1 changed files with 2 additions and 1 deletions
|
@ -268,7 +268,8 @@ public class BCLibEndBiomeSource extends BCLBiomeSource implements BiomeSourceWi
|
||||||
? ((long) config.innerVoidRadiusSquared + 1)
|
? ((long) config.innerVoidRadiusSquared + 1)
|
||||||
: (long) posX * (long) posX + (long) posZ * (long) posZ;
|
: (long) posX * (long) posX + (long) posZ * (long) posZ;
|
||||||
|
|
||||||
if ((biomeX & 63) == 0 && (biomeZ & 63) == 0) {
|
|
||||||
|
if ((biomeX & 63) == 0 || (biomeZ & 63) == 0) {
|
||||||
mapLand.clearCache();
|
mapLand.clearCache();
|
||||||
mapVoid.clearCache();
|
mapVoid.clearCache();
|
||||||
mapCenter.clearCache();
|
mapCenter.clearCache();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue