
NotEnoughUpdates
ArchivedNotEnoughUpdates (NEU) is a feature rich 1.8.9 Minecraft forge mod for Hypixel Skyblock.
Tags
Creators
Details
2.4.0
Compatibility
Changes
Modrinth download: https://modrinth.com/mod/notenoughupdates/version/2.4.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: 3d20cc47f2300730c7f95f4cabcec202506f341464ebc3456161f86cf8480a4f
md5sum: e7048812468983577ce77cae9da24b54
What's Changed
Additions
- Add support for animated skulls in neurename by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1356
- Add average milestone and upgrade tooltips to garden pv page by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1337
- Add custom todo to /neugui by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1355
- Add dungeon key to dungeon chest cost by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1327
- Add dungeon longsword to tool category in the item list by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1364
- Add glacite powder to levels page calculation by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1336
- Add Liz's Stock Redemption reset to Countdown Calculator by @jani270 in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1369
- Add option to hide Emissary Waypoints while being in the Glacite Tunnels by @jani270 in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1370
- Add button for supercrafting in the neu recipe gui by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1372
Fixes
- Fix pet xp/h being wrong after swapping pets by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1339
- Fix stack sizes not showing in rift page by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1343
- Fix visitors in /pv getting bigger on profile swap by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1338
- Fix golden dragon egg in pet overlay by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1342
- Fix level 100 pet option working in bz search by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1353
- Fix dungeon npc profit showing in profile run view by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1352
- Fix profile viewer button showing in the wrong menus by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1354
- Fix Dwarven Overlay not showing new forge slots by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1362
- Fix Fuel Bar by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1361
- Fix Glacite Tunnel Waypoints not working at the Great Glacite Lake by @jani270 in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1365
- Fix Minion Overlay Click to open bazaar not working with NPC Shop Minions by @jani270 in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1345
- Fix Bingo Abiphone not getting detected by @qtlunya in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1351
- Fix crash with minion with empty crafting by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1363
- Fix game freeze in garden /pv page by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1344
- Fix ghost pickaxe in crafting table by @NopoTheGamer in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1335
- Fix Profile Viewer HotM Page Daily Grind and Powder Perk not showing correctly by @jani270 in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1366
- Fix Dwarven Overlay not showing all Sky Mall Perks by @jani270 in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1368
- Fix replace chat social with hytils by @martimavocado in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1371
New Contributors
- @FxMorin made their first contribution in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1340
- @martimavocado made their first contribution in https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/1371
Full Changelog: https://github.com/NotEnoughUpdates/NotEnoughUpdates/compare/2.3.3...2.4.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:eQ2lKnVO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GGamhqbw:eQ2lKnVO"
}
