Compatibility
Minecraft: Java Edition
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
1.6.4
1.6.1–1.6.2
1.5.x
1.4.4–1.4.7
1.4.2
1.3.x
1.2.x
1.1
1.0
a1.0.11–b1.8.1
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed Apache-2.0
Published last year
Updated 2 months ago
Changelog
Ornithe Standard Libraries 0.15.0
Additions
Config API
- Expanded Minecraft version support to b1.3-b1.7.3, 1.3-1.13.2.
- More option types for primitives:
byte
,char
,double
,float
,long
,short
. ModifiableOption
: intended to be used for modifiable objects (e.g. lists).ListOption
: implementation ofModifiableOption
forList
s.MapOption
: implementation ofModifiableOption
forMap
s.
Changes
Config API
Serialization has been refactored. With the introduction of object serializers, option serialization can be simplified as object serializers can be re-used for different option types.
Fixes
Networking API
- Crash in b1.4 and below.
- Inconsistent max channel lengths in Beta versions.