1.1.0-beta.2+mc26.1
Compatibility
Required content
Changes
Carpet LIR Addition 1.1.0-beta.2 expands the mod to every stable Fabric Carpet-supported Minecraft release currently catalogued: 43 exact JARs from Minecraft 1.14.4 through 26.2.
Highlights:
- one exact JAR per Minecraft release, with bounded Minecraft, Fabric Loader, Fabric API, and Carpet dependencies
- low-version capability tiers physically omit unavailable rules, mixins, classes, recipes, resources, and translations instead of shipping no-op features
- Java 8, 16, 17, 21, and 25 source/runtime boundaries are handled by generation-specific adapters
- recipe lookup, cache, event, loot, tag, settings, resource-directory, and JSON-schema changes are isolated by target generation
- all rules remain conservative and disabled by default
Validation:
- all 43 targets passed a clean build and final JAR capability audit
- all four 26.x targets passed the 16-test server GameTest suite
- the legacy lines received focused disposable real-server coverage; generated worlds were removed
- every attached JAR is listed in release-manifest.json and SHA256SUMS.txt
Exact target: Minecraft 26.1 Support status: verified (clean build and final JAR capability audit passed; this target also passed the 16-test server GameTest suite).
This is a prerelease. Five targets carry full verified status; the remaining 38 exact adapters are marked build-only until they receive equivalent gameplay GameTest coverage. See README.md, docs/MULTIVERSION.md, docs/VALIDATION.md, and CHANGELOG.md for the detailed support and test matrix.
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:lS8mfEz0:Tf0PCFSm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lS8mfEz0:Tf0PCFSm"
}

