Hey, sorry it has been so long since it has been updated. I took a break from developing mods because I was burnt out and life really screwed me over. Anyway, I fixed it XD
Changelog
- Rewrote the interact function to align with the changes that occurred between 1.21.1 and 1.21.2.
- This fix has been tested and works without any other changes on each game version listed.
- Changed the button activation from the end of a client tick to the start to improve reliability.
I've been meaning to get around to this for a while. I kinda had to relearn how Fabric handles client and server code. Found out the hard way that they finally separated the main and client directories/classes finally. Anyway, here are the changes:
- Updated to support 1.21 and above.
- Fixed the version string substitution in fabric.mod.json
- Moved all code from main to client.