v0.2.11
CraftLib
v0.2.11 (2026-01-28)
Full Changelog Previous Releases
- fix(data): improve orange=0 recipe skill requirements
Use threshold-based logic for recipes with orange=0:- Early-game recipes (yellow <= 75): skillRequired = 1
- Late-game recipes (yellow > 75): skillRequired = yellow
This fixes: - Jewelcrafting showing empty paths for unlearned professions
- Mining Smelt Copper not appearing at skill 1
- High-level Alchemy flasks appearing as candidates at skill 1
The threshold of 75 corresponds to the first profession milestone.