mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 06:11:24 +00:00
Refractor
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user