Ornithe Standard Libraries 0.9.0
Pre-release
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 thePLAY_READY
event instead!
- This remedies issues where data sent during the