Skip to content

Commit 8c2a36f

Browse files
committed
feat: update README
1 parent 66367a2 commit 8c2a36f

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
# lazy-language-loader
2-
lazy-language-loader improves loading times when changing your language by only reloading the language instead of all the game resources!
2+
3+
lazy-language-loader improves loading times when changing your language by only reloading the language instead of all
4+
the game resources!
5+
6+
## Check out the Before/After
7+
- Before
8+
![](https://github.com/ChachyDev/lazy-language-loader/blob/1.20.x/dev/.github/videos/before.gif)
9+
10+
11+
- After
12+
![](https://github.com/ChachyDev/lazy-language-loader/blob/1.20.x/dev/.github/videos/after.gif)
313

414
## Background
15+
516
Currently, when you load in a language on lower-spec computers it takes quite a noticeable amount of time...
617
This mod aims to fix that massive freeze-up by instead of reloading all the game resources just reload
718
the language manager. The language manager handles game translations/localization etc. By using this mod
8-
the delay should be very less noticeable due to no longer reloading every resource.
19+
the delay should be very less noticeable due to no longer reloading every resource.
20+
21+
## Downloads
22+
23+
You can find the latest release either on
24+
the [release page](https://github.com/ChachyDev/lazy-language-loader/releases/latest), [Modrinth](https://modrinth.com/mod/lazy-language-loader/versions)
25+
or [CurseForge](https://www.curseforge.com/minecraft/mc-mods/lazy-language-loader/files)

0 commit comments

Comments
 (0)