summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-03-31 20:13:08 +0200
committerSTRWarrior <niels.breuker@hotmail.nl>2014-03-31 20:13:08 +0200
commitb19022fc7ea4cb6bd1bc6f4b212478e65b5fa5a1 (patch)
tree8dec3da8578f8a2e10773910b0b2d7f1d6653838
parentFixed typo (diff)
downloadcuberite-b19022fc7ea4cb6bd1bc6f4b212478e65b5fa5a1.tar
cuberite-b19022fc7ea4cb6bd1bc6f4b212478e65b5fa5a1.tar.gz
cuberite-b19022fc7ea4cb6bd1bc6f4b212478e65b5fa5a1.tar.bz2
cuberite-b19022fc7ea4cb6bd1bc6f4b212478e65b5fa5a1.tar.lz
cuberite-b19022fc7ea4cb6bd1bc6f4b212478e65b5fa5a1.tar.xz
cuberite-b19022fc7ea4cb6bd1bc6f4b212478e65b5fa5a1.tar.zst
cuberite-b19022fc7ea4cb6bd1bc6f4b212478e65b5fa5a1.zip
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index 1b020501c..657ac6aa6 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -247,6 +247,9 @@ g_APIDesc =
<tr>
<td> A </td><td> B </td><td> B </td><td> A </td><td> B </td><td> B </td>
</tr>
+ <tr>
+ <td> A </td><td> A </td><td> A </td><td> A </td><td> B </td><td> air </td>
+ </td>
</tbody></table>
<p>
@@ -255,7 +258,6 @@ g_APIDesc =
<li class="level1">msOverwrite completely overwrites all blocks with the Src's blocks</li>
<li class="level1">msFillAir overwrites only those blocks that were air</li>
<li class="level1">msImprint overwrites with only those blocks that are non-air</li>
- <li class="level1">msSpongePrint Sponge overwrites nothing, everything else overwrites anything</li>
<li class="level1">msDifference changes all the blocks which are the same to air. Otherwise the source block gets placed.</li>
</ol>
</p>