Spice of Life: Classic Edition

Eating the same food will cause the recovery level to decrease.

File Details

SoL:Classic_v2.11+1.21.1 (Fabric)

  • R
  • Apr 30, 2026
  • 902.64 KB
  • 13
  • 1.21.1
  • Fabric

File Name

spiceoflife_classic-fabric-2.11+1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:foodvariations-1109288:8013580"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fixed

  • Fixed a crash on dedicated Fabric servers caused by NetworkManager.registerS2C() being annotated @Environment(EnvType.CLIENT). Following Architectury 13.0.8's documented pattern: server-side init now calls registerS2CPayloadType (type registration only), while client-side init continues to call registerReceiver with the packet handler.