Tags
Creators
Details
2.2.2
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: 5472bbbd4efc7d5069f75fd1c7d1db8533fb19d41926b9d19e4510e45d8fd5c7
md5sum: 9b1e822b344c78a9ea818e1a2328b7d3
What's Changed
Additions
- Add Icon and Tips for Maniac Slayer by @MisterCheezeCake
- Add (Commission) Text to the Dwarven Text Option by @jani270
- Add Chocolate Factory Next Charge to Countdown Calculations by @jani270
- Add bz stack multi to individual gemstone purities by @GrowlingGrizzly
- Add Titles to the Metal Detector Solver by @jani270
- Add /neufolder command to open minecraft folders by @NopoTheGamer
- Add /neugui command by @NopoTheGamer
- Add Line to Metal Detector Solution by @j10a1n15
- Add CTRL+F to open ah/bz search menus by @NopoTheGamer
Fixes
- Fix wardrobe and ec pages being wrong by @NopoTheGamer
- Fix capes going crazy when the player leaves render distance by @NopoTheGamer
- Fix Quick Forge not showing correctly in Forge Recipes by @jani270
- Fix insta buy warning not working with long item names by @NopoTheGamer
- Fix bazaar buy protection not working sometimes by @nea89o
- Fix Stranded and Bingo detection not working by @NopoTheGamer
- Fix crash if you open neu settings through OneConfig by @Wyvest
Deletions
- Remove backpack fix 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:ejJRu7cT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GGamhqbw:ejJRu7cT"
}

