From 9472380494a1482ef1024b3ef0c8bafb1b6f4998 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Fri, 4 Aug 2017 13:34:56 +0100 Subject: cBlockInfo: Deprecate place sound --- Server/Plugins/APIDump/APIDesc.lua | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'Server/Plugins/APIDump/APIDesc.lua') 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 = "(DEPRECATED) 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", -- cgit v1.2.3