▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/SkyHanni for Hypixel SkyBlock
SkyHanni for Hypixel SkyBlock

SkyHanni for Hypixel SkyBlock

SkyHanni - мод для Fabric с уникальными функциями для Hypixel SkyBlock. Помогает отслеживать прогресс в Garden, Slayer, Fishing, Bingo, Diana, Rift и Mining, упрощая расчёты и поиск редких мобов.

Оцените первым
3.4M
226
Все версииSkyHanni for Hypixel SkyBlock 7.33.0

SkyHanni for Hypixel SkyBlock 7.33.0

Beta11.07.2026

Список изменений

SkyHanni Beta 7.33.0

New Features

  • Added Loadout Keybinds. - FabiHBBBT (https://github.com/hannibal002/SkyHanni/pull/6013)
  • Added Option To Move Insert Item Into Sack button back to original placement. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/5874)

Improvements

  • Added an Always Show option to the Hunting Profit Tracker, to keep it visible on screen at all times. - RemainingDelta (https://github.com/hannibal002/SkyHanni/pull/5997)
  • Added an on-screen display for active reminders. - RemainingDelta (https://github.com/hannibal002/SkyHanni/pull/6008)
  • Added equipment wardrobe value estimation. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/6036)
  • Lock on Mousemat is no longer enabled by default. - Luna (https://github.com/hannibal002/SkyHanni/pull/6045)
    • If you're an existing user, you will have to manually disable it if you don't want it.
  • Pet Display will now display best-effort cached data even if some tab list information is missing. - Luna (https://github.com/hannibal002/SkyHanni/pull/6035)

Fixes

  • Fixed /shresetfeastdata not working if Fetch Upcoming Feast Data is disabled. - Luna (https://github.com/hannibal002/SkyHanni/pull/6043)
  • Fixed a few errors when trying the torrhus canyon on the alpha. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6060)
  • Fixed bonus pest chance display not working. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/6056)
  • Fixed ConcurrentModificationException error in Hide Slayer Spawn Particles. - Luna (https://github.com/hannibal002/SkyHanni/pull/6051)
  • Fixed custom wardrobe freezing after the first click. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/6036)
  • Fixed dungeon chat filter not filter certain blessings. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/6053)
  • Fixed gemstones not being detected in treasure chests. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/6030)
  • Fixed ghost tracker not detecting rare drops. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/6034)
  • Fixed Harvest Feast incorrectly detecting a Grand Feast when Finnegan is mayor. - Luna (https://github.com/hannibal002/SkyHanni/pull/6040)
  • Fixed Harvest Feast incorrectly detecting a Grand Feast when Finnegan is minister. - RemainingDelta (https://github.com/hannibal002/SkyHanni/pull/6038)
  • Fixed Jacob Contest Personal Bests not being detected from chat because of the Farming Fortune icon change. - Luna (https://github.com/hannibal002/SkyHanni/pull/6059)
  • Fixed mineshaft mayham perk buff giving an error. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/6055)
  • Fixed pest farming fortune bonus not being detected. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/6031)
  • Fixed pest profit tracker not detecting rare drops. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/6034)
  • Fixed pet names displaying incorrectly in trackers. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6046)
  • Fixed Rare Crop Tracker sometimes throwing an Internal name found with color codes error. - Luna (https://github.com/hannibal002/SkyHanni/pull/6057)
  • Fixed rift time features not working with the hypixel resource pack. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/6050)
  • Fixed Same Chat Color not working. - Tomeko (https://github.com/hannibal002/SkyHanni/pull/6052)
  • Fixed skyhanni user luck breakdown randomly giving an error. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/6054)
  • Fixed Skymall/Lottery display being colorless. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/6048)
  • Fixed Skymall/Lottery not being detected in the hotm/hotf menu. - AverageUser125 (https://github.com/hannibal002/SkyHanni/pull/6048)

Technical Details

  • Added DataComponentMap.getLoreComponent and DataComponentMap.getCleanLore. - Luna (https://github.com/hannibal002/SkyHanni/pull/5596)
  • Added FakePlayer.fromLocalPlayer and FakePlayer.fromLocalPlayerOrThrow methods. - Luna (https://github.com/hannibal002/SkyHanni/pull/5579)
  • Added ItemStack.getCleanLore. - Luna (https://github.com/hannibal002/SkyHanni/pull/5596)
  • Adjusted ItemStack.getLoreComponent and ItemStack.getLore to use the underlying DataComponent methods. - Luna (https://github.com/hannibal002/SkyHanni/pull/5596)
  • Changed fullFormat into the companion object of SkyHanniLogger to fix log folder splitting. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/6033)
  • DataComponentMap.getLore no longer has a nullable receiver. - Luna (https://github.com/hannibal002/SkyHanni/pull/5596)
  • FakePlayer now requires passing in an AbstractClientPlayer to instantiate. - Luna (https://github.com/hannibal002/SkyHanni/pull/5579)
  • Item lore and NeuInternalName caches now use TimeLimitedCache instead of custom cache implementation. - Luna (https://github.com/hannibal002/SkyHanni/pull/5596)
  • Item lore cache is now keyed on DataComponentMap rather than ItemStack and stored as List<Component> rather than List<String>, allowing all methods dealing with it to benefit from it. - Luna (https://github.com/hannibal002/SkyHanni/pull/5596)
  • Made WardrobeApi be abstract so it has different storage. - FabiHBBBT (https://github.com/hannibal002/SkyHanni/pull/6047)
  • Renamed ElectionCandidate.perks to allPerks. - Luna (https://github.com/hannibal002/SkyHanni/pull/6040)
  • Replaced ItemStack.getSingleLineLore with new List<String>.toSingleLineLore method. - Luna (https://github.com/hannibal002/SkyHanni/pull/5596)
  • Restricted /shreloadlisteners and /shstoplisteners to development environment. - Luna (https://github.com/hannibal002/SkyHanni/pull/6044)

Файлы

SkyHanni-7.33.0-mc26.1.jar(27.35 MiB)
Основной
Скачать

Метаданные

Канал релиза

Beta

Номер версии

7.33.0

Загрузчики

Fabric

Версии игры

26.1–26.1.2

Загрузок

19.9K

Дата публикации

11.07.2026

Загрузил

ID версии

Главная