Drone getting stuck on amethyst buds
Aazh opened this issue ยท 2 comments
Describe the bug
Drone eventually gets stuck when programmed to mine and collect amethyst in an amethyst geode.
How to reproduce the bug
Place budding amethyst and amethyst bud on the budding amethyst in creative.
Program drone to go to location to above budding amethyst and below black concrete.
Place drone on white concrete.
Expected behavior
Drone avoids getting stuck on the amethyst bud.
Additional details
Test setup seems to (not) work with all sizes of amethyst bud.
Which Minecraft version are you using?
1.18
Crash log
No response
Actually a bug in vanilla: Amethyst Buds have a non-full block shape but are not marked as non-pathfindable (i.e. don't override the isPathfindable()
method to return false). I created a Mojang bug for it: https://bugs.mojang.com/browse/MC-251636
https://bugs.mojang.com/browse/MC-181565
In the meantime I can probably add a workaround to force drones to avoid them...