Links
Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 weeks ago
All versions
1.1.0+26.2
Release
1.1.0+26.23 weeks ago 26
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Added
- Forge (FG6) support: 1.20.1, 1.20.6, 1.21.1, 1.21.5, 1.21.8.
- NeoForge below 26: 1.20.6, 1.21.1, 1.21.5, 1.21.8, 1.21.11.
- Fabric 26.3-snapshot-5 cell (fabric-api 0.155.3+26.3, dep
26.3-alpha.5). Loads + renders in-world on the snapshot (headless client-harness eyeballed).
Changed
- The 26.x config-screen entrypoint now sources ModMenu from Modrinth's maven
(
maven.modrinth:modmenu) instead ofmaven.terraformersmc.com, which stopped serving the 18.x ModMenu artifacts. Also fixed a-M26build-script arg bug (a$M26/$m26PowerShell case-insensitive name collision that clobbered the target parameter).
Changed
- Unified every loader and Minecraft version onto a single Cog source of truth (
_codegen), matching the shared mod standard; eliminated theshared_minecrafttree. -Xlint:allis now wired on every cell and the whole 21-cell matrix compiles with zero warnings.- Config screen unified on the loader-neutral
ClientNetsender across all payload-era cells.
Fixed
- Correct per-version drift now proven by build across the full matrix: the
Identifierrename (1.21.11),ResourceLocation.fromNamespaceAndPathvsnew ResourceLocationboundary, NeoForgeClientPacketDistributorsplit (1.21.6), and the staticcalculateViewVectorlint on 26.x.
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:AlTj0HVt:E0m6cb8x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AlTj0HVt:E0m6cb8x"
}

