Load 1.15 Schems in 1.12
Dieser Commit ist enthalten in:
Ursprung
8ac38aff31
Commit
78b57a78db
@ -103,7 +103,6 @@ class Schematic_8 {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
private BlockArrayClipboard readSchematic(CompoundTag schematicTag) throws IOException {
|
||||
final Map<String, IDConverter.BlockTypeID> ids = IDConverter.getMap();
|
||||
|
||||
|
@ -142,7 +142,7 @@ public class Schematic {
|
||||
}
|
||||
|
||||
public boolean availible(){
|
||||
return Core.getVersion() > 12 || !schemFormat;
|
||||
return true;
|
||||
}
|
||||
|
||||
public Clipboard load() throws IOException, NoClipboardException {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren