Tags
Creators
Details
All versions
5.2.3+mc26.1
Beta
[26.1] v5.2.34 months ago 288.1K
Compatibility
Minecraft: Java Edition
26.1
Platforms
Fabric
NeoForge
Supported environments
Client-side
Changes
- d070e56 - Merge branch '1.21.x/dev' into 26.1/dev
- 42e5976 - Update renovate.json
- 43f60a4 - Port to 26.1
- 7294ac5 - Update Gradle to v9.4.1 (#203)
- d395259 - Update Gradle to v9.4.1 (#202)
- eb96862 - Update plugin com.gradleup.shadow to v9.4.0 (#200)
- 7278313 - Update plugin com.gradleup.shadow to v9.4.0 (#201)
- 290675b - Port to 26.1 pre 1
- e3610bd - Merge branch '1.21.x/dev' into 26.1/dev
- 42e3f25 - Update plugin org.redlance.dima_dencep.gradle.PublishToDiscord to v1.0.8 (#198)
- f7ff0b0 - Fix neoforge launch
- 5d787a8 - Fix classloading hell
- 96bc670 - Fix bad cast
- 64e7674 - Compress icon
- 34abc55 - Port to 26.1 snap 11
- 0284d65 - Merge branch '1.21.x/dev' into 26.1/dev
- 3b877ef - Update dependency org.redlance.common-utils:services to v1.1.0 (#194)
- c59daf9 - Update dependency org.redlance.common-utils:services to v1.0.9 (#193)
- 92a6084 - Update Gradle to v9.4.0 (#192)
- 9a3e28c - Update dependency org.redlance.common-utils:services to v1.0.8 (#189)
- 8f29b4f - Update plugin org.redlance.dima_dencep.gradle.PublishToDiscord to v1.0.7 (#188)
- 0645c1d - Update dependency net.neoforged:neoforge to v26.1.0.0-alpha.13+snapshot-10 (#190)
- a3955f0 - Update dependency org.redlance.common-utils:services to v1.0.7 (#186)
- a6b7e9b - Update dependency net.neoforged.fancymodloader:loader to v47 (#184)
- 90c5cce - Update actions/setup-java action to v5 (#183)
- 5353493 - Update actions/checkout action to v6 (#182)
- 4b1a5a7 - Update metcalfc/changelog-generator action to v4.6.2 (#181)
- d0146c4 - Update Gradle to v9.3.1 (#180)
- 767e3f7 - Update plugin com.gradleup.shadow to v9.3.2 (#179)
- 19d8e5d - Update dependency net.neoforged.fancymodloader:loader to v11.0.2 (#178)
- 8202298 - Update dependency net.neoforged:neoforge to v26.1.0.0-alpha.12+snapshot-7 (#177)
- 7f47392 - Update publish.yml
- 2ab947c - Port to
26.1-snapshot-9 - 61dac93 - Bump version
- d9a834c - Make fcapip optional
- b6e949b - Port to 26.1
Optional dependencies
Any compatible version
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:ZP7xHXtw:zZfpu40v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZP7xHXtw:zZfpu40v"
}

