diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2015-03-06 15:23:03 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-03-21 22:01:12 +0100 |
commit | 7df58d8b214a48763c34b6f849856d4580c45bfe (patch) | |
tree | 2dcdbe154b45a5e0c130b890b75fb01f9d238a4e /MCServer/Plugins/APIDump/APIDesc.lua | |
parent | APIDump: Documented function in cChunkDesc (diff) | |
download | cuberite-7df58d8b214a48763c34b6f849856d4580c45bfe.tar cuberite-7df58d8b214a48763c34b6f849856d4580c45bfe.tar.gz cuberite-7df58d8b214a48763c34b6f849856d4580c45bfe.tar.bz2 cuberite-7df58d8b214a48763c34b6f849856d4580c45bfe.tar.lz cuberite-7df58d8b214a48763c34b6f849856d4580c45bfe.tar.xz cuberite-7df58d8b214a48763c34b6f849856d4580c45bfe.tar.zst cuberite-7df58d8b214a48763c34b6f849856d4580c45bfe.zip |
Diffstat (limited to '')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index ff98072cf..c8979cd0f 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -197,7 +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." }, + msDifference = { Notes = "Block becomes air if Src and Dst are the same. Else it becomes the source block." }, 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" }, |