bentobox/src/main/java/world/bentobox/bentobox
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
..
api Simplify fillBorder 2023-11-25 18:22:37 -08:00
blueprints Fixes #2173. Copies the correct range of blocks. Added test class. 2023-09-02 08:04:34 -07:00
commands Better constants 2023-11-25 14:54:07 -08:00
database Fix island resetting. #2223 2023-11-10 17:06:46 -08:00
hooks Fix code to have a default entry on the switch, which is now required. 2023-10-11 21:42:45 -07:00
listeners Fixes end portal finding issue when entering from side 2023-11-28 18:55:42 +02:00
lists Added flags for Loom, stonecutter, cartography, smithing, grinding 2023-10-07 09:52:24 -07:00
managers Better constants 2023-11-25 14:57:39 -08:00
nms Update NMS to 1.20.2 2023-10-07 09:01:01 -07:00
panels Make list mutable. 2023-01-05 21:16:50 -08:00
util Better constants 2023-11-25 14:57:39 -08:00
versions Add 1.20.2 compatibility. 2023-10-07 08:54:59 -07:00
web Correct nullable tags 2022-12-31 18:33:49 -08:00
BStats.java Version 1.17.1 (#1796) 2021-07-10 18:27:57 -07:00
BentoBox.java Revert "This changes the loading to not be on STARTUP (#2214)" 2023-11-10 10:54:30 -08:00
Settings.java Multi island api update (#2224) 2023-11-12 12:22:12 -08:00