Clarify why mcedit is discontinued

This commit is contained in:
NotMyFault 2021-05-08 14:55:25 +02:00
parent bb2fe3a8bc
commit 00d689a238
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -104,7 +104,7 @@ public enum BuiltInClipboardFormat implements ClipboardFormat {
@Override
public ClipboardWriter getWriter(OutputStream outputStream) throws IOException {
throw new IOException("This format does not support saving");
throw new IOException("The formats `.schematic`, `.mcedit` and `.mce` are discontinued on versions newer than 1.12 and superseded by the sponge schematic implementation known for `.schem` files.");
}
@Override