Skip to content

0.25 Beta 8

Pre-release
Pre-release
Compare
Choose a tag to compare
@hannibal002 hannibal002 released this 15 Apr 19:55
· 1910 commits to beta since this release

Version 0.25 Beta 8

New Features

  • Added an option to highlight Zealots holding Chests in a different color. - Luna (#1347)
  • Added Profit Per Excavation. - hannibal2 (#1439)
    • Show profit/loss in chat after each excavation.
    • Also include breakdown information on hover.

Improvements

  • Only warn that crop fortune is missing in tab list while actively farming. - Empa (#1451)
  • Added Fortunate Freezing Bonus to Mining Events in Custom Scoreboard. - j10a1n15 (#1453)
  • Added line breaks functionality for Custom Scoreboard Title/Footer. - j10a1n15 (#1373)
  • Added all missing config links, or added a comment if no related GUI element exists. - hannibal2 (#1412)
  • Added Dungeon Room ID to Lobby Code. - j10a1n15 (#1428)
  • Sack Display update. - hannibal2 + Thunderblade73 + CalMWolfs (#1381)
    • Sorting for gemstone sack and rune sack.
    • Now has options for horizontal alignment.
    • Highlight the item in inventory while hovering over the item name in the display.
  • Renamed Deep Caverns parkour to Deep Caverns Guide. - seraid (#1443)
  • Make Fossil Excavator a category rather than accordion. - walker (#1441)

Fixes

  • Fixed Bazaar copy not working and showing null instead. - hannibal2 (#1452)
  • Fixed Fame rank-up not updating the rank. - j10a1n15 (#1450)
  • Fixed Totem of Corruption Overlay not getting cleared on disable. - j10a1n15 (#1449)
  • Fixed detecting being in calendar when you aren't. - CalMWolfs (#1445)
  • Fixed delayed run crashes. - CalMWolfs (#1445)
  • Fixed error from console filter on Minecraft shutdown. - CalMWolfs (#1445)
  • Fixed skill issue. - nopo (#1446)

Technical Details

  • Added Renderable.multiClickable. - Thunderblade73 (#1407)
  • Added isKeyClicked. - Thunderblade73 (#1405)
    • This cleans up the Renderable.clickable.
  • Adding Hypixel mod API. - hannibal2 (#1426)
  • Added expiry time parameter to ClickableAction. - CalMWolfs (#1445)
  • Added some LorenzVec and LocationUtils functions. - CalMWolfs (#1445)
  • Deprecated all old LorenzVec math functions and made new operator functions for them. - CalMWolfs (#1445)
  • Changed neu version in dev env. - nopo (#1446)
  • Changed config name. - seraid (#1443)
  • Fixed internalizing config moves introducing a self reference inside the JSON tree. - !nea (#1447)