9 lines
174 B
Lua
9 lines
174 B
Lua
|
|
|
|
if minetest.get_modpath("unified_inventory") then
|
|
unified_inventory.register_button("mail", {
|
|
type = "image",
|
|
image = "mail_button.png",
|
|
tooltip = "Mail"
|
|
})
|
|
end |