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