mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-11-21 11:35:13 +01:00
Fix typo
This commit is contained in:
parent
ffd5e9fcd5
commit
6c91835e8f
@ -122,7 +122,7 @@ public class ChunkGeneratorWorld extends ChunkGenerator {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
// Stalatite
|
// Stalactite
|
||||||
for (int i = 0; i < rand.nextInt(10); i++) {
|
for (int i = 0; i < rand.nextInt(10); i++) {
|
||||||
setBlock(x, - 8 - i, z, Material.GLOWSTONE);
|
setBlock(x, - 8 - i, z, Material.GLOWSTONE);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user