
NotEnoughUpdates
ArchivedNotEnoughUpdates (NEU) is a feature rich 1.8.9 Minecraft forge mod for Hypixel Skyblock.
Tags
Creators
Details
2.6.0
Compatibility
Changes
Modrinth download: https://modrinth.com/mod/notenoughupdates/version/2.6.0
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: cc0175a556361109a1a39eb1de1347f852425bbfa80b025076c341dea3f0a361
md5sum: d0a94e967ae2d3a2eeeb09c46b3b5ee0
What's Changed
Additions
- Add support to big numbers in shop recipes by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1419
- Add calculator operator (e) for enchanted items by @nickbomberator in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1421
- Add support for prices in the experiment rng page by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1429
- Add Dwarven Forge to Mining Pv Page by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1412
- Add tooltip when item isnt donated + Autofill museum overlay by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1416
Fixes
- Fix Montezuma info in Profile Viewer by @lunaynx in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1411
- Fix pv not showing level maxed at 0 overflow by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1422
- Fix cata cap not being 100 by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1425
- Fix networth in profile viewer loading infinitely by @Okmada in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1423
- Fix bugs with pet overlay due to pet skins by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1414
- Fix Spelling Mistake on the Levels Page in pv by @Madeleaan in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1431
- Fix snow layers in etherwarp overlay by @a-rennie in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1428
- Fix accessories not being detected in helper by @DavidArthurCole in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1426
- Fix pet overlay sometimes picking the wrong pet from autopet by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1430
- Fix attribute shards showing multiple times in the auction search overlay by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1434
- Fix etherwarp overlay for End Portal and Lily Pad blocks by @lunaynx in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1442
- Fix it/its pronouns in profile viewer by @lunaynx in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1441
- Fix farming skill overlay NPC price profit being way off for mushrooms by @Nessiesson in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1440
- Fix invalid Pet Data breaking ProfileViewer by @DuckySoLucky in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1439
- Fix garden contest xp amount in profile viewer by @CalMWolfs in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1445
- Fix pet overlay crash when pet item isnt in repo by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1444
- Fix crash with new feathers in the rng meter screen by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1448
- Fix PV not opening (not needed anymore as Mojang fixed their API) by @Madeleaan in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1447
- Fix rank priority in profile viewer by @lunaynx in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1446
Removals
- Remove OneConfig compat layer by @Wyvest in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1415
New Contributors
- @nickbomberator made their first contribution in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1421
- @a-rennie made their first contribution in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1428
- @DavidArthurCole made their first contribution in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1426
- @TheDGOfficial made their first contribution in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1443
- @Nessiesson made their first contribution in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1440
Full Changelog: https://github.com/NotEnoughUpdates/NotEnoughUpdates/compare/2.5.0...2.6.0
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:MvBjbVpC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GGamhqbw:MvBjbVpC"
}
