update some configs

This commit is contained in:
2025-04-23 14:57:45 +02:00
parent 22fbed0d03
commit 0a06f748f9
6 changed files with 164 additions and 28 deletions

View File

@@ -25,6 +25,9 @@ general {
# Try to fix MC-5694 ("High efficiency tools / fast mining destroys some blocks client-side only") [default: true]
B:mc5694Fix=true
# Grant the "Getting Wood" achievement for any log, including modded [default: true]
B:mineWoodFix=true
# Fixes the "NNBSP" character in DateFormat outputs in Java 20+, as in the singleplayer world selection menu [default: true]
B:nnbspFix=true
@@ -39,6 +42,9 @@ general {
# Sorts enchantments in item tooltips (alphabetically) [default: true]
B:sortedEnchantments=true
# Prevents "Too Expensive!" from appearing in vanilla anvils, allowing very expensive enchanting or repairing [default: false]
B:tooExpensive=false
}