mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2025-02-17 00:52:30 +01:00
added tooltip on unified_inventory button
This commit is contained in:
@ -27,6 +27,7 @@ end)
|
||||
unified_inventory.register_button("armor", {
|
||||
type = "image",
|
||||
image = "inventory_plus_armor.png",
|
||||
tooltip = S("3d Armor")
|
||||
})
|
||||
|
||||
unified_inventory.register_page("armor", {
|
||||
|
Reference in New Issue
Block a user