Skip to content

Releases: OrnitheMC/ornithe-standard-libraries

Ornithe Standard Libraries 0.11.0

10 Nov 00:07
Compare
Choose a tag to compare
Pre-release

Ornithe Standard Libraries 0.11.0

Which jar do I get?

  • Minecraft 1.3 and above: ornithe-standard-libraries-0.11.0.jar
  • client Minecraft 12w30e and below: ornithe-standard-libraries-client-0.11.0.jar
  • server Minecraft 12w30e and below: ornithe-standard-libraries-server-0.11.0.jar

Changes

Core API

  • Expanded the events system.

Branding Patch

  • Fixed crash.

Entrypoints API

  • Expanded Minecraft version support to a1.0.6-1.14.4 (was a1.0.6-1.13.2).

Lifecycle Events API

  • Expanded Minecraft version support to a1.0.6-1.14.4 (was a1.0.6-1.13.2).

Networking API

  • Expanded Minecraft version support to b1.0-1.14.4 (was b1.0-1.13.2).

Resource Loader API

  • Expanded Minecraft version support to 13w26a-1.14.4 (was 13w26a-1.13.2).

Ornithe Standard Libraries 0.10.4

07 Nov 19:25
Compare
Choose a tag to compare
Pre-release

Ornithe Standard Libraries 0.10.4

Which jar do I get?

  • Minecraft 1.3 and above: ornithe-standard-libraries-0.10.4.jar
  • client Minecraft 12w30e and below: ornithe-standard-libraries-client-0.10.4.jar
  • server Minecraft 12w30e and below: ornithe-standard-libraries-server-0.10.4.jar

Changes

Entrypoints API

  • Updated for compatibility with Fabric Loader 0.14.23/Quilt Loader 0.21.

Networking API

  • Fixed crash in Minecraft 1.2.5 clients.

Resource Loader API

  • Fixed crash on dedicated servers in 1.13.2.

Ornithe Standard Libraries 0.10.3

03 Oct 18:49
Compare
Choose a tag to compare
Pre-release

Ornithe Standard Libraries 0.10.3

Which jar do I get?

  • Minecraft 1.3 and above: ornithe-standard-libraries-0.10.3.jar
  • client Minecraft 12w30e and below: ornithe-standard-libraries-client-0.10.3.jar
  • server Minecraft 12w30e and below: ornithe-standard-libraries-server-0.10.3.jar

Changes

Keybinds API

  • Fixed incorrect location for mod icon.

Resource Loader API

  • Fixed broken resource loader.

Ornithe Standard Libraries 0.10.2

02 Oct 14:55
Compare
Choose a tag to compare
Pre-release

Ornithe Standard Libraries 0.10.2

Which jar do I get?

  • Minecraft 1.3 and above: ornithe-standard-libraries-0.10.2.jar
  • client Minecraft 12w30e and below: ornithe-standard-libraries-client-0.10.2.jar
  • server Minecraft 12w30e and below: ornithe-standard-libraries-server-0.10.2.jar

Changes

Networking API

  • Fixed a crash on dedicated servers in Minecraft versions between b1.0 and 12w16a.

Ornithe Standard Libraries 0.10.1

30 Sep 18:10
Compare
Choose a tag to compare
Pre-release

Ornithe Standard Libraries 0.10.1

Which jar do I get?

  • Minecraft 1.3 and above: ornithe-standard-libraries-0.10.1.jar
  • client Minecraft 12w30e and below: ornithe-standard-libraries-client-0.10.1.jar
  • server Minecraft 12w30e and below: ornithe-standard-libraries-server-0.10.1.jar

Changes

Lifecycle Events API

  • Fixed bugs and crashes caused by the server STOP event not being fired on integrated servers.

Ornithe Standard Libraries 0.10.0

20 Sep 17:57
Compare
Choose a tag to compare
Pre-release

Ornithe Standard Libraries 0.10.0

Which jar do I get?

  • Minecraft 1.3 and above: ornithe-standard-libraries-0.10.0.jar
  • client Minecraft 12w30e and below: ornithe-standard-libraries-client-0.10.0.jar
  • server Minecraft 12w30e and below: ornithe-standard-libraries-server-0.10.0.jar

Changes

Networking API

  • Data can now be wrapped in custom payload objects. Check out the readme for more information.
  • Expanded Minecraft version support to b1.0-1.13.2 (was 1.3-1.13.2).

Resource Loader API

  • Fixed namespace detection in built-in mod resource packs.
  • Fixed a crash when attempting to load the icon of built-in mod resource packs.
    • Built-in mod packs now load the default pack icon if the mod does not provide its own icon.
  • Expanded Minecraft version support to 13w26a-1.13.2 (was 13w26a-1.12.2).

Ornithe Standard Libraries 0.9.0

27 Aug 19:19
Compare
Choose a tag to compare
Pre-release

Ornithe Standard Libraries 0.9.0

Which jar do I get?

  • Minecraft 1.3 and above: ornithe-standard-libraries-0.9.0.jar
  • client Minecraft 12w30e and below: ornithe-standard-libraries-client-0.9.0.jar
  • server Minecraft 12w30e and below: ornithe-standard-libraries-server-0.9.0.jar

Additions

Keybinds API

The Keybinds API provides events for registering keybinds.

Changes

Config API

  • Fixed crash upon game start in 1.3-1.5.

Networking API

  • Added PLAY_READY events that fire after channel registration is complete and data can safely be sent over the connection.
    • This remedies issues where data sent during the LOGIN events quietly fails to go through. If you need to send data upon login, use the PLAY_READY event instead!

Ornithe Standard Libraries 0.8.0

26 Jul 21:21
Compare
Choose a tag to compare
Pre-release

Ornithe Standard Libraries 0.8.0

Which jar do I get?

  • Minecraft 1.3 and above: ornithe-standard-libraries-0.8.0.jar
  • client Minecraft 12w30e and below: ornithe-standard-libraries-client-0.8.0.jar
  • server Minecraft 12w30e and below: ornithe-standard-libraries-server-0.8.0.jar

Changes

Branding Patch

  • Expanded Minecraft version support to a1.2.2-1.13.2 (was 1.3-1.13.2).

Entrypoints API

  • Fixed client-side entrypoints silently failing in Minecraft 1.5.2 and below.
  • Expanded Minecraft version support to a1.0.6-1.13.2 (was 1.3-1.13.2).

Lifecycle Events API

  • Expanded Minecraft version support to a1.0.6-1.13.2 (was 1.3-1.13.2).

Ornithe Standard Libraries 0.7.0

25 Jul 22:48
Compare
Choose a tag to compare
Pre-release

Ornithe Standard Libraries 0.7.0

Changes

Entrypoints API

  • The PARSE_RUN_ARGS event has been moved forward to improve stability. It is now invoked immediately after entrypoints.

Ornithe Standard Libraries 0.6.0

18 Jul 18:56
Compare
Choose a tag to compare
Pre-release

Ornithe Standard Libraries 0.6.0

Changes

OSL is now packaged as a Fabric mod and thus can run on both Fabric Loader and Quilt Loader.

Branding Patch

  • Fixed crashes in Minecraft versions 1.7.9 through 1.7.10.

Networking API

  • Fixed crash in Minecraft ~1.6.

Resource Loader API

  • Fixed crash in Minecraft ~1.6.