Skip to content

Commit

Permalink
Close off remaining gap. #138
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed May 13, 2023
1 parent 83f28a6 commit c381f1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private void addNoise(@NonNull WorldInfo worldInfo, int chunkX, int chunkZ, @Non
}
}
// 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
Expand Down

0 comments on commit c381f1b

Please sign in to comment.