I was just wondering if Sponge exposes any of minecraft’s path-finding algorithm. It’d be nice to say “Hey sponge, here’s two locations,” and for sponge to respond with a path… Is this possible?
This is planned for Phase 2 of the AI API. At the moment, however, the only way is to use NMS.
Cool, thanks for the info.