From 87a7bfa9aa1edd0d4ba467b341147fcaab3be7cf Mon Sep 17 00:00:00 2001 From: "admin@omencraft.com" Date: Sun, 30 Oct 2011 07:10:22 +0000 Subject: Added Long Tag. It'll now go through the entire NBT data without erroring out. I'm not sure that it's actually saving all tag 7 data though. git-svn-id: http://mc-server.googlecode.com/svn/trunk@24 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- converter/cConvert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/cConvert.cpp') diff --git a/converter/cConvert.cpp b/converter/cConvert.cpp index 0906a646e..876d1a009 100644 --- a/converter/cConvert.cpp +++ b/converter/cConvert.cpp @@ -176,7 +176,7 @@ int main () { cNBTData* NBTData = new cNBTData::cNBTData(BlockData, (testr)); //NBTData->m_bDecompressed = true; NBTData->ParseData(); - //NBTData->PrintData(); + NBTData->PrintData(); return 1; fwrite( BlockData, DestSize, 1, wf ); //write contents of uncompressed block data to file to check to see if it's valid... It is! :D //fwrite( &temparr, compdlength, sizeof(unsigned char), wf ); -- cgit v1.2.3