diff options
Diffstat (limited to 'worldedit_gui')
| -rw-r--r-- | worldedit_gui/init.lua | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/worldedit_gui/init.lua b/worldedit_gui/init.lua index be6e946..9373cf8 100644 --- a/worldedit_gui/init.lua +++ b/worldedit_gui/init.lua @@ -1,5 +1,7 @@  worldedit = worldedit or {} +--wip: simply add a button to the player inventory if unified_inventory AND inventory++ are both not installed +  --[[  Example: @@ -129,7 +131,7 @@ end  worldedit.register_gui_function("worldedit_gui", {  	name = "WorldEdit GUI",  	get_formspec = function(name) -		--create a form with all the buttons arranged in a grid --wip: show only buttons that the player has privs for +		--create a form with all the buttons arranged in a grid  		local buttons, x, y, index = {}, 0, 1, 0  		local width, height = 3, 0.8  		local columns = 5  | 
