diff options
| author | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2018-12-17 02:20:30 -0500 |
|---|---|---|
| committer | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2018-12-17 02:20:30 -0500 |
| commit | ec25fd83415d0ecb49f41295af3dc30f14850b2f (patch) | |
| tree | 59fe699656e75a52e6665b385907b86cc0b89c16 /worldedit_commands | |
| parent | 856b86858ebfa4af2c352b022188f82dcff7ed92 (diff) | |
| download | dreambuilder_modpack-ec25fd83415d0ecb49f41295af3dc30f14850b2f.tar dreambuilder_modpack-ec25fd83415d0ecb49f41295af3dc30f14850b2f.tar.gz dreambuilder_modpack-ec25fd83415d0ecb49f41295af3dc30f14850b2f.tar.bz2 dreambuilder_modpack-ec25fd83415d0ecb49f41295af3dc30f14850b2f.tar.xz dreambuilder_modpack-ec25fd83415d0ecb49f41295af3dc30f14850b2f.zip | |
update biome_lib, digilines, hotbar, mesecons, pipeworks,
ropes, technic, unified inventory, unified dyes, vines, and worldedit
Diffstat (limited to 'worldedit_commands')
| -rw-r--r-- | worldedit_commands/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worldedit_commands/init.lua b/worldedit_commands/init.lua index 763e895..61aafc1 100644 --- a/worldedit_commands/init.lua +++ b/worldedit_commands/init.lua @@ -108,7 +108,7 @@ end minetest.register_chatcommand("/about", {
params = "",
- description = "Get information about the mod",
+ description = "Get information about the WorldEdit mod",
func = function(name, param)
worldedit.player_notify(name, "WorldEdit " .. worldedit.version_string .. " is available on this server. Type /help to get a list of commands, or get more information at https://github.com/Uberi/Minetest-WorldEdit/")
end,
|
