Releases: OrnitheMC/ornithe-standard-libraries
Releases · OrnitheMC/ornithe-standard-libraries
Ornithe Standard Libraries 0.8.0
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
Ornithe Standard Libraries 0.7.0
Changes
Entrypoints API
- The
PARSE_RUN_ARGSevent has been moved forward to improve stability. It is now invoked immediately after entrypoints.
Ornithe Standard Libraries 0.6.0
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
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
stopevent 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
Ornithe Standard Libraries 0.4.1
Changes
Networking API
- Fixed crash on game start up.
Ornithe Standard Libraries 0.4.0
Ornithe Standard Libraries 0.4.0
Changes
Lifecycle Events API
- The server world
loadandreadyevents have been replaced by a singleinitevent.
Ornithe Standard Libraries 0.3.3
Ornithe Standard Libraries 0.3.3
Changes
Entrypoints API
- Fixed a crash on dedicated servers.
Ornithe Standard Libraries 0.3.2
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
Ornithe Standard Libraries 0.3.1
Changes
Lifecycle Events API
- Fixed a crash on dedicated servers.
Ornithe Standard Libraries 0.3.0
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 toPacketByteBuf. - Async listeners have been removed for Minecraft 14w20b and below.