diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2017-08-13 13:37:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-13 13:37:37 +0200 |
commit | fdd4b6e7c49f2ea3f06c3e095e7b4e931d88a3ec (patch) | |
tree | 31f40014e94a63bf4835db62deac3f1cdaa87cef /Server/Plugins/APIDump | |
parent | Shortened DoIntervalsIntersect to two comparisons, made inline. (#3883) (diff) | |
parent | cBlockInfo: Deprecate place sound (diff) | |
download | cuberite-fdd4b6e7c49f2ea3f06c3e095e7b4e931d88a3ec.tar cuberite-fdd4b6e7c49f2ea3f06c3e095e7b4e931d88a3ec.tar.gz cuberite-fdd4b6e7c49f2ea3f06c3e095e7b4e931d88a3ec.tar.bz2 cuberite-fdd4b6e7c49f2ea3f06c3e095e7b4e931d88a3ec.tar.lz cuberite-fdd4b6e7c49f2ea3f06c3e095e7b4e931d88a3ec.tar.xz cuberite-fdd4b6e7c49f2ea3f06c3e095e7b4e931d88a3ec.tar.zst cuberite-fdd4b6e7c49f2ea3f06c3e095e7b4e931d88a3ec.zip |
Diffstat (limited to 'Server/Plugins/APIDump')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 12 |
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", |