Spice of Life: Classic Edition

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

File Details

SoL:Classic_v2.12+1.21.1 (Fabric)

  • R
  • Apr 30, 2026
  • 902.78 KB
  • 190
  • 1.21.1
  • Fabric

File Name

spiceoflife_classic-fabric-2.12+1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

Fixed

  • Fixed Fabric server config not taking effect on dedicated servers. The config path was resolved as a relative path, which could point to a different location depending on the working directory of the startup script. Now resolved to an absolute path via toAbsolutePath(). Config file location remains <world>/serverconfig/solclassic-server.toml.
  • Fixed potential NullPointerException in config array parsing (shortFoodDecayModifiers, foodBlacklist) that could silently prevent all config values from being applied.
  • Config values are now applied in the correct order: scalar values are written before array values, so scalar settings are always applied even if array parsing fails.