mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
modified unified_inventory to place buttons in 2 rows when +12
modified unified_inventory to hide buttons if player does not have the necessary privileges modified other mods to adjust with unified_inventory
This commit is contained in:
@ -84,6 +84,8 @@ unified_inventory.register_page("u_skins", {
|
||||
unified_inventory.register_button("u_skins", {
|
||||
type = "image",
|
||||
image = "u_skins_button.png",
|
||||
tooltip = "Skin inventory",
|
||||
show_with = false, -- modif MFF (Crabman 30/06/2015)
|
||||
})
|
||||
|
||||
-- Create all of the skin-picker pages.
|
||||
@ -163,4 +165,4 @@ minetest.register_on_joinplayer(function(player)
|
||||
end)
|
||||
|
||||
u_skins.generate_pages()
|
||||
u_skins.load_players()
|
||||
u_skins.load_players()
|
||||
|
Reference in New Issue
Block a user