Skip to content

TBoshoven/MinecraftMods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Mods

This repository contains my mods for the game Minecraft.

Getting started

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.

Versions

Minecraft Version Mod Loaders Support Level Build
1.12.2 Forge 🟡 Stable CircleCI
1.14.4 Forge 🟢 Active CircleCI
1.15.2 Forge 🟢 Active CircleCI
1.16.1 Forge 🔴 None CircleCI
1.16.2 Forge 🔴 None CircleCI
1.16.3 Forge 🔴 None CircleCI
1.16.4 Forge 🔴 None CircleCI
1.16.5 Forge 🟢 Active CircleCI
1.17.1 Forge 🟢 Active CircleCI
1.18 Forge 🔴 None CircleCI
1.18.2 Forge 🟢 Active CircleCI
1.19 Forge 🔴 None CircleCI
1.19.2 Forge 🟢 Active CircleCI
1.19.4 Forge 🟢 Active CircleCI
1.20.1 Forge / NeoForge 🟢 Active CircleCI
1.20.2 NeoForge 🔴 None CircleCI
1.20.4 NeoForge 🔵 Current CircleCI
1.20.5 NeoForge 🔴 None CircleCI
1.20.6 NeoForge 🟠 Beta CircleCI

Support levels

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.

Code

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.

Unstable Builds

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.