Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blayung/randomized-language-mod
A minecraft fabric mod that randomizes the game's language.
https://github.com/blayung/randomized-language-mod
fabric java minecraft minecraft-mod mod modding
Last synced: 8 days ago
JSON representation
A minecraft fabric mod that randomizes the game's language.
- Host: GitHub
- URL: https://github.com/blayung/randomized-language-mod
- Owner: Blayung
- License: gpl-3.0
- Created: 2022-12-29T23:49:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T14:23:25.000Z (24 days ago)
- Last Synced: 2024-10-25T18:02:36.484Z (22 days ago)
- Topics: fabric, java, minecraft, minecraft-mod, mod, modding
- Language: Java
- Homepage: https://modrinth.com/mod/randomized-language
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg)](https://modrinth.com/mod/fabric-api) [![](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/modrinth_vector.svg)](https://modrinth.com/mod/randomized-language) ![](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/unsupported/forge_vector.svg)
# 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](https://modrinth.com/mod/randomized-language)## How to compile this mod? (assuming you're on linux)
0. Make sure you have git and jdk 21 installed. If not, check these links out: [https://git-scm.com/downloads](https://git-scm.com/downloads), [https://www.oracle.com/pl/java/technologies/downloads](https://www.oracle.com/pl/java/technologies/downloads). You can also try to install these programs with your distro's package manager.
1. Clone the repo: `git clone https://github.com/Blayung/randomized-language-mod.git; cd randomized-language-mod`
2. Compile the mod: `./gradlew build`
3. Now the mod jar file should be in the `./build/libs` folder.