Skip to content

0.27 Beta 12

Pre-release
Pre-release
Compare
Choose a tag to compare
@hannibal002 hannibal002 released this 25 Sep 08:50
· 35 commits to beta since this release

Version 0.27 Beta 12

New Features

  • Added navigation command. - hannibal2 (#2575)
    • Use /shnavigate <name> to find interesting locations on your current SkyBlock island by searching for them.
    • Displays a pathfinder to the location.
    • Works with NPCs, points of interest, areas, slayer spots, emissaries, crimson mini-bosses, spots to mine ores, break crops, and kill mobs.
    • Does not yet work with Spider's Den and Dungeon Hub (still needs to be mapped out).
  • Added a message to warp to Winter Island spawn when a Reindrake spawns. - Cuz_Im_Clicks (#2569)

Improvements

  • Queued GfS will now always fall back to a default amount if one is not specified. - Luna (#2584)
  • Added an option to hide all tooltips inside the Fossil Excavator. - Cuz_Im_Clicks (#2579)
  • Added support for using the Pickobulus ability for the Mineshaft Pity Display. - Empa (#2540)
  • Added Area Navigation support to Glacite Tunnels. - hannibal2 (#2544)

Fixes

  • Fixed error messages while using the Chum Bucket Hider feature. - nea89 (#2587)
  • Fixed a few typos in the config. - rdbt (#2585)
  • Fixed some blocks in the Crystal Hollows being detected as Mithril instead of Hard Stone. - Luna (#2580)
  • Fixed "Mining Commissions Block Color" causing OptiFine connected textures not to connect properly. - nopo (#2577)
  • Fixed the Mineshaft Pity Counter not working in the Great Glacite Lake. - martimavocado (#2565)
  • Fixed price per unit for Stonk of Stonks auction not working for the bracket you are in. - Thunderblade73 (#2572)

Technical Details

  • Created a Text method to display a paginated list. - CalMWolfs (#2583)
    • Moved existing paged lists in /shcommands and /shremind to use this.
  • Node Tags filter list in Graph Editor now sorts by nodes per tag. - hannibal2 (#2575)
  • Additional code cleanup around ingredients. - hannibal2 (#2576)
  • Removed duplicate rounding functions. - CalMWolfs (#1931)
  • Added HTTP Request Patching. - CalMWolfs (#2578)
  • Removed references to NEU code, especially code from the Utils class in NEU. - CalMWolfs (#2419)
  • Banned importing io.github.moulberry.notenoughupdates.util.Utils. - CalMWolfs (#2419)
  • Added common live templates. - Thunderblade73 (#2463)
    • These can be automatically imported via the plugin "Live Templates Sharing".
  • Created and used primitive recipe and ingredient classes. - CalMWolfs (#2460)
    • These are added as a layer between SkyHanni and NEU so that we are not reliant on NEU functions.
  • Added Blossom Gradle plugin for token replacement in code. - ThatGravyBoat (#2558)
    • @MOD_VERSION@ is now a token that will be replaced.