js6pak / mojangfix

Minecraft b1.7.3 mod that fixes skins, authentication and more
https://modrinth.com/mod/mojangfix
GNU Lesser General Public License v3.0
17 stars 7 forks source link

Fix compatibility issues with InventoryTweaks #15

Open telvarost opened 7 months ago

telvarost commented 7 months ago

Love your mod!

I was inspired by your right click + drag addition and ported over left click + drag and MouseTweaks to b1.7.3 babric with StationAPI. However there is a conflict now with your mod. I've been having people use a compatibility fork of your mod so they can use my mod with yours, but I would love to see your original mod have compatibility by checking if my mod is installed.

Let me know what you think, or if you have any questions.

telvarost commented 5 months ago

Alright, I finally fixed multiplayer support. There is now a server side check and only click interaction manager is used on multiplayer. Feel free to check it out. :D