Links
Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 3 weeks ago
All versions
1.2.5+26.3
Beta
1.2.5+26.3last month 36
Compatibility
Minecraft: Java Edition
26.3-snapshot-5
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Changed
- 26.3 Fabric cell retargeted
26.3-snapshot-3->26.3-snapshot-5(fabric-api 0.155.3+26.3, dep26.3-alpha.5, resource pack_format 93). HUD + config screen render clean in-world on the snapshot (headless client-harness eyeballed: all flight instruments draw). - Sourced ModMenu from Modrinth's maven (
maven.modrinth:modmenu) on the 26 cell instead ofmaven.terraformersmc.com, which stopped serving the 18.x ModMenu artifacts the config-screen entrypoint compiles against. Fabric-only (no NeoForge/Forge upstream on 26.3). Config screen + HUD compile clean against the snap-4 GLFW->SDL / renderpearl API changes. - Build refactor (no behaviour change): eliminated the
_codegen/cog_sources/master/and_codegen/cog_sources/common/source trees, folding them into the_codegen/cog_sourcessingle source of truth (D16).
Added
publish.jsonfor the sharedtools/mod-publish/publish.pypublisher; retired the per-version_publish_eh3_*.pyone-offs.
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:MLS8UwYp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:plksOJtT:MLS8UwYp"
}

