Deconstruction blacklist (#89)

* Missing Non-DE items

* Move Deconstruct options into seperate group
Adds blacklist functionality for general items and lockboxes

* Add translation strings

* Add LibItemSearch functionality to blacklist

* Clean up redundant variables and API calls
This commit is contained in:
Anthony Narkevicius
2025-12-01 10:30:54 -08:00
committed by GitHub
parent 7a46486c3e
commit 83314f574c
13 changed files with 380 additions and 39 deletions
+2
View File
@@ -31,6 +31,8 @@ G.chat = {
G.bags = {
ignoredItems = {},
deconstructBlacklist = {},
lockBlacklist = {},
}
G.nameplates = {}
+2
View File
@@ -169,6 +169,8 @@ P.bags = {
unlearnedVanityIcon = false,
unlearnedWardrobeIcon = false,
ignoredItems = {},
deconstructBlacklist = {},
lockBlacklist = {},
itemLevel = true,
itemLevelThreshold = 1,
itemLevelFont = "Homespun",