diff options
author | Zach DeCook <zachdecook@gmail.com> | 2019-06-11 01:28:02 +0200 |
---|---|---|
committer | peterbell10 <peterbell10@live.co.uk> | 2019-06-11 01:28:02 +0200 |
commit | 31a8d017d98bfee2e130cecb82f75911efba1c80 (patch) | |
tree | 1367bb2dabb391878cd837356befc74d40263b79 /Server/Plugins | |
parent | Create Ender Portal with Eyes of Ender (#4126) (diff) | |
download | cuberite-31a8d017d98bfee2e130cecb82f75911efba1c80.tar cuberite-31a8d017d98bfee2e130cecb82f75911efba1c80.tar.gz cuberite-31a8d017d98bfee2e130cecb82f75911efba1c80.tar.bz2 cuberite-31a8d017d98bfee2e130cecb82f75911efba1c80.tar.lz cuberite-31a8d017d98bfee2e130cecb82f75911efba1c80.tar.xz cuberite-31a8d017d98bfee2e130cecb82f75911efba1c80.tar.zst cuberite-31a8d017d98bfee2e130cecb82f75911efba1c80.zip |
Diffstat (limited to '')
-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.", |