9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-30 12:29:20 +00:00
This commit is contained in:
Daniel Mills
2020-09-03 16:15:09 -04:00
parent 607a7be337
commit 959a5b5c70
6 changed files with 353 additions and 130 deletions

View File

@@ -85,7 +85,7 @@ public class AtomicMulticache
private int getLimit()
{
return 20000;
return 1024;
}
public double getHeight(int x, int z, Supplier<Double> g)