mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +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:
@ -77,6 +77,8 @@ if unified_inventory then --unified inventory installed
|
||||
unified_inventory.register_button("worldedit_gui", {
|
||||
type = "image",
|
||||
image = "inventory_plus_worldedit_gui.png",
|
||||
tooltip = "Worldedit GUI",
|
||||
show_with = "worldedit", --Modiff MFF (Crabman 30/06/2015)
|
||||
})
|
||||
|
||||
minetest.register_on_player_receive_fields(function(player, formname, fields)
|
||||
|
Reference in New Issue
Block a user