File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
common/src/main/kotlin/com/lambda/util/extension Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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]) }
You can’t perform that action at this time.
0 commit comments