Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 5 days ago
All versions
2.23.2+neoforge-1.21
Release
2.23.2 (NeoForge) (WM1.39.0 MM24.4.0)2 years ago 1,611
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
- 2dcd5191 - gradle 8.10.1
- 86c4c391 - minor opts
- 62cf2a4a - setting to disable sodium/embeddium settings integration
- 1ce7d927 - adjust highlights setting order
- 885d9e2f - Liquid NewChunks Y>0 setting
- f3a1c741 - sync baritone wp to current wp set instead of default
- 2201d518 - handle more baritone sync edge cases
- 3685e1e9 - bump version
- f6af6dff - fix baritone goal sync cross dim
- 473963fc - simplify wm highlights bounds check
- 89da0367 - fix grid highways equation
- cc97bff9 - reduce cache refresh thread count
- 93dd327f - draw highlight features in consistent order
- 95065d42 - cleanup
- f8641f18 - smooth middle click pan when fps changes
Optional dependencies
Any compatible version
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:EnPUzSTg:dMXDZADL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EnPUzSTg:dMXDZADL"
}

