Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ static final class CoordinatesImpl implements Coordinates,

@Override
public @NonNull BlockPos blockPos() {
return new BlockPos(this.position());
return BlockPos.containing(this.position());
}

@Override
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ versions:
velocityApi: 3.1.0
spongeApi7: 7.3.0
jetbrainsAnnotations: 23.0.0
fabricMinecraft: 1.19.3
fabricLoader: 0.14.11
fabricApi: 0.68.1+1.19.3
fabricMinecraft: 1.19.4-pre1
fabricLoader: 0.14.14
fabricApi: 0.75.0+1.19.4
fabricPermissionsApi: 0.2-SNAPSHOT

# testing
Expand Down