Ornithe Standard Libraries 0.10.3
on Oct 3, 2023Ornithe Standard Libraries 0.10.3 Client
on Oct 3, 2023Ornithe Standard Libraries 0.10.3 Server
on Oct 3, 2023Ornithe Standard Libraries 0.10.3
Changes
Keybinds API
- Fixed incorrect location for mod icon.
Resource Loader API
- Fixed broken resource loader.
Ornithe Standard Libraries 0.10.2
on Oct 2, 2023Ornithe Standard Libraries 0.10.2 Client
on Oct 2, 2023Ornithe Standard Libraries 0.10.2 Server
on Oct 2, 2023Ornithe Standard Libraries 0.10.2
Changes
Networking API
- Fixed a crash on dedicated servers in Minecraft versions between b1.0 and 12w16a.
Ornithe Standard Libraries 0.10.1
on Sep 30, 2023Ornithe Standard Libraries 0.10.1 Client
on Sep 30, 2023Ornithe Standard Libraries 0.10.1 Server
on Sep 30, 2023Ornithe Standard Libraries 0.10.1
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
on Sep 20, 2023Ornithe Standard Libraries 0.10.0 Client
on Sep 20, 2023Ornithe Standard Libraries 0.10.0 Server
on Sep 20, 2023Ornithe Standard Libraries 0.10.0
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
on Aug 27, 2023Ornithe Standard Libraries 0.9.0 Client
on Aug 27, 2023Ornithe Standard Libraries 0.9.0 Server
on Aug 27, 2023Ornithe Standard Libraries 0.9.0
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 thePLAY_READY
event instead!
- This remedies issues where data sent during the
Ornithe Standard Libraries 0.8.0
on Jul 26, 2023Ornithe Standard Libraries 0.8.0 Client
on Jul 26, 2023Ornithe Standard Libraries 0.8.0 Server
on Jul 26, 2023Ornithe Standard Libraries 0.8.0
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
on Jul 25, 2023Ornithe 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
on Jul 18, 2023Ornithe 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.