bentobox/src
BONNe ab1fd60d39
Fixes end portal finding issue when entering from side
There was a bug in the code that prevented to finding of a portal location if the player entered from the side. 
It can happen only if the portal frame is removed, but as in vanilla it is possible, then it needs to be addressed.

The fix itself is simple: instead of checking just up from the starting location, the code will check all blocks in 10x10x10 square from the starting location and find the "closest" portal location.

This will fix #2237
2023-11-28 18:55:42 +02:00
..
main Fixes end portal finding issue when entering from side 2023-11-28 18:55:42 +02:00
test/java/world/bentobox/bentobox - Fixed separators to also work on Windows (#2233) 2023-11-25 07:45:56 -08:00