promotional bannermobile promotional banner

CraftLib

Crafting recipe database API for WoW addon developers. Query recipes, reagents, skill levels, and sources.

File Details

v0.2.11

  • R
  • Jan 28, 2026
  • 107.21 KB
  • 635
  • 2.5.5+1
  • Classic + 1

File Name

CraftLib-v0.2.11.zip

Supported Versions

  • 2.5.5
  • 1.15.8

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.