Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last year
Updated 5 days ago
All versions
1.29.9-26.2
Release
1.29.9-26.25 days ago 425
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Fixed config gui clicks/scrolling not registering properly in some MacOS
- Fixed BazaarOverlay not detecting the amount properly
- Changed CustomLeapGui to remove the player clicked instead of the entire gui, so whenever the server lags the user has a better response
- Fixed PetDisplay not working properly on single page pet menu
- Fixed EquipmentDisplay not detecting properly in stats menu
- Changed BoxDoors to have an option to outline blood room's door whenever it's open
- Added SpiritLeapMessage
- Fixed TriviaSolver answers due to new hypixel update
- Fixed CroesusProfit not detecting some shards properly
- Fixed LootLogger not detecting some shards properly
- Fixed EquipmentDisplay not working properly on some items due to them being paper
- Added BatScoreKilled
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:A0AWeMlM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j4Tr5Ve2:A0AWeMlM"
}



