12
0

Load 1.15 Schems in 1.12

Dieser Commit ist enthalten in:
Lixfel 2020-02-22 15:20:01 +01:00
Ursprung 8ac38aff31
Commit 78b57a78db
2 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -103,7 +103,6 @@ class Schematic_8 {
}
}
@SuppressWarnings("deprecation")
private BlockArrayClipboard readSchematic(CompoundTag schematicTag) throws IOException {
final Map<String, IDConverter.BlockTypeID> ids = IDConverter.getMap();

Datei anzeigen

@ -142,7 +142,7 @@ public class Schematic {
}
public boolean availible(){
return Core.getVersion() > 12 || !schemFormat;
return true;
}
public Clipboard load() throws IOException, NoClipboardException {