Update AsyncCreatorAdapter.java

This commit is contained in:
CrazyCloudCraft | Argantiu 2022-07-14 17:48:57 +02:00 committed by GitHub
parent e2a3095a13
commit 26fc9938fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ public class AsyncCreatorAdapter implements CreatorAdapter {
else
world = AsyncWorld.wrap(Objects.requireNonNull(Bukkit.getWorld(creator.name())));
Block block = world.getBlockAt(0, 0, 0);
Block block = world.getBlockAt(0, -64, 0);
block.setType(Material.BEDROCK);
// When you are done