diff options
Diffstat (limited to 'src/mapgen.cpp')
-rw-r--r-- | src/mapgen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapgen.cpp b/src/mapgen.cpp index 4433a2a58..a07f24db5 100644 --- a/src/mapgen.cpp +++ b/src/mapgen.cpp @@ -789,6 +789,7 @@ bool DecoSchematic::loadSchematicFile() { Version changes: 1 - Initial version 2 - Fixed messy never/always place; 0 probability is now never, 0xFF is always + 3 - Added y-slice probabilities; this allows for variable height structures */ void DecoSchematic::saveSchematicFile(INodeDefManager *ndef) { std::ostringstream ss(std::ios_base::binary); |