mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-14 19:56:25 +00:00
shift pregen center to blocks instead of regions
This commit is contained in:
@@ -50,7 +50,7 @@ public class CommandPregen implements DecreeExecutor {
|
|||||||
int w = (radius >> 9 + 1) * 2;
|
int w = (radius >> 9 + 1) * 2;
|
||||||
IrisToolbelt.pregenerate(PregenTask
|
IrisToolbelt.pregenerate(PregenTask
|
||||||
.builder()
|
.builder()
|
||||||
.center(new Position2(center))
|
.center(new Position2(center.getBlockX() >> 9, center.getBlockZ() >> 9))
|
||||||
.width(w)
|
.width(w)
|
||||||
.height(w)
|
.height(w)
|
||||||
.build(), world);
|
.build(), world);
|
||||||
|
|||||||
Reference in New Issue
Block a user