From f7df8e133b66aafcf35f0590a0ac525a7d2f9278 Mon Sep 17 00:00:00 2001
From: STRWarrior
Date: Mon, 31 Mar 2014 19:58:19 +0200
Subject: Documented msDifference
---
MCServer/Plugins/APIDump/APIDesc.lua | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index 6f8a14421..532b4b665 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -230,22 +230,22 @@ g_APIDesc =
- area block | result |
+ area block | result |
- this | Src | msOverwrite | msFillAir | msImprint |
+ this | Src | msOverwrite | msFillAir | msImprint | msDifference |
- air | air | air | air | air |
+ air | air | air | air | air | air |
- A | air | air | A | A |
+ A | air | air | A | A | air |
- air | B | B | B | B |
+ air | B | B | B | B | B |
- A | B | B | A | B |
+ A | B | B | A | B | B |
@@ -255,6 +255,8 @@ g_APIDesc =
msOverwrite completely overwrites all blocks with the Src's blocks
msFillAir overwrites only those blocks that were air
msImprint overwrites with only those blocks that are non-air
+ msSpongePrint Sponge overwrites nothing, everything else overwrites anything
+ msDifference changes all the blocks wich are the same to air. Otherwise the source block gets placed.
--
cgit v1.2.3