forked from SteamWar/SteamWar
Fixes...
This commit is contained in:
@@ -67,8 +67,8 @@ public class WorldEditWrapper21 implements WorldEditWrapper {
|
||||
public Clipboard getClipboard(InputStream is, NodeData.SchematicFormat schemFormat) throws IOException {
|
||||
return switch (schemFormat) {
|
||||
case MCEDIT -> new MCEditSchematicReader(new NBTInputStream(is)).read();
|
||||
case V2 -> new FastSchematicReaderV2(new NBTInputStream(is)).read();
|
||||
case V3 -> new FaWeSchematicReaderV3(is).read();
|
||||
case SPONGE_V2 -> new FastSchematicReaderV2(new NBTInputStream(is)).read();
|
||||
case SPONGE_V3 -> new FaWeSchematicReaderV3(is).read();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user