Paper icon indicating copy to clipboard operation
Paper copied to clipboard

Fix collision between AABB and a dot

Open Lulu13022002 opened this issue 2 years ago • 0 comments

Closes #8038 Vanilla doesn't check if the target box is empty (a dot) only if the source box is empty to then fallback to the default max distance (-2 here) but paper do. But even if the marker has an empty box, the distance must still be calculated between where the marker has been default placed (one block above) and the top of the block (where the dot will collide) which is -1

Lulu13022002 avatar Dec 28 '22 13:12 Lulu13022002