mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
V+
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group 'com.volmit.iris'
|
group 'com.volmit.iris'
|
||||||
version '1.6.4'
|
version '1.6.5'
|
||||||
def apiVersion = '1.17'
|
def apiVersion = '1.17'
|
||||||
def name = 'Iris'
|
def name = 'Iris'
|
||||||
def main = 'com.volmit.iris.Iris'
|
def main = 'com.volmit.iris.Iris'
|
||||||
|
|||||||
@@ -86,7 +86,6 @@ public class IrisObject extends IrisRegistrant {
|
|||||||
@Getter
|
@Getter
|
||||||
@Setter
|
@Setter
|
||||||
protected transient IrisLock lock = new IrisLock("Preloadcache");
|
protected transient IrisLock lock = new IrisLock("Preloadcache");
|
||||||
@Getter
|
|
||||||
@Setter
|
@Setter
|
||||||
protected transient AtomicCache<AxisAlignedBB> aabb = new AtomicCache<>();
|
protected transient AtomicCache<AxisAlignedBB> aabb = new AtomicCache<>();
|
||||||
|
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ import com.volmit.iris.util.documentation.RegionCoordinates;
|
|||||||
import com.volmit.iris.util.format.C;
|
import com.volmit.iris.util.format.C;
|
||||||
import com.volmit.iris.util.format.Form;
|
import com.volmit.iris.util.format.Form;
|
||||||
import com.volmit.iris.util.math.M;
|
import com.volmit.iris.util.math.M;
|
||||||
|
import com.volmit.iris.util.matter.Matter;
|
||||||
import com.volmit.iris.util.parallel.BurstExecutor;
|
import com.volmit.iris.util.parallel.BurstExecutor;
|
||||||
import com.volmit.iris.util.parallel.HyperLock;
|
import com.volmit.iris.util.parallel.HyperLock;
|
||||||
import com.volmit.iris.util.parallel.MultiBurst;
|
import com.volmit.iris.util.parallel.MultiBurst;
|
||||||
@@ -96,7 +97,7 @@ public class Mantle {
|
|||||||
throw new RuntimeException("The Mantle is closed");
|
throw new RuntimeException("The Mantle is closed");
|
||||||
}
|
}
|
||||||
|
|
||||||
MantleMatter matter = null;
|
Matter matter = null;
|
||||||
try {
|
try {
|
||||||
matter = get((x >> 4) >> 5, (z >> 4) >> 5).get()
|
matter = get((x >> 4) >> 5, (z >> 4) >> 5).get()
|
||||||
.getOrCreate((x >> 4) & 31, (z >> 4) & 31)
|
.getOrCreate((x >> 4) & 31, (z >> 4) & 31)
|
||||||
|
|||||||
Reference in New Issue
Block a user