diff options
author | Lukas Pioch <lukas@zgow.de> | 2017-08-03 13:31:06 +0200 |
---|---|---|
committer | Lukas Pioch <lukas@zgow.de> | 2017-08-27 14:54:43 +0200 |
commit | 0a7784465463a7c8c86a0a52b53bb510751ce3a8 (patch) | |
tree | aff4cf44a327b9c64349c1fbc6719502d9a52caa /Server/Plugins | |
parent | Fixed nbt content lost on open creative inventory and alpha shorted (diff) | |
download | cuberite-0a7784465463a7c8c86a0a52b53bb510751ce3a8.tar cuberite-0a7784465463a7c8c86a0a52b53bb510751ce3a8.tar.gz cuberite-0a7784465463a7c8c86a0a52b53bb510751ce3a8.tar.bz2 cuberite-0a7784465463a7c8c86a0a52b53bb510751ce3a8.tar.lz cuberite-0a7784465463a7c8c86a0a52b53bb510751ce3a8.tar.xz cuberite-0a7784465463a7c8c86a0a52b53bb510751ce3a8.tar.zst cuberite-0a7784465463a7c8c86a0a52b53bb510751ce3a8.zip |
Diffstat (limited to 'Server/Plugins')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index a22eab601..01bd5f42e 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -6938,7 +6938,7 @@ These ItemGrids are available in the API and can be manipulated by the plugins, { m_BookContent = { - Type = "{{cBookContent|cBookContent}}", + Type = "cBookContent", Notes = "If it's a written or a writeable book, it contains the information of the book: Author, title and pages", }, m_CustomName = |