Skip to content

Commit 437f9e9

Browse files
committed
grammar
1 parent 0317cde commit 437f9e9

File tree

1 file changed

+4
-4
lines changed
  • common/src/main/kotlin/com/lambda/util/extension

1 file changed

+4
-4
lines changed

common/src/main/kotlin/com/lambda/util/extension/World.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ private fun StructureTemplate.readSpongeV1OrException(
8585
val metadata = nbt.getCompound("Metadata")
8686

8787
// If the offset is too far, we simply ignore it
88-
// I think schematica at some point calculated
89-
// the offset based on the current player position from the
90-
// schematic, so it would fuck up everything when you tried
91-
// to import it back and build it using Baritone
88+
// I think at some point schematica calculated
89+
// the offset based on the distance between the player position
90+
// and the schematic lower corner, so it would fuck up everything
91+
// when you tried to import and build it using Baritone
9292
// val minimumPosition = nbt.getIntArray("Offset")
9393
// .takeIf { it.isNotEmpty() }
9494
// ?.let { fastVectorOf(it[0], it[1], it[2]) }

0 commit comments

Comments
 (0)