dungeons-1.0
Compatibility
Required content
Changes
FishMod 1.0.42 — Custom Scoreboard, Chat Notifications, Floor 7 rework
New: Custom Scoreboard Replaces the vanilla sidebar with a fully configurable one — toggle individual line categories on/off (Purse, Bank, Motes, Bits, Guild, Slayer, Dungeon stats, etc.), enable compact number formatting (1,234,567 → 1.2M), and adjust opacity/position. Adds optional synthetic extras not on the real Hypixel sidebar: TPS, Ping, FPS, current Pet, Skills, Bestiary %, Collections, Election (Mayor), and Fire Sales — the latter four pulled from the Hypixel API on a background refresh timer.
New: Chat Notifications A new rule-based system (/fm chatnotifications or /fm cn, with on/off subcommands) for configuring custom chat alerts, with its own settings screen.
Reworked: Floor 7 HUDs Goldor Leap Timer is replaced by Leap Notification. Added four new HUD components: Current Section, Device Completed, Melody Warning, and Section Completion. Titles for these events can now be suppressed client-side (new TitleHider mixin hook) instead of just tracked.
Fixes & polish
Command Keys screen: clicking a command field now properly defocuses other fields instead of leaving multiple active at once. Pet HUD exposes a reusable formatted pet-status line for the new scoreboard's Pet section (no duplicate tracking). Misc scoreboard-related mixin plumbing (GuiScoreboardMixin) added to support the new sidebar renderer.
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:glXPWTyr:khXVlVyk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:glXPWTyr:khXVlVyk"
}




