File Details
v1.6.1-bcc
- R
- Apr 16, 2026
- 342.85 KB
- 389
- 2.5.5
- Classic TBC
File Name
RecipeBook-v1.6.1-bcc.zip
Supported Versions
- 2.5.5
RecipeBook Changelog
v1.6.1
Data
- Corrected drop sources for Formula: Enchant Cloak - Greater Arcane Resistance (now drops from Eclipsion Archmage in Shadowmoon Valley) and Formula: Enchant Cloak - Greater Shadow Resistance (now drops from Voidshrieker in Netherstorm). Thanks to @Bennylavaa for the in-game verification.
- Corrected phase for Formula: Enchant Weapon - Major Striking (phase 1 → 3). Thanks to @Bennylavaa.
v1.6.0
Breaking
- Guild sharing is now ON by default. The first-login popup that asked you to opt in is gone; instead, the first time RecipeBook sees you in a guild it shows a one-time informational notice explaining that sharing is active and telling you how to disable it in Settings. If you had previously opted in or out, your existing choice is preserved. If you had not been prompted yet (fresh install or skipped the old popup), you are now sharing.
- Your known-recipe data will be cleared on upgrade. RecipeBook 1.6.0 introduces a data-schema sentinel and changes the character-data shape. On your first login after updating, a popup will ask you to reopen each profession window once so RecipeBook can rescan. Profession skill levels are preserved.
- Per-character preferences reset to defaults. Things like "Hide Known", window position, last-viewed character/guild all reset once. Profession skill levels are kept.
- Cached guild-crafter data is cleared on upgrade. No user action needed — the guild-sync handshake repopulates from online guildmates within a few seconds of login.
- Migration code has been removed in favour of this schema-sentinel pattern. Any future breaking data changes will be called out in this section.
New Features
- Guild Crafts: new per-guild entry in the Character dropdown. Selecting a guild replaces the Source column with guildmates who know each recipe.
- Online crafters are class-colored and show their zone; offline crafters are greyed.
- Right-click a crafter row for Whisper (pre-filled polite message with the recipe link), Invite, Who, or Copy Name.
- New Guild Sharing section in Settings: on/off toggle (default on, informational notice the first time you're in a guild), customizable whisper template with
{name}and{recipe}placeholders, and a "Forget current guild" button. - Syncs recipe data with guildmates running RecipeBook via a private addon-message channel, using a timestamped-hash handshake so only changed data is transferred.
API
- Bumped
RecipeBook.API.VERSIONto 2 (additive — v1 consumers keep working). - New
API:GetGuilds()andAPI:GetGuildCrafters(guildKey, spellID).
Internal
- Embedded ChatThrottleLib for addon-message rate limiting.
- New modules:
GuildSync.lua,GuildComm.lua,GuildRoster.lua,UIGuildCrafters.lua.
v1.5.0
New Features
- Added
RecipeBook.API— a stable public API for other addons to query RecipeBook's recipe catalog and known-recipe data (see README for details)
v1.4.5
Fixes
- Fixed Lua error when the minimap button was registered twice (e.g. by certain
/reloadsequences or when another addon registered first) - Fixed Lua error when a saved profession was restored before the UI had finished loading
Internal
- Release package trimmed: no longer ships developer-only files (
CURSEFORGE.md,site-content.json, etc.) - Minimap icon file size reduced from 16 KB to 9 KB via lossless RLE compression (visually identical)
- Vendored libraries directory renamed from
Libs/tolibs/(matches the rest of the Breakbone addon family) LICENSEfile now included in the release zip
v1.4.4
Fixes
- Corrected phase for Enchant Weapon - Greater Agility (now phase 3)
v1.4.3
New Features
- Added tooltip info toggle to Settings (show/hide recipe status on item tooltips)
- Added Reset section to Settings with Clear Profession Data, Clear All Character Data, and Reset All buttons
Fixes
- Fixed profession scanning only detecting one profession per reload
- Fixed skill levels sometimes showing as 0 after reopening profession windows
- Fixed clearall not fully resetting profession data
- Removed rescan dialogs that appeared on every reload
v1.4.2
Fixes
- Fixed faction-mirror recipes not being marked as known
v1.4.1
New Features
- Show/hide minimap button from Settings or with /rb minimap
Fixes
- Removed SoD-only vendor Pix Xizzix from Alchemy flask recipes
v1.4.0
New Features
- Recipe tooltip: added learnability and ignore status
- Opposite-faction vendors shown with (A) or (H) tags in recipe rows, tooltips, and Sources panel
- Non-BoP vendor recipes now visible regardless of faction filter (tradeable via neutral AH)
Fixes
- Fixed broken tooltips for Shadoweave and other trainer-taught Tailoring recipes
- Fixed recipe count showing inflated numbers when recipes appeared under multiple source categories
- Removed obsolete Blinding Powder
Data
- Added missing recipes and sources across Blacksmithing, Cooking, Enchanting, Engineering, Leatherworking, and Tailoring
v1.3.0
New Features
- Cross-character viewing: browse any character's professions, known recipes and wishlist
- Per-character wishlists: right-click any recipe to add it to a character's wishlist (gold star marker)
- Per-character ignore list: right-click any recipe to ignore it; ignored recipes are dimmed and struck through
- Wishlist info shown on recipe item tooltips game-wide ("Wishlist: CharName")
- New Settings panel
v1.2.1
Fixes
- Fixed additional data inconsistencies that were preventing some recipes from showing
v1.2.0
New Features
- Now tracking learniability with a Hide Unlearnable filter for known professions
Improvements
- Large-scale data remapping to solve bad Trainer/Spell/Item IDs
- Eliminated login lag caused by mass item data requests
v1.1.2
Fixes
- Fixed incorrect phase and item data
v1.1.1
Fixes
- Updated loading sequence to fix bad lag on first open.
v1.1.0
New Features
- Added "All Sources" popup — right-click any recipe to see every source with waypoint support
- Added JC world drop zone data — Jewelcrafting designs now show specific drop zones instead of just "World Drop"
Improvements
- Large-scale reduction in unused data and streamlining of memory usage.
Fixes
- Fixed recipe phase accuracy for numerous recipes across all professions
v1.0.0 - Initial Release
- Browse all TBC profession recipes grouped by source type (Trainer, Vendor, Quest, Drop, etc.)
- 12 professions supported including Jewelcrafting
- Continent and Zone filtering with Auto-detect
- Phase filtering (Phases 1-5) with zone-based phase inference
- My Faction filter to hide opposite-faction recipes
- Search bar for quick recipe lookup
- Known recipe tracking via profession window scanning
- Hide Known toggle (auto-enabled for known professions)
- Collapsible source categories
- Waypoint integration via AddressBook + TomTom
- Shift-click to link recipes into chat
- Recipe names colored by item quality
- World drop detection (10+ NPC threshold)
- Minimap button via LibDataBroker

