Update the PCA sync protocol patch to use getHandleRaw() instead of getHandle() when syncing entities to clients. This ensures proper ownership checking when the owner is a destination-world clone being restored during an async portal transfer.
Change the connections field in RegionizedWorldData from private to public (ReferenceList<Connection>) and add a comment indicating it's exposed for BotList access. The change is in the 0112 patch file; related patch index updates are included in subsequent feature patch files.
Fakeplayer Action Gui - Stage 1 (#161)
Still needs some tweaks to fit Leaves' changes
* pre add gui (not implemented)
* fallback one change in Actions
* pre for new structure of gui register
* Enhance GUI node structure with item support and command handling
* feat: update GUI node handling in bot actions
* feat: enhance command building logic in GUI nodes
* fix a bug
* feat: implement GUI navigation and command execution in BotAction GUI
* feat: refactor GuiNode and related classes to use Item instead of ItemStack
* feat: update command building logic to include additional action parameters
* feat: simplify command syntax in BotAction GUI and update inventory view handling
* feat: add ActionType enum and implement action confirmation in BotAction GUI
* feat: enhance ActionType handling and selection in BotAction GUI
* feat: integrate GUI data handling in bot actions and enhance navigation
* fix up
* because of tmp move to new org, rebrand
* Implement pagination for bot action GUI and enhance action stop functionality
* ci updates
* replace boarder item
* fix https://github.com/LophineCraft/Lophine/pull/161#issuecomment-5012127501 issues - 1
* fix https://github.com/LophineCraft/Lophine/pull/161#issuecomment-5012127501 issues - 2
* fix index
* replace some items
* feat: use the same item shown for stop & start action
* remove 2 todos, we wouldn't provide them
* refactor: simplify rendering methods in BotActionGuiContainer
* feat: add empty action placeholder and simplify item rendering
* fix: remove extra suggestions
* fix: update GUI icons for jump, move, and swap actions
* fix: update comment in open action gui
* set release mode to true
---------
Co-authored-by: xiaoxijun <A3167717663@hotmail.com>