summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2015-03-06 14:37:40 +0100
committerMattes D <github@xoft.cz>2015-03-21 22:00:58 +0100
commit37f53d0f78729a150983ee52ea5057f392302806 (patch)
tree6cc0b87546a8f36e52504da9b26757f33eb7c0a1
parentAPIDump: Documented all undocumented functions in cWorld (diff)
downloadcuberite-37f53d0f78729a150983ee52ea5057f392302806.tar
cuberite-37f53d0f78729a150983ee52ea5057f392302806.tar.gz
cuberite-37f53d0f78729a150983ee52ea5057f392302806.tar.bz2
cuberite-37f53d0f78729a150983ee52ea5057f392302806.tar.lz
cuberite-37f53d0f78729a150983ee52ea5057f392302806.tar.xz
cuberite-37f53d0f78729a150983ee52ea5057f392302806.tar.zst
cuberite-37f53d0f78729a150983ee52ea5057f392302806.zip
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index 13a04d6e7..9a5030021 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -197,6 +197,7 @@ g_APIDesc =
baMetas = { Notes = "Operations should work on block metas" },
baLight = { Notes = "Operations should work on block (emissive) light" },
baSkyLight = { Notes = "Operations should work on skylight" },
+ msDifference = { Notes = "Block becomes air if Src and Dst are the same." },
msOverwrite = { Notes = "Src overwrites anything in Dst" },
msFillAir = { Notes = "Dst is overwritten by Src only where Src has air blocks" },
msImprint = { Notes = "Src overwrites Dst anywhere where Dst has non-air blocks" },