Change "fix-1_21-placement-rotation" to true by default (#4245)

This commit is contained in:
Pro 2024-11-06 09:32:15 -05:00 committed by GitHub
parent e878d77959
commit 1620fc35f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ public abstract class AbstractViaConfig extends Config implements ViaVersionConf
handleInvalidItemCount = getBoolean("handle-invalid-item-count", false);
cancelBlockSounds = getBoolean("cancel-block-sounds", true);
hideScoreboardNumbers = getBoolean("hide-scoreboard-numbers", false);
fix1_21PlacementRotation = getBoolean("fix-1_21-placement-rotation", false);
fix1_21PlacementRotation = getBoolean("fix-1_21-placement-rotation", true);
}
private BlockedProtocolVersions loadBlockedProtocolVersions() {

View File

@ -168,7 +168,7 @@ handle-invalid-item-count: false
hide-scoreboard-numbers: false
#
# Fixes 1.21+ clients on 1.20.5 servers placing water/lava buckets at the wrong location when moving fast, NOTE: This may cause issues with anti-cheat plugins.
fix-1_21-placement-rotation: false
fix-1_21-placement-rotation: true
#
#----------------------------------------------------------#
# 1.9+ CLIENTS ON 1.8 SERVERS OPTIONS #