mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 20:43:54 +00:00
Improve a few dependency scopes
This commit is contained in:
@ -107,7 +107,7 @@ public enum BuiltInClipboardFormat implements ClipboardFormat {
|
||||
@Override
|
||||
public ClipboardWriter getWriter(OutputStream outputStream) throws IOException {
|
||||
//FAWE start - be a more helpful exception
|
||||
throw new IOException("The formats `.schematic`, `.mcedit` and `.mce` are discontinued on versions newer than" +
|
||||
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.");
|
||||
//FAWE end
|
||||
}
|
||||
|
Reference in New Issue
Block a user