summaryrefslogtreecommitdiffstats
path: root/Server
diff options
context:
space:
mode:
authorpeterbell10 <peterbell10@live.co.uk>2017-08-04 14:34:56 +0200
committerpeterbell10 <peterbell10@live.co.uk>2017-08-07 10:31:36 +0200
commit9472380494a1482ef1024b3ef0c8bafb1b6f4998 (patch)
tree04e088f96b4cbebdc3072c4ee48de15448748cf7 /Server
parentFixed compilation for clang 4.0 & gcc 7.1 (diff)
downloadcuberite-9472380494a1482ef1024b3ef0c8bafb1b6f4998.tar
cuberite-9472380494a1482ef1024b3ef0c8bafb1b6f4998.tar.gz
cuberite-9472380494a1482ef1024b3ef0c8bafb1b6f4998.tar.bz2
cuberite-9472380494a1482ef1024b3ef0c8bafb1b6f4998.tar.lz
cuberite-9472380494a1482ef1024b3ef0c8bafb1b6f4998.tar.xz
cuberite-9472380494a1482ef1024b3ef0c8bafb1b6f4998.tar.zst
cuberite-9472380494a1482ef1024b3ef0c8bafb1b6f4998.zip
Diffstat (limited to 'Server')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua12
1 files changed, 1 insertions, 11 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index 9e920d429..bcc9b8ec4 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -202,7 +202,7 @@ return
Type = "string",
},
},
- Notes = "Returns the name of the sound that is played when placing the block of this type.",
+ Notes = "(<b>DEPRECATED</b>) Not used by cuberite internally and always returns an empty string.",
},
GetSpreadLightFalloff =
{
@@ -378,16 +378,6 @@ return
Type = "bool",
Notes = "Can a piston break this block?",
},
- m_PlaceSound =
- {
- Type = "string",
- Notes = "The name of the sound that is placed when a block is placed.",
- },
- m_RequiresSpecialTool =
- {
- Type = "bool",
- Notes = "Does this block require a tool to drop?",
- },
m_SpreadLightFalloff =
{
Type = "number",