Unofficial site, not affiliated with modrinth.com.What is this?
Моды/SkyBlock Enhancements
SkyBlock Enhancements

SkyBlock Enhancements

Small, easy to run mod designed to improve your Hypixel SkyBlock experience with quality-of-life features and utilities.

413.3K
6
  • Changelog for 1.1.1

    Mining Enhancements

    Improvements/Fixes

    • Fixed the Ping Offset Overlay not working for Jesper and Onyx.
    • Fixed the Block out line for Ping Offset Overlay not rendering correctly.
  • Changelog for 1.1.0

    Skyblock Enhancements

    Improvements/Fixes

    • Updated to 26.1 If you find bugs, please report them.
    • Fixed a bug where the position overlay height no longer worked

    Removed RRV integration, Storage Overlay, Chat Enhancements

  • Changelog for 1.0.13

    RRV Enhancements

    Improvements/Fixes

    • Improved the search bar calculator code
  • Changelog for 1.0.12

    RRV Enhancements

    Improvements/Fixes

    • Improved RRV cross-mod compatibility with a defensive container facade that prevents crashes when other mods interact with the recipe viewer.
      • Container ID Isolation: RRV's RecipeViewMenu now uses unique negative container IDs via @ModifyArg on the constructor's super() call. Servers never emit negative container IDs, so no server packet targets the recipe viewer directly.
      • Slot List Padding: Before updateReferences() runs inside updateByPage(), the slot list is padded with inactive dummy slots up to a standard chest size (54). This prevents IndexOutOfBoundsException crashes from mods that assume stable inventory layouts and access slots by hardcoded indices (e.g. slot 29).
      • Packet Suppression for Parent Menu: While the recipe viewer is open, initializeContents and setItem calls for the active parent container menu are silently dropped. This prevents mod event cascades from firing on the parent menu while RRV is on screen.
      • Allocation reduction: SbeSafeDummySlot now shares a single SimpleContainer instance across all dummy slots, reducing GC pressure during slot rebuilds.
    • Improved Advanced Item Search functionality, allowing for more accurate and efficient searches.
      • Quick Use Guide:
        • Keywords: zombie slayer finds items matching all words (AND logic).
        • Stat thresholds: mining_speed>50, health<=100, damage=50. You can also use short aliases like ms>50 (mining speed), cc>=10 (crit chance), cd (crit damage), hp, def, str, speed (walk speed), etc.
        • Rarity: rarity:legendary or r:mythic.
        • Item type: type:sword, type:helmet, t:bow.
        • Slayer requirements: slayer:zombie>3 (Zombie Slayer 4+), slayer:eman, sl>5.
        • Skill requirements: skill:combat>20, sk:farming>10.
        • Catacombs: catacombs>10, cata>=15.
        • Boolean flags: soulbound, dungeon, rift.
    • Fixed mob drop recipes not showing more than 12 drops, even though the mob has more drops.

    Skyblock Enhancements

    Additions

    • Added Potion Effect Status Overlay for the Hypixel "Toggle Potion Effects" GUI.
      • Disabled effects are tinted in a configurable red overlay; enabled effects are tinted in configurable green.
  • Changelog for 1.0.11

    RRV Enhancements

    Improvements/Fixes

    • Added option to display full raw numbers in search bar calculator instead of abbreviated K/M/B/T suffixes
    • Search calculator now applies suffixes only to "clean" multiples to preserve accuracy (e.g., 10000 → 10K, but 10001 → 10001)
    • Added an option to automatically hide the side panel when all bookmarks are removed.
    • Added an option to change the left-side panel width, like what's already possible for the right side.

    Skyblock Enhancements

    Additions

    • Added Pickaxe Ability ready on-screen notifications.
    • Added Ping Offset Mining overlay — visually indicates the exact moment you should switch to the next block while mining, factoring in both server ping and TPS.
      • In high-ping scenarios (such as playing Hypixel from outside the US), there's a significant delay between when you actually break a block server-side and when your client receives the confirmation. Without this overlay, you may keep mining a block that the server has already considered broken, losing valuable time and reducing your efficiency.
      • This overlay continuously calculates the true server-side break time using your mining speed, real-time ping, and current server TPS. It renders a colored progress bar or highlight directly on the target block, signaling the precise tick when the server will register the break, so you can optimally switch to the next block before the client’s usual confirmation arrives.
      • Heavily inspired by Ping Offset Miner by xevalia, but rebuilt from the ground up for this mod.
  • Changelog for 1.0.10

    RRV Enhancements

    Improvements/Fixes

    • Fixed a bug where the Personal Compactor tooltip would get stuck on screen when using inventory search highlighting.
    • Fixed a bug where the calculator answer text would disappear if you moved the cursor from the end of the line to edit a number in the middle of the line.
    • Improved the Mutastion Recipe type.
    • Improved Search and fixed a few bugs with it.
  • Changelog for 1.0.9

    RRV Enhancements

    Improvements/Fixes

    • Hardened RRV overlay tooltip generation against exceptions thrown by other mods during ItemTooltipCallback. The client no longer crashes; the error is logged and the tooltip falls back to the item's display name.
  • Changelog for 1.0.8

    RRV Enhancements

    Improvements/Fixes

    • Fixed an IndexOutOfBoundsException that could occur with RRV’s Recipe View when other mods inspect container slots (e.g. Catharsis/FurfSky GUI matching).
      • RRV’s recipe menu can temporarily rebuild its slot list when switching pages, and some mods assume certain slot indices always exist. We now guard against out-of-range slot queries to prevent the crash (workaround until RRV changes its menu implementation).
    • Changed the craft button from being a large button to just a small "+" icon beside the output field. You can change it back in the options if you prefer the large button.
    • Added missing language entries for the "showCollectionRequirements".
  • Changelog for 1.0.7

    RRV Enhancements

    Improvements/Fixes

    • Fixed an issue with the Craftables side panel causing massive lag spikes when the inventory is opened.
    • Fixed a few bugs with search results not showing up in some scenarios.
    • Improved startup speed / optimizations.
    • Fixed an issue where on some multi-tired items/recipes, the item you clicked on would not be the one shown.

    Added

    • Added a new Mutation recipe type. (Still in early stages, but gives you the basic info need, though the ui need some work).
    • Added search subcategories for some categories (like armor, weapons, etc).
      • Example:
        • %ARMOR/HELMET (Shows only helmet items)
        • %ARMOR/CHESTPLATE (Shows only chestplate items)
        • %WEAPON/SWORD (Shows only sword items)
      • You can type the name of the item behind the subcategory to further filter the results (e.g. %ARMOR/HELMET necron).
  • Changelog for 1.0.6

    RRV Enhancements

    Improvements

    • Fixed some items not showing the reforged tab, so you couldn't see which reforges could be applied to those items.
    • Fixed some recipes not showing the correct number of items needed to craft them.
  • Changelog for 1.0.5

    RRV Enhancements

    Improvements

    • Fixed some recipes not rendering a slot behind the items.
    • Some small optimizations.
  • Changelog for 1.0.4

    RRV Enhancements

    Improvements

    • Added Craft Requirement tooltip to Recipes
      • If a recipe has a craft requirement, it will now display a small exclamation and tooltip when you hover over it in RRV.
    • Added an option to hide Category Buttons.
    • Fixed not being able to press R or U on pets to get the recipe for them, plus some optimization to recipe lookup.
    • Added more configuration options to the calculator, such as letting you set how many decimal places you want to see in the results, and an option to use "," instead of "." as a comma.
    • Some small optimizations to search.
  • Changelog for 1.0.3

    RRV Enhancements

    Improvements

    • Item list can now be configured to have an alternative width from the Skyblock Enhancmetns config.
    • Added a button to the RRV config menu that redirects to the Skyblock Enhancements config menu.
  • Changelog for 1.0.2

    RRV Enhancements — Advanced Search Overhaul

    Improvements

    • Advanced Search — Replaced the basic display-name-only filter with a full inverted search index.

      • Search now matches lore, item categories, pet skill types, reforge names, stats, slayer requirements, and craft text.
      • Supports stat threshold queries: mining_speed>50, health<=100, damage=50.
      • Multiple terms are AND-ed: farming pets shows only Farming skill-type pets.
      • Fuzzy fallback for typos: typing uncommen still finds Uncommon items.
      • Usage examples:
        • farming pets — find all Farming pets.
        • fleet — find reforge stones like Diamonite (Fleet reforge).
        • mining speed — find items that grant Mining Speed.
        • mining_speed>50 — find items with a Mining Speed stat over 50.
        • mining_fortune<120 — find items with a Mining Speed stat under 120.
        • combat pet — find all Combat pets.
        • wolf slayer — find items requiring Wolf Slayer.
    • Dynamic acronym autocomplete — Typing the first letters of item words suggests the full name

      • (e.g. aote → Aspect of the End, hpb → Hot Potato Book).
      • Acronyms replace the entire query on Tab / Right Arrow.
    • Autocomplete Ghost Text — As you type, a faint completion hint appears behind the cursor.

      • Suggestions are drawn from item display names first, then search tokens.
      • Press Tab or Right Arrow (at end of text) to accept the completion.

    RRV Enhancements

    Improvements

    • Performance optimizations
    • Category buttons are now hidden when the item view is disabled.
    • The search bar is now wider when in the item view position.
    • Bookmarks now show when the item view is to Only When Searching.
  • Changelog for 1.0.1

    RRV Enhancements

    Improvements

    • Added a configurable option to hide category filter buttons when not actively searching in RRV item list (default: enabled).
  • Changelog for 1.0.0

    Tooltip Enhancements

    Improvements

    • Price tooltips now display cached prices with a stale-data warning when the API is unreachable, instead of hiding price info entirely.
    • Added automatic rate-limit backoff and dedicated fetch threads to reduce API errors and keep prices up to date.

    Skyblock Enhancements

    Improvements

    • Added watering can to Prevent Weapon Placement.

    RRV Enhancements

    Improvements

    • Hide Firmament message that REI is not installed when RRV is enabled, as RRV provides its own item info.
  • Changelog for 1.0.0-beta.11

    Item List Enhancements

    Fixes

    • Category buttons do now shift the item list to prevent overlap when the search bar is inside the item list view. Even if you closed the inventory and reopened it again.
    • Added configurable RRV search modes (Name & ID or Full Tooltip) and made category buttons and search queries apply to inventory slot highlighting.
  • Changelog for 1.0.0-beta.10

    Item List Enhancements

    Fixes

    • Category buttons now correctly shift the item list to prevent overlap when the search bar is inside the item list view. Previously, items would render on top of the buttons.
    • Tweaked some numbers so the recipe viewer fits two rows of recipes instead of just one for craft, essence, and kat upgrade recipes.
    • Performance Optimizations

    Chat Enhancements

    Fixes

    • Fixed a rare game crash that could occur when receiving chat messages.

    Tooltip Enhancements

    Fixes

    • Holding the Full Stack key (Left Shift) in the Bazaar now correctly multiplies prices by the order amount parsed from tooltip lore instead of always using the physical stack count of 1.
  • Changelog for 1.0.0-beta.9

    Chat Enhancements

    Fixes

    • Compact Duplicate Messages no longer removes unrelated messages sent by other mods in the same tick; only the duplicate and adjacent separators are cleaned up.

    Tooltip Enhancements

    Fixes

    • Fixed enchanted books not showing their bz price.
  • Changelog for 1.0.0-beta.8

    Tooltip Enhancements

    Improvements

    • Price line for ah/bz will now show can't load data instead of dispersing if API data is unavailable

    RRV Integration

    Improvements/Optimizations

    • Faster, Leaner Data Loading — repo ZIP now writes to disk while downloading (no double read), and Hypixel API data streams instead of loading entire multi-MB JSON trees into memory
    • Thread-Safe Downloads — concurrent refresh calls now share one download instead of racing and crashing; futures complete safely without double-completion bugs
    • Smarter CachinggetAll() returns snapshot copies so iterating the item list won't break during reloads; NPC lookups use stable string keys instead of fragile Component objects
    • Background Task Isolation — cache building runs on a dedicated thread instead of hogging the shared common pool, preventing lag spikes in other mods
    • Resilient Parsing — cache loader no longer breaks if JSON field order changes; malformed API numbers are skipped instead of crashing the parser
1
...

Совместимость

Minecraft: Java Edition

Платформы

Поддерживаемые окружения

Клиент

Сведения

Опубликован:4 месяца назад
Обновлён:15 часов назад
ID проекта:
Главная