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 (NeoForge)

  • R
  • Apr 30, 2026
  • 101.95 KB
  • 1.2K
  • 1.21.1
  • NeoForge

File Name

spiceoflife_classic-neoforge-2.12+1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:foodvariations-1109288:8016489"
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.