Skip to content

Commit

Permalink
Add fixes for MC-264962
Browse files Browse the repository at this point in the history
  • Loading branch information
MMK21Hub committed Aug 22, 2023
1 parent fdd784c commit 95e958a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/fixes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,17 @@ const fixes: Fix[] = [
transformer: new ReplaceTransformer("Shipwrecks etc", "Shipwrecks, etc"),
versions: ["23w04a", "23w06a"],
}),
...multiFixGroup(
"MC-264962",
new ReplaceTransformer("%1$s+%2$s", "%1$s + %2$s"),
["inventory.hotbarInfo", "inventory.hotbarSaved"]
),
new Fix({
bug: "MC-264962",
key: "options.accessibility.narrator_hotkey.tooltip",
transformer: new ReplaceTransformer("'Ctrl+B'", "Ctrl + B"),
versions: ["23w33a", null],
}),
]

export default fixes

0 comments on commit 95e958a

Please sign in to comment.