Tags
Creators
Details
0.27
Compatibility
Required content
Changes
Version 0.27
- Garden: No "No Pests" chat message; title shown when no more pests.
- Mining: Glacite Corpse loot tracker; hide Fossil Excavator tooltips.
- Rift: Motes per Session tracker; Crafting Room mob helper; Rift Time nametag format; Buttons Enigma Soul helper; Gunther's Race route helper; mute Wilted Berberis sounds.
- Dungeons: Highlight starred mobs & Fel skulls (optional line); customizable Secret Chime.
- Custom Scoreboard: Soulflow added (requires Hypixel setting); current minister display; works outside SkyBlock (Hypixel only); disable custom lines.
- Hoppity: Hunt summary (
/shhoppitystats); Rabbit Sell Warning; Abiphone Hotkey; Collection highlighting (milestones, strays, Abi); highlight found rabbits; missing dye colors by rarity. - Carnival Event: Claim ticket reminder; goals display; double-click to start games; Zombie Shootout: colored hitboxes, lamp timer.
- GUI: Editable XP bar; Display Tab Widgets.
- Inventory: Experimentation Table warning (no Guardian); enchanting XP as stack size; dye hex as color; Bits display on Cookie buy; compact Experimentation Table chat; Personal Compactor overlay; accessory power shown as stack size;
/gfsfor Piggy Bank; Superpair display; Experiments dry streak & profit tracker; Ultimate Enchant star indicator. - Commands: Reverse Party Leader (
/rpt);/shtpsfor server TPS;/shedittrackerto change tracked amount;/shcolorsand/shremindcommands. - Crimson Isle: Miniboss respawn timer.
- Combat: Arachne kill timer; Broodmother alerts & damage indicator; Carry Tracker (
/shcarry). - Fishing: Golden Fish Timer (time until spawn and chance, throw warning, Stranded support); trophy fish alert (popup, sound).
- Misc: Previously joined server information; Non-God Pot expiry warning; Area Navigation (pathfinding and
/shnavigate); hide pet nametag; Transfer Cooldown Prevention; highlight active Beacon effect; Reindrake warp message.
This changelog only lists the major new features in the mod. There are also around 90 smaller improvements and 128 bug fixes, including some notable performance improvements. See the full changelog on GitHub for more details.
A huge thanks to all the amazing people who have contributed to this update:
azurejelly, CalMWolfs, Cuz_Im_Clicks DarkDash, Daveed, Empa, Fazfoxy, hannibal2 HiZe, ILike2WatchMemes, j10a1n15, jani Jordyrat, Luna, Maratons4, martimavocado Miestiek, minhperry, MTOnline, nea, nopo not_a_cow, Ovi_1, rdbt, saga, Stella ThatGravyBoat, the1divider, Thunderblade73 Tryp0xd, Vahvl, Vixid, walker, Zickles
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:byNkmv5G:JGf4J6LB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byNkmv5G:JGf4J6LB"
}


