All versions
2.6
Release
Legiti Browser 2.6last month 26
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
- New Chest Hunter feature
- New icons features for the API Browser, Player List and Config menu
- The random selection no longer relies on the API
- Improved the config GUI and fixed bugs
- New information block for player searches
- Improved bot command suggestions significantly and fixed bugs
- Added the new bot commands which are suggested only when the bot is not in spectator mode (idea credit AspectOfTheBalls)
- The config default options actually work now
- Version debugging now happens the first time you join the server and the debug commands have been removed
- Updated to 26.2!
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:n4N4NWYz:obkD2VhG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n4N4NWYz:obkD2VhG"
}

