diff options
Diffstat (limited to 'Server/Plugins/APIDump')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index a3ebde9bb..2bd47cbf5 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -16582,6 +16582,14 @@ end { Notes = "A flag in the metadata of heads that indicates that the head is a zombie head.", }, + E_META_SPONGE_DRY = + { + Notes = "A flag in the metadata of sponges that indicates that the sponge is dry.", + }, + E_META_SPONGE_WET = + { + Notes = "A flag in the metadata of sponges that indicates that the sponge is wet.", + }, esBed = { Notes = "A bed explosion. The SourceData param is the {{Vector3i|position}} of the bed.", |