Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
118
Release
Forge-1.12.2-118-WM1.30.5-MM23.5.03 years ago 44
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client-side
Required content
Changes
- 7c14fc7 - add setting for beacon min scale
- 0e7a3c2 - move baritone right click options towards the top
- 7f97afb - init setting classes before loading
- 2f21305 - update to gradle 7.6.2
- 106ddfc - add PR github action config
- 8647708 - cap beacon minimum render size
- 535e726 - update readme with new features
- 122b31f - In-game Waypoint Beacons
- 49c2567 - Baritone goal waypoint sync and right click action to only set goal
- 3357791 - Invoke setting consumer on init
- b562f61 - Baritone pathing and goal waypoint integration
- 0062339 - add dependabot config
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:HHtOgq3H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EnPUzSTg:HHtOgq3H"
}



