Links
Tags
Creators
Details
Licensed Apache-2.0
Published 6 months ago
Updated last week
All versions
1.10.0
Release
Feesh 1.10.0+26.1last month 124K
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Changes
Features
- Added "ALL" option for Rare Drops (alert and party message).
- The idea is that you can select ALL once, so all existing and future drops in the list will be always enabled. By default, config library adds new list items as unselected, so you had to manually select new ones.
- Personal Best adjustments:
- Added Total Moby-Ducks consumed and Total Blizzards started.
- Renamed
/feeshPersonalBestto/feeshPersonalBests. - Made PBs not counted on Alpha.
Bugfixes
- Fixed rare drop-related functionalities being broken due to Hypixel changing various text symbols (such as Magic Find icon).
- Old Feesh versions are broken after SB update!
- Fixed alerts not working for Pyroclasm VI book (renamed Magmarizer VI).
- Removed duplicated RARE DROP! chat alert for Singed Powder and Bobbin' Scriptures, as now there is same alert from Hypixel.
- Fixed text of negative pet level up profit in /feeshPetLevelUpProfit.
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:QCpogurE:OC9hy3A3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QCpogurE:OC9hy3A3"
}

