Removes bedrock block because dragon is solved.

This commit is contained in:
tastybento 2019-02-11 19:15:34 -08:00
parent 2d31b96d70
commit 434f37e4b0

View File

@ -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;
}