drone from amadron getting stuck in storage drawers
benbenlaw opened this issue ยท 7 comments
For feature requests, just erase this template and clearly describe the feature you'd like to see
Minecraft Version
1.16.5
Forge Version
36.0.46
Mod Version
2.10.3-149
Describe your problem, including steps to reproduce it
drones seem to have trouble navigating to chests where storage drawers from the storage drawers mod are in the way. getting stuck ect
Any other comments?
As suspected, it's a problem with Storage Drawers, not PNC:R. Storage Drawers blocks have a non-opaque collision shape, but don't override allowsMovement()
to return false, which means entities will get stuck trying to path around them.
Please raise an issue with Storage Drawers, and feel free to direct the mod author to me if more explanation is needed.