Tags
Creators
Details
2.3.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: 26cd940a61758b90b4794b823c7ee20201405696740c98447ad463550c8645ab
md5sum: da634865dc001de8cdb7c8c5ec095780
What's Changed
Additions
- Add Hide hearts bouncing due to regen effect by @NopoTheGamer
- Add discount parsing in Enchant Table and Hex GUIs by @MisterCheezeCake
- Add chocolate factory stats page to pv by @CalMWolfs
- Add bingo tier colour to icon next to name by @NopoTheGamer
- Add tooltip in pv tabs and cookie buff to pv by @catgirlseraid
- Add Personal Bank Balance to PV by @jani270
- Add Refined Jyrre Bottles to Consumable Items in PV by @jani270
- Add more detail to hoppity pv page by @catgirlseraid
- Add /neucheck command & check for enchant parsers by @Madeleaan
- Add Hoppity rank in pv by @CalMWolfs
- Add more customization to Etherwarp Display by @ItsEmpa
Fixes
- Fix outline color of custom tooltips with formatting by @Madeleaan
- Fix rank in pv for minikloon by @NopoTheGamer
- Fix local capes not updating if you didnt have a cape equiped before by @NopoTheGamer
- Fix null recent searches crashing in /pv by @NopoTheGamer
- Fix ruler crashing if item is null somehow by @NopoTheGamer
- Fix filter chat level hiding your own messages by @catgirlseraid
- Fix pv text input accepting inputs when it shouldn't by @catgirlseraid
- Fix update download lag frame by @nea89o
- Fix Glowstone Minion not showing in PV by @jani270
- Fix Open AH/BZ Keybind working while the player doesnt have a active cookie buff by @jani270
- Fix pet not being updated when selected with number keys by @Lulonaut
- Fix Modrinth workflow by @NopoTheGamer
- Fix OneConfig crashing on the mining settings by @NopoTheGamer
- Fix insta buy warning not working in confirm menu by @NopoTheGamer
- Fix grammatical error in Profile Viewer crash text by @MisterCheezeCake
- Fix dungeon win overlay by @NopoTheGamer
- Fix Builder's Ruler overlay not working outside the garden by @DespairScent
- Fix Dwarven Overlay showing incorrect rows if spacing between Commissions and Powder is disabled by @NopoTheGamer
- Fix Blocks being green after restarting the game with dungeon blocks by @NopoTheGamer
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:QcXPdm6V"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GGamhqbw:QcXPdm6V"
}

