v1.0.8.6: Fix crafting action tooltips - use CraftAction.Description instead of ActionTransient

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-08 00:47:35 -05:00
parent cb3d6b5e0b
commit 01426d3c30
4 changed files with 106 additions and 32 deletions
+3
View File
@@ -1,3 +1,6 @@
# 1.0.8.6
- **Hotbars**: Fixed crafting action tooltips showing the action name instead of the full description — use CraftAction.Description directly instead of ActionTransient, which returns the name for crafting actions.
# 1.0.8.5
- **Hotbars**: Fixed other HSUI elements disappearing when hovering over hotbar icons — overlay is now a child of the main HUD window instead of a separate window.