Skip to content

Releases: o7Moon/OpenBoatUtils

0.4.10

26 Aug 19:46
962847c

Choose a tag to compare

0.4.10 Pre-release
Pre-release

this build fixes various issues with how the mod would reset to vanilla behavior.
the only difference you'll notice as a driver, is that you should no longer experience the (1.21.3+ exclusive) bug where interpolation turns off mid-session and makes all the boats appear laggy in a race.

important note for servers

one of the bugs fixed is pretty critical. i don't want to go into specifics here, but if you run a server i would strongly recommend you drop support for previous releases (version IDs less than 18). DM me on discord @o7Moon if you would like to know specifics.

also less important but useful information for anyone writing plugins, the fix for the resetting bug (mentioned at the top) has the side effect that the mod resets a little later in the server join process, so if you are worried about packets being received before the reset, then you should wait until after getting the version packet before sending anything important.

dedicated sever hotfix ("v0.4.9")

16 Aug 02:37
76d34a4

Choose a tag to compare

Pre-release

there is nothing new in this unless you are using obu on your dedicated server in which case it might not crash the server on startup anymore but no promises

tell me if theres an issue or you need a build that isnt listed here okay thanks bye

v0.4.6

19 Mar 22:00
393dc2f

Choose a tag to compare

v0.4.6 Pre-release
Pre-release

two quick changes i wanted to get out before 0.5 because 0.5 is mostly api improvements and refactors and i didn't want these changes waiting on that.

  • renamed DEFAULT_BLUE_ICE so DEFAULT_NINE_EIGHT_FIVE to reflect it's incorrect friction value. the mode with that ID is still exactly the same but anything relying on the names (singleplayer commands) may break. there is a new DEFAULT_BLUE_ICE mode with the correct values.
  • added a setting to change boat interpolation steps to 10. this is a bandaid fix for some of the janky boat sync in 1.21.3 but its not entirely clear exactly what effect this has across versions. use this carefully.

the interpolation setting is a newer type of setting which isn't in the same context as boat-related settings are (it is a patch that effects all boats, rather than the boat the client is riding). the reset packet WILL NOT reset it, that only happens when the client initially joins a server or when you manually set it to false.
this will improve in 0.5 when the apis for settings contexts are in place but they will take a while to complete and they aren't necessary for releasing this feature.

the mixins introduced here make the 1.20.1 build no longer work on 1.20.4 so i need to figure out what version that function changed in and separate it into two builds. if you are looking for the 1.20.1 build that is why it is not here yet.

v0.4.5

02 Feb 19:36
79cc728

Choose a tag to compare

v0.4.5 Pre-release
Pre-release

this is a hotfix for chestboat stepping on 1.21.3-1.21.4

v0.4.4

27 Jan 19:55

Choose a tag to compare

v0.4.4 Pre-release
Pre-release

a fix and a feature:

  • movement checks are now more properly disabled in singleplayer, you wont get your logs spammed with "moved wrongly" and "moved too quickly" anymore.
  • air stepping allows the boat to step even if it collides against a block in the air, which removes some of the jank present when driving on curved and sloped surfaces ("boatutils walltaps"). See the packet api for how to enable this.

both are contributed by @microwavedram

UPDATE:
0.4.4_1.21.3-1.21.4 is a new build for 1.21.3 and 1.21.4, should hopefully work identical to the 1.21.1 build but if you're using quilt you may need to run the quilt beta because of the fabric loader version requirement.
UPDATE UPDATE:
the 0.4.4_1.21.3 build had a bug that broke stepping for chest boats !!!! servers may block this build because of this bug, please use 0.4.5 !

v0.4.3

13 Dec 20:48
9b76b3d

Choose a tag to compare

v0.4.3 Pre-release
Pre-release

a small patch to allow servers to toggle boat collision between:

  • vanilla
  • ignore boats and players
  • ignore all entities

there is a new packet for this as well as two modes:

  • NOCOL_BOATS_AND_PLAYERS
  • NOCOL_ALL_ENTITIES

v0.4.2

10 Nov 21:50
9f10c78

Choose a tag to compare

v0.4.2 Pre-release
Pre-release

patch to allow the mod to load on 1.21.1
versions 1.21.2 and onwards break the mixins, will likely require a third jar and code updates to support
there is no 1.20.1-1.20.4 jar for this version since it is exactly the same except for the version bump

there was a build 0.4.2 that had broken air control, it is no longer available but servers should check for version ID 8 to prevent it from being used. this new build is version ID 9

v0.4.1

31 Jul 18:36
cc25c9e

Choose a tag to compare

v0.4.1 Pre-release
Pre-release

mostly internal refactor, these should be the only two user facing differences:

  • 1.21 support
  • Removal of fixes for dedicated servers. OpenBoatUtils itself was never intended to run on servers, I may at some point port the testing commands over to a proper server mod, but its quite unlikely as it isn't something I would personally use. If you or someone you know is capable of writing server mods/plugins and you want to write your own to use OBU, take a look at the packet api.

0.4

04 Feb 18:31
cb359f8

Choose a tag to compare

0.4 Pre-release
Pre-release

Biggest Changes:

  • per-block acceleration and jump force values that blend in the same way slipperiness does
  • mc 1.20.1-1.20.4 (i've done testing but something might still break, please let me know if there are version-dependent bugs)

Full Changelog:

  • actually fix dedicated servers this time (#51)
  • vanilla slipperiness from registry (#52)
  • ablilty to remove blocks from the slipperiness map (#53)
  • fix vanilla slipperiness map and add mode series (#56)
  • support 1.20.1-1.20.4 (#57)
  • per-block settings and some modes (#58)
    0.3.1...0.4

0.3.1

02 Dec 21:13
8121e23

Choose a tag to compare

0.3.1 Pre-release
Pre-release

bug fixes

  • slime now has the correct slipperiness. all existing modes now have "broken slime" and are deprecated, copies without broken slime now exist with different ID's and should be the default.
  • dedicated servers can now run the mod to get the singleplayer commands instead of crashing