mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-07-02 08:20:27 +02:00
Moved the page number to the bottom of the page and put categories right at the top
This commit is contained in:
@ -7,13 +7,13 @@ function update_category_list()
|
||||
local category_list = {}
|
||||
table.insert(category_list, {
|
||||
name = "all",
|
||||
label = "All",
|
||||
label = "All Items",
|
||||
symbol = "ui_category_all.png",
|
||||
index = -2,
|
||||
})
|
||||
table.insert(category_list, {
|
||||
name = "uncategorized",
|
||||
label = "Misc.",
|
||||
label = "Misc. Items",
|
||||
symbol = "ui_category_none.png",
|
||||
index = -1,
|
||||
})
|
||||
|
Reference in New Issue
Block a user