Skip to content

Releases: OrnitheMC/ornithe-standard-libraries

Ornithe Standard Libraries 0.8.0

26 Jul 21:21

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

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

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.

Ornithe Standard Libraries 0.5.0

10 Jul 18:45

Choose a tag to compare

Pre-release

Ornithe Standard Libraries 0.5.0

Changes

Config

  • Added path option.
  • Expanded Minecraft version support to 1.3-1.13.2 (was 14w02a-1.13.2).

Lifecycle Events

  • Fixed server stop event being called twice on dedicated servers.
  • Expanded Minecraft version support to 1.3-1.13.2 (was 13w16a-1.13.2).

Networking

  • Expanded Minecraft version support to 1.3-1.13.2 (was 13w41a-1.13-pre2).

Ornithe Standard Libraries 0.4.1

08 Jul 18:38

Choose a tag to compare

Pre-release

Ornithe Standard Libraries 0.4.1

Changes

Networking API

  • Fixed crash on game start up.

Ornithe Standard Libraries 0.4.0

08 Jul 18:20

Choose a tag to compare

Pre-release

Ornithe Standard Libraries 0.4.0

Changes

Lifecycle Events API

  • The server world load and ready events have been replaced by a single init event.

Ornithe Standard Libraries 0.3.3

08 Jul 17:24

Choose a tag to compare

Pre-release

Ornithe Standard Libraries 0.3.3

Changes

Entrypoints API

  • Fixed a crash on dedicated servers.

Ornithe Standard Libraries 0.3.2

08 Jul 16:53

Choose a tag to compare

Pre-release

Ornithe Standard Libraries 0.3.2

There was an issue with v0.3.1 and it did not have the fixes we said it did, so here's v0.3.2 which has the fixes for real this time.

Changes

Lifecycle Events API

  • Fixed a crash on dedicated servers.

Ornithe Standard Libraries 0.3.1

08 Jul 16:07

Choose a tag to compare

Pre-release

Ornithe Standard Libraries 0.3.1

Changes

Lifecycle Events API

  • Fixed a crash on dedicated servers.

Ornithe Standard Libraries 0.3.0

08 Jul 15:15

Choose a tag to compare

Pre-release

Ornithe Standard Libraries 0.3.0

Changes

Networking API

  • Fixed compatibility with Minecraft 14w30c and below.
  • In 14w30c and below, you can now send and receive data directly through byte[] in addition to PacketByteBuf.
  • Async listeners have been removed for Minecraft 14w20b and below.