Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
2.31.0+fabric-1.21.4
Release
2.31.0 (Fabric) (WM1.40.11 MM25.3.10)3 months ago 9
Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
- e6b90668 - add 26.1.2 to release script
- ba78244b - update dependencies
- b8d8dfc6 - update loom
- 48565085 - update mcrt
- eff411ca - Bump headlesshq/mc-runtime-test from 4.1.0 to 4.3.0 (#291)
- db78ca3c - prevent map load deadlock if spawnpoint packet not received
- 9abee5ed - baritone xyz path if waypoint y present
- 7b9c62b9 - bump version
- 25a4c8db - fix compat with meteor 1.20.1
- a92f9b29 - Bump gradle/actions from 5 to 6 (#290)
- 142cd93b - Bump com.gradleup.shadow:shadow-gradle-plugin from 9.4.0 to 9.4.1 (#288)
- f4bb0953 - Bump metcalfc/changelog-generator from 4.6.2 to 4.7.0 (#289)
- d36cfa89 - Bump gradle-wrapper from 9.4.0 to 9.4.1 (#286)
Optional dependencies
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:EnPUzSTg:vT3H01vV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EnPUzSTg:vT3H01vV"
}





