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:
committed by
GitHub
parent
7a46486c3e
commit
83314f574c
@@ -31,6 +31,8 @@ G.chat = {
|
||||
|
||||
G.bags = {
|
||||
ignoredItems = {},
|
||||
deconstructBlacklist = {},
|
||||
lockBlacklist = {},
|
||||
}
|
||||
|
||||
G.nameplates = {}
|
||||
|
||||
@@ -169,6 +169,8 @@ P.bags = {
|
||||
unlearnedVanityIcon = false,
|
||||
unlearnedWardrobeIcon = false,
|
||||
ignoredItems = {},
|
||||
deconstructBlacklist = {},
|
||||
lockBlacklist = {},
|
||||
itemLevel = true,
|
||||
itemLevelThreshold = 1,
|
||||
itemLevelFont = "Homespun",
|
||||
|
||||
Reference in New Issue
Block a user