Removes bedrock block because dragon is solved.

This commit is contained in:
tastybento 2019-02-11 19:14:39 -08:00
parent e60ab110c5
commit 6115a37f84

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