Z0rdak / Yet-Another-World-Protector

Yet Another World Protector is a server-side protection mod which allows you to protect your creations against various different events/actions of players, mobs and the environment. It was inspired by the forge mod WorldProtector and the WorldGuard plugin.
https://www.curseforge.com/minecraft/mc-mods/yawp
GNU Affero General Public License v3.0
22 stars 9 forks source link

Immersive Portals Compatibility #81

Closed thesabinelim closed 5 months ago

thesabinelim commented 1 year ago

It seems like with both YAWP and Immersive Portals installed, any portals created become standard portals rather than Immersive Portals. I'm guessing this is something to do with the spawn portal flag added by YAWP. I tested with the flag not set to anything and the flag set to disabled and in both instances I wasn't able to create Immersive Nether Portals. Issue was resolved as soon as I tried removing YAWP.

Z0rdak commented 1 year ago

Hey there, sorry about the late response.

I'm looking into it and will try to make it compatible, but I can't promise anything.

Immersive Portals does some deep changes to the way Portals work. YAWP and Immersive Portals do touch some common code which may cause some code of Immersive Portals to be overridden or deactivate it.

Just to cite the mod page of Immersive Portals:

WARNING: This mod is incompatible with many mods, because this mod deeply change the inner working of the game. Known compatibility issues

Best regards