Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.37 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.37 KB

Randomized Language

What is this?

This is a minecraft fabric mod that allows you to randomize your game's language with just a single press of a key. You can also always return to your native language by pressing another keybind.

Downloads

You can download this mod on modrinth. https://modrinth.com/mod/randomized-language

How to compile this mod? (assuming you're on linux)

  1. Make sure you have git and jdk 21 installed. If not, check these links out: https://git-scm.com/downloads, https://www.oracle.com/pl/java/technologies/downloads. You can also try to install these programs with your distro's package manager.
  2. Clone the repo: git clone https://github.com/Blayung/randomized-language-mod.git; cd randomized-language-mod
  3. Compile the mod: ./gradlew build
  4. Now the mod jar file should be here: ./build/libs/randomized-language-1.3.3.jar