mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-30 12:29:20 +00:00
Fixes
This commit is contained in:
@@ -85,7 +85,7 @@ public class AtomicMulticache
|
||||
|
||||
private int getLimit()
|
||||
{
|
||||
return 20000;
|
||||
return 1024;
|
||||
}
|
||||
|
||||
public double getHeight(int x, int z, Supplier<Double> g)
|
||||
|
||||
Reference in New Issue
Block a user