Links
Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 6 days ago
All versions
1.11.1
Release
Continuum Mantle 1.11.1last month 17
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
Continuum Mantle 26.1.2-1.11
Port
- Ported Mantle to Minecraft 26.1.2 and NeoForge 26.1.
- Updated the build to use NeoForge ModDev, Java 25 toolchains, and current dependency coordinates.
- Migrated resource metadata from Forge mods.toml to NeoForge neoforge.mods.toml.
Compatibility
- Updated recipe, ingredient, fluid, loot, network, model, book, command, and registry helpers for the 26.1 API surface.
- Updated generated fluid transfer data and tag paths to the current singular tag folder layout.
- Restored client-side model helpers for retextured blocks, retextured items, connected models, item layers, and book structure previews.
Fixes
- Improved recipe sync failures so loadable recipe packet errors include the failing recipe ID.
- Updated fluid tooltip and transfer handling for current item, potion, and fluid APIs.
- Updated Mantle networking helpers and packets for NeoForge custom payload handling.
Version Safety
- Restricted supported Minecraft versions to [26.1.2,26.2).
- Restricted supported NeoForge versions to [26.1.2.78,26.2), so older or newer incompatible loaders fail with a clear dependency message.
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:8bwIjNTX:MyiDuBlr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8bwIjNTX:MyiDuBlr"
}

