Corrupt minecraft text by translating it back and forth
Go to file
Johannes Frohnmeyer 62f4415b28
ci/woodpecker/push/jfmod Pipeline was successful Details
chore: update to 1.20.4
2023-12-07 19:56:32 +01:00
src chore: update to 1.20.4 2023-12-07 19:56:32 +01:00
.gitignore Fix some things (hopefully) 2020-08-07 12:47:37 +02:00
.woodpecker.yml Update to new infrastructure 2022-11-25 17:14:38 +01:00
LICENSE Fix some things (hopefully) 2020-08-07 12:47:37 +02:00
README.md Add README from modrinth 2022-03-13 17:10:39 +01:00
build.gradle.kts chore: update to 1.20.4 2023-12-07 19:56:32 +01:00
icon.xcf icons + more complete namecache 2020-07-10 20:46:39 +02:00
settings.gradle.kts Use new config compiler 2022-12-29 16:02:29 +01:00

README.md

Translater takes all the text in minecraft and runs it through Google Translate 5 times (configurable). This leaves the text in a state that is still partially understandable but hilarious to play with. The mod caches all responses from Google Translate to reduce loading times as creating the cache can take up to 3 hours for vanilla (~5000 pieces of text) This allows it to have no major impact on loading/performance after generating the cache. In fact, a pre-generated name cache is even contained in the mod and will be used if possible. You can also download the additional file with pre-cached responses for most mods to improve speeds at the cost of a bit more disk space. Please note that generating the additional file takes some time, so it might not be available right after an update This should work fine with most other mods that use the vanilla system for translation.

You can configure the following things:

  • The amount of times all text should be translated (defaults to 10, requires cache recreation)
  • Whether to use random languages as source languages (this causes most text to be unrecognizable, requires cache recreation)
  • The target language for translations, should also equal the games language. You can use "auto" to attempt automatic detection
  • Progress indicators for translations to watch over the initial generation