All versions
26.x-1.0.0+neoforge
Release
26.x-1.0.0+neoforge2 weeks ago 37
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
NeoForge
Supported environments
Client and server
Changes
Added
- Support for the Minecraft 26.x line across Fabric, NeoForge, and Forge.
Changed
- Rebuilt against Minecraft 26.2 (first published 2026-05-02 against 26.1) and verified on 26.2 clients and dedicated servers for all three loaders.
- Still supports the whole 26.x line: the same jars also load on 26.1 servers with Fabric Loader 0.18.4, NeoForge 26.1.x, and Forge 62+.
- Gameplay is unchanged: anvils never take damage or break when used.
- The Fabric build does not require Fabric API.
Compatibility
- Requires Java 25.
- Recommended loaders on 26.2: Fabric Loader 0.18.4 or newer, NeoForge 26.2.0.0-beta or newer, Forge 65.0.0 or newer.
- Download the jar that matches your loader:
+fabric,+neoforge, or+forge.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:w8lPzg4N:G47ha2sA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:w8lPzg4N:G47ha2sA"
}

