mirror of
https://github.com/BentoBoxWorld/AcidIsland.git
synced 2025-01-24 17:11:20 +01:00
Removes bedrock block because dragon is solved.
This commit is contained in:
parent
2d31b96d70
commit
434f37e4b0
@ -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