Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last year
Updated 5 days ago
All versions
1.25.9-1.21.11
Release
1.25.9-1.21.112 months ago 5,998
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Fixed AutoKick having issues registering the party as well as the name of the players
- Fixed issues with our Garden listener
- Fixed VisitorProfitDisplay multi crop requirement
- Fixed VisitorProfitDisplay rendering under Gui
- Fixed BossSlainTime not stopping the timer whenever you die
- Changed BestiaryHighlight to work with entity name not only display name
- Changed HighlightDroppedItems to have an option to display the name of the items
- Added drill parts to EstimatedValue
- Added LotusPityDisplay
- Removed ChangeCrouchHeight non visual
- Removed DisableSwim
- Fixed TriviaSolver answers
- Fixed weird crash in GardenEvent
- Changed CroesusProfit to have better style (also changes compact mode style)
- Fixed ShowSelectedPet not working properly
- Fixed PetDisplay not working properly
- Changed etherwarp spots in BlazeSolver
- Added FixBowPull
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:j4Tr5Ve2:hAnjpe4K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j4Tr5Ve2:hAnjpe4K"
}



