Paper/patches
Spottedleaf c207429b21 Fix VoxelShape#isFullBlock() for non-single AABB types
The correct logic to implement NOT_SAME with Shapes#block()
is to test whether any shape data exists outside of [0.0, 1.0]
and to test whether the shape is completely filled from 0.0 to 1.0
on all axis. This can be implemented by checking whether the
bounds represent the full block and whether everything within
the bounds is filled.
2023-09-26 09:16:11 -07:00
..
api Fix tests that broke during the junit 5 update (#9757) 2023-09-25 09:05:05 +10:00
removed Re-add remove streams for Brain AI patch 2023-09-23 23:40:49 -07:00
server Fix VoxelShape#isFullBlock() for non-single AABB types 2023-09-26 09:16:11 -07:00