mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-07-02 00:10:28 +02:00
All & none category icons updated; mineral image changed; filter squashed to one line and moved below categories
This commit is contained in:
@ -8,13 +8,13 @@ function update_category_list()
|
||||
table.insert(category_list, {
|
||||
name = "all",
|
||||
label = "All",
|
||||
symbol = "ui_reset_icon.png",
|
||||
symbol = "ui_category_all.png",
|
||||
index = -2,
|
||||
})
|
||||
table.insert(category_list, {
|
||||
name = "uncategorized",
|
||||
label = "Misc.",
|
||||
symbol = "ui_no.png",
|
||||
symbol = "ui_category_none.png",
|
||||
index = -1,
|
||||
})
|
||||
for category, def in pairs(unified_inventory.registered_categories) do
|
||||
|
Reference in New Issue
Block a user