Tags
Creators
Details
2.2.0
Compatibility
Changes
Do NOT trust any mod just because they publish a checksum associated with it. These check sums are meant to verify only that two files are identical. They are not a certificate of origin, or a guarantee for the author of these files.
sha256sum: ae1c14046e770f50a688719042526c74a945fcfc6a3004559f1da2602d62d8bc
md5sum: 67453b21e2ecf0b7b58ab64a761e609f
What's Changed
Additions
- Add /ec warning to storage overlay by @nea89o
- Add profile specific secrets in PV by @jani270
- Add crimson isle burning desert to only relevant slayer locations by @jani270
- Add in-game updater by @nea89o
- Add mineshaft exit waypoints by @nea89o
- Add Community Projects support to Countdown Calculator by @RayDeeUx
- Add warning when using incorrect NEU api proxy by @nea89o
- Add stored amount for bazaar price in composter by @GrowlingGrizzly
- Add tab list tutorial by @nea89o
- Add Potions to ItemResolutionQuery by @jani270
- Add glacite powder to mining overlay by @Lulonaut
- Add stored amount for bazaar price in composter by @GrowlingGrizzly
- Add tab list tutorial by @nea89o
- Add Potions to ItemResolutionQuery by @jani270
- Add glacite powder to mining overlay by @Lulonaut
- Add hex overpay warning by @nea89o
- Add new glacite tunnel collections to PV by @jani270
- Add new Glacite Tunnel Gemstone Waypoints by @nea89o
- Add new Glacite Tunnel Commissions to the Mining Overlay by @jani270
- Add support for Wrapping in the Tablist Widgets by @Lulonaut
- Add version id to /neustats by @nea89o
- Add price source and sorting buttons to /pv sack page by @Lulonaut
- Add Mines Slayer commission by @qtlunya
- Add option to open the skyblock recipe menu with a keybind by @jani270
- Add slayer quest fail handling to Slayer Overlay by @MrFast-js
- Add hotm upgrade TODOs/warning by @nea89o
- Update equipment cache when right-clicking to equip by @GrowlingGrizzly
- Update some todo icons by @IllagerCaptain
- Don't show NPC sell price if it's 0 by @qtlunya
- Update some todo icons by @IllagerCaptain
- Made shift in sacks show the stored amount as the price by @jani270
Fixes
- Fix Custom Todo edit page spelling mistake by @jani270
- Fix Incorrect powder costs in pv by @GrowlingGrizzly
- Fix rare NPE in crystal hollow chest highlighter by @nea89o
- Fix golden dragon pet skin by @hannibal002
- Fix fuel bar only updating if you aren't using the drill by @nea89o
- Fix Todo Cookie Buff not working with years by @jani270
- Fix wrong mod loader warning on modern versions of minecraft by @nea89o
- Fix Click for pv in chat by @CalMWolfs
- Fix abiphone favorites showing in /show by @GrowlingGrizzly
- Fix dungeon map not showing when holding a bow by @nea89o
- Fix Fairy Soul Waypoints not showing found message when no waypoints present by @jani270
- Fix "Right-click to add this pet to" not always being removed by @jani270
- Fix King's Scent not being detected with Effects widget by @qtlunya
- Fix Glacite Walker Commission by @MisterCheezeCake
- Fix Drill Bar and Commission Overlay not working correctly in Mineshafts by @jani270
- Fix misplaced bracket in description by @SeRaid743
- Fix forge overlay not working when empty forges are hidden by @nea89o
- Fix skill experience detection by @nea89o
- Fix kaboom in sacks page by @CalMWolfs
- Fix crash with null item with dynamic lights by @NopoTheGamer
- Fix double v in version number by @SeRaid743
- Fix gemstone sound paths for custom sounds feature by @CeleiteCode
- Fix repository location being empty on boot by @NopoTheGamer
- Fix capes going crazy when the plater leaves render distance by @NopoTheGamer
- Fix Mining Overlay showing when swapping worlds by @NopoTheGamer
- Fix crash in crystal hollows by @NopoTheGamer
- Fix powder showing empty on dwarven overlay when its not on tablist by @NopoTheGamer
- Fix 4 and 5 row backpacks having wrong order in pv by @NopoTheGamer
- Fix storage overlay opening for non storage menus by @SeRaid743
- Fix crash when loading montezuma with invalid pet id by @nea89o
- Fix fairy soul json being locked by the first instance of the game by @NopoTheGamer
- Fix Profile viewer issues with Turkish language by @NopoTheGamer
- Fix tab list warning cooldown being too short by @nea89o
- Fix taming level crash by @jani270
- Fix mayor npe if you cant connect to the election api by @jani270
- Fix log spam in croesus by @nea89o
- Fix Hex overriding bz and added icons to new gemstones in /hex by @NopoTheGamer
Deletions
- Remove useless config line that had a typo by @jani270
- Remove drop down from todo options by @jani270
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:GGamhqbw:IJQRfkWe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GGamhqbw:IJQRfkWe"
}

