summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-03-28 18:03:37 +0100
committermadmaxoft <github@xoft.cz>2014-03-28 18:03:37 +0100
commit8557549cfac260867112be96e24b2c0e059db47e (patch)
treef818ce92a9ed4773d7166a9d0f24c0db0f77beef /MCServer/Plugins/APIDump/APIDesc.lua
parentNetherFort: Added BalconyTee2 prefab. (diff)
downloadcuberite-8557549cfac260867112be96e24b2c0e059db47e.tar
cuberite-8557549cfac260867112be96e24b2c0e059db47e.tar.gz
cuberite-8557549cfac260867112be96e24b2c0e059db47e.tar.bz2
cuberite-8557549cfac260867112be96e24b2c0e059db47e.tar.lz
cuberite-8557549cfac260867112be96e24b2c0e059db47e.tar.xz
cuberite-8557549cfac260867112be96e24b2c0e059db47e.tar.zst
cuberite-8557549cfac260867112be96e24b2c0e059db47e.zip
Diffstat (limited to 'MCServer/Plugins/APIDump/APIDesc.lua')
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua24
1 files changed, 20 insertions, 4 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index 01f000182..6f8a14421 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -258,12 +258,11 @@ g_APIDesc =
</ol>
</p>
- <p>
- Special strategies:
- </p>
+ <h3>Special strategies</h3>
+ <p>For each strategy, evaluate the table rows from top downwards, the first match wins.</p>
<p>
- <strong>msLake</strong> (evaluate top-down, first match wins):
+ <strong>msLake</strong> - used for merging areas with lava and water lakes, in the appropriate generator.
</p>
<table><tbody><tr>
<th colspan="2"> area block </th><th> </th><th> Notes </th>
@@ -293,6 +292,23 @@ g_APIDesc =
<td> A </td><td> * </td><td> A </td><td> Everything else is left as it is </td>
</tr>
</tbody></table>
+
+
+ <p>
+ <strong>msSpongePrint</strong> - used for most prefab-generators to merge the prefabs. Similar to
+ msImprint, but uses the sponge block as the NOP block instead, so that the prefabs may carve out air
+ pockets, too.
+ </p>
+ <table><tbody><tr>
+ <th colspan="2"> area block </th><th> </th><th> Notes </th>
+ </tr><tr>
+ <th> this </th><th> Src </th><th> result </th><th> </th>
+ </tr><tr>
+ <td> A </td><td> sponge </td><td> A </td><td> Sponge is the NOP block </td>
+ </tr><tr>
+ <td> * </td><td> B </td><td> B </td><td> Everything else overwrites anything </td>
+ </tr>
+ </tbody></table>
]],
}, -- Merge strategies
}, -- AdditionalInfo