diff options
author | madmaxoft <github@xoft.cz> | 2014-06-13 00:09:01 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-06-13 00:10:01 +0200 |
commit | 72043f5b0cc2e930c2a616d84a8fea25f7224c59 (patch) | |
tree | c065315ffef3ba8afc500c4a2e061c438498a067 /MCServer/Plugins/APIDump/APIDesc.lua | |
parent | Typo Correction (diff) | |
download | cuberite-72043f5b0cc2e930c2a616d84a8fea25f7224c59.tar cuberite-72043f5b0cc2e930c2a616d84a8fea25f7224c59.tar.gz cuberite-72043f5b0cc2e930c2a616d84a8fea25f7224c59.tar.bz2 cuberite-72043f5b0cc2e930c2a616d84a8fea25f7224c59.tar.lz cuberite-72043f5b0cc2e930c2a616d84a8fea25f7224c59.tar.xz cuberite-72043f5b0cc2e930c2a616d84a8fea25f7224c59.tar.zst cuberite-72043f5b0cc2e930c2a616d84a8fea25f7224c59.zip |
Diffstat (limited to 'MCServer/Plugins/APIDump/APIDesc.lua')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index c97e2dbf8..19ca971e2 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -2934,6 +2934,7 @@ end { -- No sorting is provided for these, they will be output in the same order as defined here { FileName = "Writing-a-MCServer-plugin.html", Title = "Writing a MCServer plugin" }, + { FileName = "InfoFile.html", Title = "Using the Info.lua file" }, { FileName = "SettingUpDecoda.html", Title = "Setting up the Decoda Lua IDE" }, { FileName = "SettingUpZeroBrane.html", Title = "Setting up the ZeroBrane Studio Lua IDE" }, { FileName = "UsingChunkStays.html", Title = "Using ChunkStays" }, |