fabric: 1.19.4 (#430)
This commit is contained in:
parent
f8ac42e91a
commit
53cab95e48
2 changed files with 4 additions and 4 deletions
|
|
@ -368,7 +368,7 @@ public final class FabricArgumentParsers {
|
|||
|
||||
@Override
|
||||
public @NonNull BlockPos blockPos() {
|
||||
return new BlockPos(this.position());
|
||||
return BlockPos.containing(this.position());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue