summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
authorLukas Pioch <lukas@zgow.de>2017-08-03 13:31:06 +0200
committerLukas Pioch <lukas@zgow.de>2017-08-27 14:54:43 +0200
commit0a7784465463a7c8c86a0a52b53bb510751ce3a8 (patch)
treeaff4cf44a327b9c64349c1fbc6719502d9a52caa /Server/Plugins/APIDump/APIDesc.lua
parentFixed nbt content lost on open creative inventory and alpha shorted (diff)
downloadcuberite-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/APIDump/APIDesc.lua')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua2
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 =