Annuus No Daisy

Fork of Annuus, a networking optimizing mod

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

Fabric

modImplementation "curse.maven:annuus-no-daisy-1547336:8144440"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.json config
    • Also supports alias, Ex best_compress → deflate_9
  • 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