mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-11-22 11:45:36 +01:00
Removes bedrock block because dragon is solved.
This commit is contained in:
parent
e60ab110c5
commit
6115a37f84
@ -51,11 +51,6 @@ public class ChunkGeneratorWorld extends ChunkGenerator {
|
||||
}
|
||||
|
||||
}
|
||||
if (world.getEnvironment().equals(World.Environment.THE_END)
|
||||
&& chunkX == 0
|
||||
&& chunkZ == 0) {
|
||||
result.setBlock(0, 255, 0, Material.BEDROCK);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user