Releases: y2k04/cbp
Releases · y2k04/cbp
v1.0.7
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.
v1.0.6
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.
v1.0.5.1
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1-1.19.2
Changes:
The mod only changes the mountKeyPressed variable if the key is pressed, instead of at the end of every tick.
v1.0.0-1.19.2
Initial release