mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
Hmmm
This commit is contained in:
parent
a1d6431348
commit
ddd29529ea
@ -47,6 +47,7 @@ public abstract class CeilingChunkGenerator extends PostBlockChunkGenerator
|
||||
ceilingCached = false;
|
||||
cacheCeiling = null;
|
||||
cacheFloor = null;
|
||||
getCache().targetChunk(0, 0);
|
||||
}
|
||||
|
||||
private void targetFloor()
|
||||
|
@ -102,4 +102,8 @@ public class AtomicMulticache {
|
||||
public void updateHeight(int x, int z, int h) {
|
||||
height.put(pos(x, z), (double) h);
|
||||
}
|
||||
|
||||
public double getSize() {
|
||||
return height.size();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user