[ci skip] Add more identifying patch comments, merge related patches
This commit is contained in:
parent
b5b92e90d8
commit
64e5ff904c
46 changed files with 242 additions and 290 deletions
|
|
@ -16,7 +16,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ if (!Double.isFinite(vec3d.x) || !Double.isFinite(vec3d.y) || !Double.isFinite(vec3d.z)) {
|
||||
+ return;
|
||||
+ }
|
||||
+ // Paper end
|
||||
+ // Paper end - improve distance check
|
||||
BlockPos blockposition = movingobjectpositionblock.getBlockPos();
|
||||
Vec3 vec3d1 = Vec3.atCenterOf(blockposition);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue