[REQUEST] Compatibility with Minecolonies mod Citizen AI
nanonestor opened this issue ยท 2 comments
Is your feature request related to a problem? Please describe.
I don't know if this feature request would be easy or difficult -
Depends how you define problem vs 'not supported' - currently Dramatic Doors are not recognized by Minecolonies citizens and they can't pathfind / interact through them.
Describe the solution you'd like
Compatibility with the Minecolonies mod - to allow citizens to interact and navigate through dramatic doors.
Here's a link to the pathfinding that MCol citizens use
https://github.com/ldtteam/minecolonies/tree/version/main/src/api/java/com/minecolonies/api/entity/pathfinding
If this is possible hopefully publishing the patch on 1.18.2 besides latest as that is my modpack's current published / developed version lol.
Describe alternatives you've considered
Additional context
An easy way would be to check if a block is of tag dramaticdoors:tall_doors
but that could be a possibility.