Skip to main content

Supported versions

Nitea ships one artifact per loader and Minecraft version, all built from the same code. The current version is 0.3.0, in the Maven repository https://libraries.nitea.cc:

repositories {
maven { url 'https://libraries.nitea.cc' }
}

The dependency is cc.nitea:<artifact>:<version>:

MinecraftNeoForgeForgeFabricJava
26.2nitea-neoforge-26.2nitea-forge-26.2nitea-fabric-26.225
26.1nitea-neoforge-26.1nitea-forge-26.1nitea-fabric-26.125
1.21.11nitea-neoforge-1.21.11nitea-forge-1.21.11nitea-fabric-1.21.1121
1.21.1nitea-neoforge-1.21.1nitea-forge-1.21.1nitea-fabric-1.21.121
1.20.1nitea-neoforge-1.20.1——17

Pick the right one​

  • Use the artifact for the exact Minecraft version your mod builds against. 26.1 covers 26.1, 26.1.1 and 26.1.2.
  • Versions in between, like 1.21.2 to 1.21.10, aren't supported yet: Minecraft changes the screen code Nitea uses between them. A Fabric mod refuses to load on the wrong version; on NeoForge and Forge, Nitea's screens could fail when the title screen opens.
  • The build plugins Nitea is tested with are ModDevGradle (NeoForge), ForgeGradle 7 with net.minecraftforge.jarjar (Forge) and Fabric Loom (Fabric).

The loader guides show the exact build.gradle lines: NeoForge, Forge, Fabric.