Kitteh6660 / DramaticDoors

Minecraft Mod for Forge & Fabric: 3-block high doors, in every vanilla variety! End enderman discrimination!
MIT License
6 stars 7 forks source link

[REQUEST] Compatibility with Minecolonies mod Citizen AI #7

Open nanonestor opened 1 year ago

nanonestor commented 1 year ago

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

Kitteh6660 commented 1 year ago

An easy way would be to check if a block is of tag dramaticdoors:tall_doors but that could be a possibility.

nanonestor commented 1 year ago

I think it would be easier to code Minecraft 2 than convince the Minecolonies devs to change their mod code lol