Enable placement rotation fix for 1.21+ clients by default

This commit is contained in:
FlorianMichael 2024-10-10 19:34:23 +02:00
parent 98a17f4b7f
commit ccfd9d1e81
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126

View File

@ -78,6 +78,7 @@ public class ProtocolTranslator {
1_13-tab-complete-delay: 5
no-delay-shield-blocking: true
handle-invalid-item-count: true
fix-1_21-placement-rotation: true
""", StandardOpenOption.CREATE_NEW);
} catch (FileAlreadyExistsException ignored) {
} catch (Throwable e) {