Housing Decor Guide

All 1,690 housing decorations in one addon. Browse every acquirable item, plan vendor shopping routes with built-in waypoints, queue crafting recipes with material tracking, and monitor profit margins — all with account-wide alt awareness.

File Details

Housing Decor Guide v2.33.0

  • R
  • Apr 22, 2026
  • 1.65 MB
  • 19.6K
  • 12.0.5+2
  • Retail

File Name

HousingDecorGuide-2.33.0.zip

Supported Versions

  • 12.0.5
  • 12.0.1
  • 12.0.0

### Added
- Recipes tab: new expansion-filter dropdown above the profession list. Lists
  only expansions that have recipes in the DB, tinted with the expansion's
  canonical colour. Selection persists across /reload.
- Recipes tab: new "Known" toggle button added between "All" and "Ready",
  restricting the list to recipes the current character has already learned.
  Tri-state exclusive with "All" / "Ready"; selection persists across /reload.
  Big thanks to Jack for prototyping both filters in a community fork —
  these features are ported from his work.

### Fixed
- Lumber tracker in Recipes tab: "In Stock" column sometimes rendered the
  "have/needed" form instead of the collapsed single-count form on first
  window open, even for lumber types whose decor was fully collected. Root
  cause: the lumber tracker's HDG_COLLECTION_READY handler only refreshed
  the pinned widget, not the embedded in-window tracker. Switching tabs
  away and back masked the issue (RefreshLumberTracking fires on show).
  Fix: also call HDG_UI.RefreshLumberTracking() when the collection cache
  warms, so the embedded tracker re-renders with fresh collection state.