Skip to content

Commit

Permalink
Fix my misspelling of 22w46a; update my username
Browse files Browse the repository at this point in the history
  • Loading branch information
MMK21Hub committed Nov 17, 2022
1 parent adc59c1 commit 1017fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

- It currently targets the 1.19 release branch, but there is a "[compatibility release](https://github.com/MMK21Hub/Capitalisation-Fixes/releases/tag/v2.0-compat)" that you can use in 1.18.x versions
- It currently supports two languages: `en_us` and `en_gb`. Other languages will not have the fixes applied to them.
- You can submit feedback and bug reports under the [Issues tab](https://github.com/MMK21Hub/Capitalisation-Fixes/issues), or you can DM `MMK21Games#2121` on Discord
- You can submit feedback and bug reports under the [Issues tab](https://github.com/MMK21Hub/Capitalisation-Fixes/issues), or you can DM `MMK21#2121` on Discord

To download, go to the [Releases tab](https://github.com/MMK21Hub/Capitalisation-Fixes/releases), choose the latest stable release and download the zip file. Install it just like any other resource pack. You can find the changelog [in a separate file](Changelog.md).

Expand Down
2 changes: 1 addition & 1 deletion src/fixes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const fixes: Fix[] = [
bug: "MC-257618",
key: "telemetry.event.world_loaded.description",
transformer: new ReplaceTransformer("pair", "paired"),
versions: ["22w26a", null],
versions: ["22w46a", null],
}),
]

Expand Down

0 comments on commit 1017fa2

Please sign in to comment.