Spice of Life: Classic Edition

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

File Details

SoL:Classic_v2.07 (Forge)

  • R
  • Mar 9, 2026
  • 102.95 KB
  • 265
  • 1.20.1
  • Forge

File Name

spiceoflife_classic-forge-2.07.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:foodvariations-1109288:7734065")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added

  • Added compatibility with Quality Food mod. SoL Classic's food decay now correctly applies to quality-modified nutrition values instead of base values. Food history treats items of different quality as the same food.

Fixed

  • Fixed dedicated server crash caused by FoodHistoryBookItem directly referencing client-only classes (Screen, Minecraft). Replaced client references with a Consumer<Player> callback pattern, registering the screen opener only on the client side via ClientTooltipHandler.init().