Merge pull request #627 from CocoTheOwner/maxOnPregen

Max on pregen radius parameter
This commit is contained in:
Dan 2021-09-11 07:51:31 -04:00 committed by GitHub
commit 46499512eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ public class CommandPregen implements DecreeExecutor {
sender().sendMessage(C.RED + "The engine access for this world is null!");
sender().sendMessage(C.RED + "Please make sure the world is loaded & the engine is initialized. Generate a new chunk, for example.");
}
radius = Math.max(radius, 1024);
IrisToolbelt.pregenerate(PregenTask
.builder()
.center(new Position2(center))