
NotEnoughUpdates
ArchivedNotEnoughUpdates (NEU) is a feature rich 1.8.9 Minecraft forge mod for Hypixel Skyblock.
Tags
Creators
Details
2.5.0
Compatibility
Changes
Modrinth download: https://modrinth.com/mod/notenoughupdates/version/2.5.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: 72862636af1d56d01fcca2d3d14d8e93753b4ac2d8afaecc6ad10e676d1b3238
md5sum: 90915302d5241eb96a8b37bbf77c49c6
What's Changed
Additions
- Add saving side pages when swapping profiles in PV by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1387
- Add buttons everywhere preset to /neubuttons by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1391
- Add rift guide to PV level page by @Madeleaan in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1389
- Add update popup notification by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1385
- Add Option to disable fancy glass panes connecting to items by @AzaelMew in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1403
- Add Museum coins / skyblock xp sorting by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1398
- Add Attribute Shard Prices to Price Info by @jani270 in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1410
- Add some new rift stuff by @CalMWolfs in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1408
Fixes
- Fix forge slots 6 and 7 not actually working by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1376
- Fix PV Level Page crash with Refined Dark Cacao Truffle by @jani270 in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1375
- Fix Magical Power in PV and Accessory Bag Overlay by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1380
- Fix Dwarven Overlay not showing a tip for Maniac Slayer while being in a Mineshaft by @jani270 in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1374
- Fix pickaxe cooldown handling by @lunaynx in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1377
- Fix crash when putting just ":" in /neurename by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1384
- Fix PV stack showing in inventory by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1382
- Fix crystal nucleus RNG meter tooltips by @Jishuna in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1378
- Fix skyblock catica causing the search overlay to not work by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1390
- Fix clicking pets in the forge menu changing the pet overlay by @martimavocado in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1388
- Fix gemstone gauntlet having broken cooldown by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1381
- Fix message not showing in chat if you get mentioned by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1393
- Fix Heavy Pearl box being too small by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1396
- Fix -20% Pickaxe Ability Cooldown not being correctly detected by @NeoNyaa in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1395
- Fix config resetting on game close maybe by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1399
- Fix emeralds in fetchur todo overlay by @Madeleaan in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1401
- Fix forge timers in mining overlay by @Okmada in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1402
- Fix several Pet Overlay issues by @nopothegamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1392
- Fixed XP/h being offset
- Fixed Skins not being animated
- Made swapping pets using auto pet more accurate by using pet item
- Fix PV Level Page Fairy Souls experience calculation by @DuckySoLucky in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1405
- Fix Glacite Tunnel Waypoints not resetting when leaving SkyBlock by @CalMWolfs in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1404
- Fix Various ItemResolutionQueries by @CalMWolfs in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1407
- Fix Custom itemstack rendering not respecting advanced tooltips by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1406
New Contributors
- @Jishuna made their first contribution in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1378
- @NeoNyaa made their first contribution in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1395
- @AzaelMew made their first contribution in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1403
Full Changelog: https://github.com/NotEnoughUpdates/NotEnoughUpdates/compare/2.4.0...2.5.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:ZvBZT3yV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GGamhqbw:ZvBZT3yV"
}
