[Kotlin] A simple path finder and executor module
-
Set a target block in the clickgui, and enable the module, it will manage to get to there and get back ( To succeed, there must be at leat one way to get to it)
It doesnt actually have any value as a movement module, but the pathfinding core can be used in some more interesting fields like controling bots to fetch diamonds for you. I kept some necessary comments in the code.
Here's the donwload (.kt): ModulePathFinder.zip
Example Video: https://www.bilibili.com/video/BV1MHALeREke -
Are you interested to contribute this for LB repo?