This commit is contained in:
tastybento 2023-07-04 17:06:38 -07:00
parent ffd5e9fcd5
commit 6c91835e8f

View File

@ -122,7 +122,7 @@ public class ChunkGeneratorWorld extends ChunkGenerator {
}
break;
case 2:
// Stalatite
// Stalactite
for (int i = 0; i < rand.nextInt(10); i++) {
setBlock(x, - 8 - i, z, Material.GLOWSTONE);
}