Disable VV chunk-border-fix option

It doesn't work on some servers and should be fixed properly on game level at some point
This commit is contained in:
FlorianMichael 2024-06-05 00:43:46 +02:00
parent b230a9e2f7
commit a1f3552944
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126

View File

@ -268,11 +268,9 @@ public class ProtocolTranslator {
try {
final File viaVersionConfig = new File(configFolder, "viaversion.yml");
Files.writeString(viaVersionConfig.toPath(), """
check-for-updates: false
fix-infested-block-breaking: false
shield-blocking: false
no-delay-shield-blocking: true
chunk-border-fix: true
handle-invalid-item-count: true
""", StandardOpenOption.CREATE_NEW);
} catch (FileAlreadyExistsException ignored) {