update supported litematic version

This commit is contained in:
rfresh2
2024-07-19 13:37:16 -07:00
parent 74f46cd6eb
commit e66fdea500

View File

@@ -81,7 +81,9 @@ public enum DefaultSchematicFormats implements ISchematicFormat {
case 4: //1.12
case 5: //1.13-1.17
throw new UnsupportedOperationException("This litematic Version is too old.");
case 6: //1.18+
case 6: //1.18-1.20
throw new UnsupportedOperationException("This litematic Version is too old.");
case 7: //1.21+
return new LitematicaSchematic(nbt, false);
default:
throw new UnsupportedOperationException("Unsuported Version of a Litematica Schematic");