PneumaticCraft: Repressurized

PneumaticCraft: Repressurized

43M Downloads

Drone getting stuck on amethyst buds

Aazh opened this issue ยท 2 comments

commented

Describe the bug

Drone eventually gets stuck when programmed to mine and collect amethyst in an amethyst geode.
2022-05-12_11 46 25

How to reproduce the bug

2022-05-12_11 55 31
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

commented

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...

commented

Fixed in 3.2.3 release