From 8557549cfac260867112be96e24b2c0e059db47e Mon Sep 17 00:00:00 2001
From: madmaxoft
- Special strategies: -
+For each strategy, evaluate the table rows from top downwards, the first match wins.
- msLake (evaluate top-down, first match wins): + msLake - used for merging areas with lava and water lakes, in the appropriate generator.
area block | Notes | @@ -293,6 +292,23 @@ g_APIDesc =A | * | A | Everything else is left as it is |
---|
+ msSpongePrint - 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. +
+area block | Notes | +||
---|---|---|---|
this | Src | result | + |
A | sponge | A | Sponge is the NOP block | +
* | B | B | Everything else overwrites anything | +