Permalink
Browse files

Improved cBlockArea.msDifference documentation

  • Loading branch information...
NiLSPACE committed Mar 6, 2015
1 parent d099bb4 commit a0a6d41aa14a3af747a1091e12c4ceb4e882e30c
Showing with 1 addition and 1 deletion.
  1. +1 −1 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" },

0 comments on commit a0a6d41

Please sign in to comment.