• 2/10/21 10:34 am
- 4k views • 0 today
- save_alt 242 downloads
- Compatibility
- Minecraft 1.16
- to version
- Minecraft 1.17
- Changes include
- Functions
1
This is a data pack for visualizing the A* path finding algorithm
Use /function astar:info for this datapack's information
Use /function astar:givetool to get the necessary spawn eggs:
- src: the starting point of the search
- dest: the destination
- reset: reset the path finding
- 2D: can only search in 2 dimension
- 3D: search in 3 dimension
- walk: can't go to positions that have air beneath
- fly: can go anywhere (but still restricted in the chosen dimension)
Made by Ha Chi Hao
Use /function astar:info for this datapack's information
Use /function astar:givetool to get the necessary spawn eggs:
- src: the starting point of the search
- dest: the destination
- reset: reset the path finding
- 2D: can only search in 2 dimension
- 3D: search in 3 dimension
- walk: can't go to positions that have air beneath
- fly: can go anywhere (but still restricted in the chosen dimension)
Made by Ha Chi Hao
More like this
4962247
119



Have something to say?
parkour, like walk but it knows how far the player can jump, so it can go over 4 long gaps and stuff.
Survival, it can open doors, break and place blocks. and then show the smartest path. Example it knows if its smarter/faster to go over the hill or just mine through it.
Pretty hard challange, good luck if you attempt it