fabric: 1.19.4 (#430)

This commit is contained in:
zml 2023-03-16 09:44:54 -07:00 committed by Jason
parent f8ac42e91a
commit 53cab95e48
2 changed files with 4 additions and 4 deletions

View file

@ -368,7 +368,7 @@ public final class FabricArgumentParsers {
@Override
public @NonNull BlockPos blockPos() {
return new BlockPos(this.position());
return BlockPos.containing(this.position());
}
@Override