summaryrefslogtreecommitdiffstats
path: root/source/BlockArea.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/BlockArea.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/BlockArea.cpp b/source/BlockArea.cpp
index c39819b4f..472b14c59 100644
--- a/source/BlockArea.cpp
+++ b/source/BlockArea.cpp
@@ -293,6 +293,11 @@ bool cBlockArea::SaveToSchematicFile(const AString & a_FileName)
AString Dummy(GetBlockCount(), 0);
Writer.AddByteArray("Data", Dummy.data(), Dummy.size());
}
+ // TODO: Save entities and block entities
+ Writer.BeginList("Entities", TAG_Compound);
+ Writer.EndList();
+ Writer.BeginList("TileEntities", TAG_Compound);
+ Writer.EndList();
Writer.Finish();
// TODO: Save to file