mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-04 00:46:08 +00:00
woops
This commit is contained in:
parent
773c8129c9
commit
86ce02789e
@ -7,6 +7,7 @@ import com.volmit.iris.engine.object.annotations.Desc;
|
|||||||
import com.volmit.iris.util.context.ChunkedDataCache;
|
import com.volmit.iris.util.context.ChunkedDataCache;
|
||||||
import com.volmit.iris.util.format.Form;
|
import com.volmit.iris.util.format.Form;
|
||||||
import com.volmit.iris.util.hunk.view.ChunkDataHunkHolder;
|
import com.volmit.iris.util.hunk.view.ChunkDataHunkHolder;
|
||||||
|
import com.volmit.iris.util.hunk.view.ChunkDataHunkView;
|
||||||
import com.volmit.iris.util.math.RollingSequence;
|
import com.volmit.iris.util.math.RollingSequence;
|
||||||
import com.volmit.iris.util.parallel.BurstExecutor;
|
import com.volmit.iris.util.parallel.BurstExecutor;
|
||||||
import com.volmit.iris.util.parallel.MultiBurst;
|
import com.volmit.iris.util.parallel.MultiBurst;
|
||||||
@ -55,7 +56,7 @@ public class IrisMerger {
|
|||||||
var bukkit = memoryWorld.getBukkit();
|
var bukkit = memoryWorld.getBukkit();
|
||||||
|
|
||||||
var chunkData = memoryWorld.getChunkData(x, z);
|
var chunkData = memoryWorld.getChunkData(x, z);
|
||||||
var vh = new ChunkDataHunkHolder(chunkData);
|
var vh = new ChunkDataHunkView(chunkData);
|
||||||
|
|
||||||
int totalHeight = bukkit.getMaxHeight() - bukkit.getMinHeight();
|
int totalHeight = bukkit.getMaxHeight() - bukkit.getMinHeight();
|
||||||
int minHeight = Math.abs(bukkit.getMinHeight());
|
int minHeight = Math.abs(bukkit.getMinHeight());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user