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>:
| Minecraft | NeoForge | Forge | Fabric | Java |
|---|---|---|---|---|
| 26.2 | nitea-neoforge-26.2 | nitea-forge-26.2 | nitea-fabric-26.2 | 25 |
| 26.1 | nitea-neoforge-26.1 | nitea-forge-26.1 | nitea-fabric-26.1 | 25 |
| 1.21.11 | nitea-neoforge-1.21.11 | nitea-forge-1.21.11 | nitea-fabric-1.21.11 | 21 |
| 1.21.1 | nitea-neoforge-1.21.1 | nitea-forge-1.21.1 | nitea-fabric-1.21.1 | 21 |
| 1.20.1 | nitea-neoforge-1.20.1 | — | — | 17 |
Pick the right one
- Use the artifact for the exact Minecraft version your mod builds against.
26.1covers 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.