This repository contains my mods for the game Minecraft.
To use these mods, you'll need Minecraft Java Edition.
You need to use a launcher to start the game. Here are some options:
Install the appropriate mod loader (see table below) and the mods you want. You can find the mod JAR files on the releases page, and also on the CurseForge and Modrinth platforms, which may be available from within the launchers as well.
For instructions on how to use the mods, take a look at the wiki.
Minecraft Version | Mod Loaders | Support Level | Build |
---|---|---|---|
1.12.2 | Forge | 🟡 Stable | |
1.14.4 | Forge | 🟢 Active | |
1.15.2 | Forge | 🟢 Active | |
1.16.1 | Forge | 🔴 None | |
1.16.2 | Forge | 🔴 None | |
1.16.3 | Forge | 🔴 None | |
1.16.4 | Forge | 🔴 None | |
1.16.5 | Forge | 🟢 Active | |
1.17.1 | Forge | 🟢 Active | |
1.18 | Forge | 🔴 None | |
1.18.2 | Forge | 🟢 Active | |
1.19 | Forge | 🔴 None | |
1.19.2 | Forge | 🟢 Active | |
1.19.4 | Forge | 🟢 Active | |
1.20.1 | Forge / NeoForge | 🟢 Active | |
1.20.2 | NeoForge | 🔴 None | |
1.20.4 | NeoForge | 🔴 None | |
1.20.5 | NeoForge | 🔴 None | |
1.20.6 | NeoForge | 🟢 Active | |
1.21 | NeoForge | 🔴 None | |
1.21.1 | NeoForge | 🔵 Current |
I try to maintain my mods across as many versions of Minecraft as I can, but due to significant changes in the Minecraft and mod loader code across versions, this is not always trivial.
- 🔴 None: This is a deprecated version that will not receive any updates. Upgrade to a later Minecraft version for more support.
- 🟡 Stable: This is a stable version that will likely only receive fixes for high-impact bugs
- 🟢 Active: This is a stable version that is actively supported. These versions will receive most bug fixes and may receive new features.
- 🔵 Current: This is the version I currently develop against. This version will receive all new fixes and features.
- 🟠Beta: This is a beta version, in line to be the next "current" version once the mod loaders and mods are stable.
This main
branch contains a stable set of version-independent information, such as the project documentation.
The code for individual Minecraft versions can be found in their respective branches.
I use CircleCI for building and publishing my mods. If you'd like to run a version from a specific code branch, such as unmerged changes from a Pull Request, you can find the build as an artifact in the related CircleCI build.