diff options
author | 12xx12 <44411062+12xx12@users.noreply.github.com> | 2021-03-05 14:04:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 14:04:48 +0100 |
commit | 4d6235c807e8142a41bab86a4dc1a49fb1a078ca (patch) | |
tree | 6b1c7c33d0d5e8456177b3e2bf160492d79d5d8f /Server/Plugins/APIDump/APIDesc.lua | |
parent | Prepare ChunkData for BlockState storage (#5105) (diff) | |
download | cuberite-4d6235c807e8142a41bab86a4dc1a49fb1a078ca.tar cuberite-4d6235c807e8142a41bab86a4dc1a49fb1a078ca.tar.gz cuberite-4d6235c807e8142a41bab86a4dc1a49fb1a078ca.tar.bz2 cuberite-4d6235c807e8142a41bab86a4dc1a49fb1a078ca.tar.lz cuberite-4d6235c807e8142a41bab86a4dc1a49fb1a078ca.tar.xz cuberite-4d6235c807e8142a41bab86a4dc1a49fb1a078ca.tar.zst cuberite-4d6235c807e8142a41bab86a4dc1a49fb1a078ca.zip |
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 430e43df6..c84260903 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -16999,6 +16999,58 @@ end { Notes = "A flag in the metadata of sponges that indicates that the sponge is wet.", }, + E_META_MUSHROOM_ALL_SIDES = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on all sides.", + }, + E_META_MUSHROOM_NORTH_WEST = + { + Notes = "A flag in the metadata of mushroom blocks to display the pore texture on north and west side.", + }, + E_META_MUSHROOM_NORTH = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on north side.", + }, + E_META_MUSHROOM_NORTH_EAST = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on north and east side.", + }, + E_META_MUSHROOM_WEST = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on west side.", + }, + E_META_MUSHROOM_CENTER = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on top.", + }, + E_META_MUSHROOM_EAST = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on east side.", + }, + E_META_MUSHROOM_SOUTH_WEST = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on south and west side.", + }, + E_META_MUSHROOM_SOUTH = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on south side.", + }, + E_META_MUSHROOM_SOUTH_EAST = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on south and east side.", + }, + E_META_MUSHROOM_STEM = + { + Notes = "A flag in the metadata of mushroom blocks to display the stem texture on all sides but not on top and bottom.", + }, + E_META_MUSHROOM_CAP = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on all sides.", + }, + E_META_MUSHROOM_FULL_STEM = + { + Notes = "A flag in the metadata of mushroom blocks to display the stem texture on all sides.", + }, esBed = { Notes = "A bed explosion. The SourceData param is the {{Vector3i|position}} of the bed.", |