diff options
author | Uberi <azhang9@gmail.com> | 2013-12-24 14:07:42 -0500 |
---|---|---|
committer | Uberi <azhang9@gmail.com> | 2013-12-24 14:07:42 -0500 |
commit | 2e41f0076dbc98561291c2bf8f257918bac7d4a2 (patch) | |
tree | 44c32540af2bd8154540fa5bec7111fb4b9cc1cd /worldedit_gui/init.lua | |
parent | 2fcea5a3c0cd47cf4248623bba490b1089cf6926 (diff) |
Mark the region with an entity cube.
Diffstat (limited to 'worldedit_gui/init.lua')
-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 |