Close off remaining gap. #138

This commit is contained in:
tastybento 2023-05-12 19:27:32 -07:00
parent 83f28a672f
commit c381f1b1da
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public class ChunkGeneratorWorld extends ChunkGenerator {
}
}
// Make an solid base so sand doesn't fall into the void
chunkData.setRegion(0, worldInfo.getMinHeight(), 0, 15, worldInfo.getMinHeight() + 1 , 15, Material.BEDROCK);
chunkData.setRegion(0, worldInfo.getMinHeight(), 0, 16, worldInfo.getMinHeight() + 1 , 16, Material.BEDROCK);
}
@Override