Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 3 weeks ago
All versions
1.2.9+26.3
Beta
1.2.9+26.3last month 35
Compatibility
Minecraft: Java Edition
26.3-snapshot-6
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Fixed
- The ModMenu pin was wrong on two of the three 26.x rows. The Fabric 26 cell carried a
SINGLE
mod_menu_version=18.0.0used for 26.1, 26.2 and 26.3 alike -- but ModMenu ships a separate major per MC line (18.x = 26.1, 20.x = 26.2, 21.x = 26.3), and an older major is INTERMEDIARY-named against a newer mojmap MC. So 26.2 and 26.3 were compiling against 26.1-era ModMenu and only got away with it because EH3 touches just the ModMenuApi surface.mod_menu_versionis now a PER-26.X matrix value inscripts/build-fabric.ps1(26.1 -> 18.0.0, 26.2 -> 20.0.1, 26.3 -> 21.0.0-alpha.1), passed through as-P. Same root cause as the ASR 26.1 build failure.
Changed
- Version 1.2.8 -> 1.2.9; Fabric 26.1 / 26.2 / 26.3 rebuilt against the correct ModMenu.
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:plksOJtT:jUbjcAh6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:plksOJtT:jUbjcAh6"
}

