diff options
author | 12xx12 <44411062+12xx12@users.noreply.github.com> | 2020-10-11 17:27:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-11 17:27:41 +0200 |
commit | c080f819d2af3cc8c71d39c222a249e4df5e6f67 (patch) | |
tree | 94dc27dacbd040be12348150914d0d7ff1d42d91 /Server/Plugins | |
parent | Corrected invalid syntax for return types in APIDoc (#4989) (diff) | |
download | cuberite-c080f819d2af3cc8c71d39c222a249e4df5e6f67.tar cuberite-c080f819d2af3cc8c71d39c222a249e4df5e6f67.tar.gz cuberite-c080f819d2af3cc8c71d39c222a249e4df5e6f67.tar.bz2 cuberite-c080f819d2af3cc8c71d39c222a249e4df5e6f67.tar.lz cuberite-c080f819d2af3cc8c71d39c222a249e4df5e6f67.tar.xz cuberite-c080f819d2af3cc8c71d39c222a249e4df5e6f67.tar.zst cuberite-c080f819d2af3cc8c71d39c222a249e4df5e6f67.zip |
Diffstat (limited to 'Server/Plugins')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index f339aa6d1..6cfcb9c15 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -16867,6 +16867,18 @@ end { Notes = "" }, + E_META_SILVERFISH_EGG_CHISELED_STONE_BRICK = + { + Notes = "A flag in the metadata of the silverfish egg that the block is made from chiseled stone bricks" + }, + E_META_SILVERFISH_EGG_CRACKED_STONE_BRICK = + { + Notes = "A flag in the metadata of the silverfish egg that the block is made from cracked stone bricks" + }, + E_META_SILVERFISH_EGG_MOSSY_STONE_BRICK = + { + Notes = "A flag in the metadata of the silverfish egg that the block is made from mossy stone bricks" + }, E_META_SPONGE_DRY = { Notes = "A flag in the metadata of sponges that indicates that the sponge is dry.", |