Skip to content

Releases: y2k04/cbp

v1.0.7

04 Jan 02:46
Compare
Choose a tag to compare

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

25 Aug 11:15
0897505
Compare
Choose a tag to compare

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

13 Jun 08:59
Compare
Choose a tag to compare
  • Add support for 1.20.1

v1.0.5

09 Jun 04:11
Compare
Choose a tag to compare
  • Updated to 1.20

This release is only compatible with 1.20 and above due to changes in Minecraft.

v1.0.4

16 Mar 13:41
c467f7f
Compare
Choose a tag to compare
  • Updated to Minecraft 1.19.4
    • Due to recent code changes by Mojang, this release is not compatible with versions prior to 1.19.4
  • Updated Fabric loader version to 0.14.17

v1.0.3

14 Jan 23:54
7d819d2
Compare
Choose a tag to compare

Set target JDK version to 17 and built with JDK 17.

Changelog:

  • Fixed #1

v1.0.2

19 Dec 03:58
cca09de
Compare
Choose a tag to compare

Now supports 1.19.2 and 1.19.3!

v1.0.1-1.19.2

18 Oct 08:02
f914303
Compare
Choose a tag to compare

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

18 Oct 07:41
f914303
Compare
Choose a tag to compare

Initial release