Skip to content

v0.2.11

Choose a tag to compare

@github-actions github-actions released this 28 Jan 23:01
· 102 commits to main since this release

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.