mschae23 / grind-enchantments

Put enchantments back on a book using a grindstone.
https://legacy.curseforge.com/minecraft/mc-mods/grind-enchantments
GNU Lesser General Public License v3.0
12 stars 13 forks source link

Client Side Required 1.20.5 #52

Closed ike2117 closed 4 months ago

ike2117 commented 4 months ago

Just updated my server and installed the latest version of the mod for 1.20.5, however I am unable to connect as its being stated there is a mod mismatch. In 1.20.4, only the server required the mod

mschae23 commented 4 months ago

Hm, in my testing this case worked fine. Although I have a suspicion on what could cause this. Do you have Fabric API installed on the client? Could you try connecting without it? If that works, then I'll unfortunately have to change the implementation a bit to support this.

ike2117 commented 4 months ago

I just tired without fabric loaded and it seems to be working. For context aswell, I'm using Lunar with Fabric for 1.20.5, and under those conditions it no longer lets me join the server

mschae23 commented 4 months ago

I just released version 3.2.1, which should fix the issue.

Unfortunately, I had to remove the "alternate server-side cost display" feature for the time being. I'd love to bring it back, but I've yet to find a good way to implement it (the way it worked previously was really hacky too).