mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-01-05 18:37:48 +01:00
Update AsyncCreatorAdapter.java
This commit is contained in:
parent
e2a3095a13
commit
26fc9938fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user