Releases: LegacyModdingMC/Forgelin
Releases · LegacyModdingMC/Forgelin
Release list
2.4.3-2.4.10-cf
fix: curseforge-friendly build
2.4.3-2.4.10
fix: restore ABI compat with old GTNH fork, add kotlin abi checks
2.4.2-2.4.10
feat: add cf/mr publishing
2.4.1-2.3.10
Kotlin update release.
| Library | Old Version | New Version |
|---|---|---|
| Kotlin | 2.2.21 | 2.3.10 |
| Kotlinx Serialization | 1.9.0 | 1.10.0 |
2.4.0-2.2.21
- Removed dependency on FalsePatternLib
- Bundled FP DepLoader for downloading Kotlin without FPLib
- Added an
-offlinejar for people who don't want the deploader to use internet
2.3.0-2.2.21: feat: Client thread dispatcher and better server side scheduler
The new implementation avoids a StackOverflowError with an endless loop of yield() calls
2.2.0-2.2.21
- Updated to Kotlin 2.2.21
- Added a minecraft server coroutine dispatcher
2.1.1-2.2.0
update buildscript to fix ci
2.1.0-2.1.21
update kotlin, add kotlinx serialization