Refractor

This commit is contained in:
Zoë
2022-06-26 23:58:48 -07:00
parent 71aa42011f
commit e21bb5c26d
6 changed files with 7 additions and 7 deletions
@@ -227,7 +227,7 @@ public class NMSChunkGeneratorDelegate extends ChunkGenerator {
this.climateSampler());
if(pair != null) {
BlockPos blockposition = (BlockPos) pair.getFirst();
BlockPos blockposition = pair.getFirst();
k1 = SectionPos.blockToSectionCoord(blockposition.getX());
l1 = SectionPos.blockToSectionCoord(blockposition.getZ());