Ornithe Standard Libraries 0.16.1
on Aug 31, 2024Ornithe Standard Libraries 0.16.1 Client
on Aug 31, 2024Ornithe Standard Libraries 0.16.1 Server
on Aug 31, 2024Ornithe Standard Libraries 0.16.1
Fixes
Resource Loader API
- Fixes a bug in 17w43a and above that caused mod resources to be loaded incorrectly or not at all.
Ornithe Standard Libraries 0.16.0
on Jul 8, 2024Ornithe Standard Libraries 0.16.0 Client
on Jul 8, 2024Ornithe Standard Libraries 0.16.0 Server
on Jul 8, 2024Ornithe Standard Libraries 0.16.0
Additions
Core API
- New convenience methods for getting and setting registry mappings.
Ornithe Standard Libraries 0.15.3
on Jul 7, 2024Ornithe Standard Libraries 0.15.3 Client
on Jul 7, 2024Ornithe Standard Libraries 0.15.3 Server
on Jul 7, 2024Ornithe Standard Libraries 0.15.3
Fixes
Config API
- Crash in Beta versions due to the World config scope being destroyed upon game startup.
Resource Loader API
- Alternate language file formats are not loaded.
Ornithe Standard Libraries 0.15.2
on May 31, 2024Ornithe Standard Libraries 0.15.2 Client
on May 31, 2024Ornithe Standard Libraries 0.15.2 Server
on May 31, 2024Ornithe Standard Libraries 0.15.2
Fixes
Resource Loader API
- Crash due to missing mixin entry in 13w26a-1.10.2.
Ornithe Standard Libraries 0.15.1
on May 31, 2024Ornithe Standard Libraries 0.15.1 Client
on May 31, 2024Ornithe Standard Libraries 0.15.1 Server
on May 31, 2024Ornithe Standard Libraries 0.15.1
Fixes
Config API
- Crash due to NPE in 1.3-1.5.2.
- Wrong mixin entry in 13w16a-1.6.4.
Lifecycle Events API
- b1.2_01 and b1.2_02 not supported due to wrong version range in mod.json.
Resource Loader API
- Crash due to NoSuchMethodError in 13w26a-14w21b.
Ornithe Standard Libraries 0.15.0
on Apr 18, 2024Ornithe Standard Libraries 0.15.0 Client
on Apr 18, 2024Ornithe Standard Libraries 0.15.0 Server
on Apr 18, 2024Ornithe 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.