File Details
1.0.15 Fabric
- R
- May 25, 2026
- 5.11 MB
- 8
- 1.21.1
- Fabric
File Name
Annuus-fabric-1.0.15_1.21.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
1.0.15
- Removed 2 unused Mixins classes, one for DecoderHandler and one for MinecraftServer
- Made the InformationCompressorRegistry use names. Allows the config to be more code driven
- Ex: A addon mod adds some obscure compression algorithms, now they can be directly selected in the
annuus.jsonconfig - Also supports alias, Ex
best_compress → deflate_9
- Ex: A addon mod adds some obscure compression algorithms, now they can be directly selected in the
- Fixed Lz4Compressor using the length of the compressed message, not the length of the original method like it should
- New compressor option, Snappy
- Updated Gradle from 8.12 to 8.14