I did somthing

This commit is contained in:
EOT3000 2019-11-21 16:00:44 -05:00
parent c307b91b10
commit 50b71a1050

View file

@ -67,7 +67,7 @@ public class ChunkUtils {
try { try {
nbtStream.write(BlockEntityUtils.getExtraTags(tag)); nbtStream.write(BlockEntityUtils.getExtraTags(tag));
} catch (Exception e) { } catch (Exception e) {
System.out.println(tag); //
} }
} }