Skip to content

Commit

Permalink
0.21 Beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Oct 7, 2023
1 parent 6c113fc commit 30c075e
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 17 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,37 @@

### New Features

+ Added Quick Craft Confirmation. - Cad
+ Require Ctrl+Click to craft items that aren't often quick crafted (e.g. armor, weapons, accessories).
+ Sack items can be crafted normally.
+ Added **Compact Tab List**.
+ Compacts the tablist to make it look much nicer (old SBA feature, but fewer bugs). - CalMWolfs
+ Option to hide Hypixel advertisment banners. - CalMWolfs
+ Added **Advanced Player List**. - hannibal2
+ Customize the player list (inside the tab list) in various ways.
+ Change the sort order of players: Default, SkyBlock Level, alphabetical name, Iron Man first/bingo level,
party/friends/guild
+ Option to hide different parts of the player list: Player skins/icons, Hypixel rank color, Emblems, SkyBlock
level

### Events

+ Highlight Jerries during the Jerrypoclaypse. - Erymanthus

### Changes

+ Allowing clicks on the farming weight overlay to open the Farming Profile of you or the next person in the leaderboard, or manual reloading the farming weight. - hannibal2
+ Allowing clicks on the farming weight overlay to open the Farming Profile of you or the next person in the
leaderboard, or manual reloading the farming weight. - hannibal2
+ Added "Burning Desert" as a tarantula slayer area. - hannibal2
+ Slayer features now work only when the slayer type matches the current SkyBlock area. - hannibal2
+ Made Fatal Tempo same as Chimera in Estimated Item Value. - jani

### Bug Fixes

+ The yaw/pitch display does no longer show scientific notations at small values. - hannibal2
+ Fixed slayer RNG Meter problem to detect the selected item. - hannibal2
+ Fixed capitalization errors. - J10a1n15
+ Fixed a bug that hides the contest inventory menu. - CalMWolfs

#### Config

Expand Down
39 changes: 25 additions & 14 deletions FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,26 +64,25 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.

## Inventory

- Not Clickable Items
- Mark items gray in your inventory when they are not supposed to be moved in certain GUIs, and make green lines
+ Not Clickable Items
+ Mark items gray in your inventory when they are not supposed to be moved in certain GUIs, and make green lines
around items that meet that requirement.
- Works in:
- In NPC sell inventories, ender chests and backpacks, salvaging in the dungeon hub, player trade
- bazaar, action house, accessory bag, sack of sacks, fishing bag, potion bag,
- chests on the private island, attribute fusion, equipment GUI, Rift Motes Grubber
- Option to allow/block clicks
- Option to change the gray-out opacity for 'Not Clickable Items'.
- Set stack number for specific items (stars for crimson armor, minion tier, pet level, new year cake, for golden and
+ Works in:
+ In NPC sell inventories, ender chests and backpacks, salvaging in the dungeon hub, player trade
+ bazaar, action house, accessory bag, sack of sacks, fishing bag, potion bag,
+ chests on the private island, attribute fusion, equipment GUI, Rift Motes Grubber
+ Option to allow/block clicks
+ Option to change the gray-out opacity for 'Not Clickable Items'.
+ Set stack number for specific items (stars for crimson armor, minion tier, pet level, new year cake, for golden and
diamond dungeon heads the floor number, the tier of master skull and master star, kuudra keys, skill level, and
collection level)
- Sack name (show short name of sacks)
- Anvil Combine Helper (When putting an enchanted book into the first slot of the anvil, all items with the same
+ Sack name (show short name of sacks)
+ Anvil Combine Helper (When putting an enchanted book into the first slot of the anvil, all items with the same
enchantment are highlighted in the inventory)
- compact star counter on all items (not only on items with dungeon stars and master stars but also on crimson armors,
+ compact star counter on all items (not only on items with dungeon stars and master stars but also on crimson armors,
cloaks and fishing rods)
- RNG meter features (in the catacombs RNG meter inventory show the dungeon floor number and highlight floors without a
+ RNG meter features (in the catacombs RNG meter inventory show the dungeon floor number and highlight floors without a
drop selected and highlighting the selected drop in the RNG meter inventory for slayer or catacombs)

+ Show the tuning stats in the Thaumaturgy inventory.
+ Show the amount of selected tuning points in the stats tuning inventory.
+ Highlight the selected template in the stats tuning inventory.
Expand All @@ -105,6 +104,9 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Shows a list of all items and their price when inside a chest on your private island.
+ In Melody's Harp, show buttons as stack size. - NetheriteMiner
+ Intended to be used with Harp Keybinds
+ **Quick Craft Confirmation**. - Cad
+ Require Ctrl+Click to craft items that aren't often quick crafted (e.g. armor, weapons, accessories).
+ Sack items can be crafted normally.

## Item Abilities

Expand Down Expand Up @@ -650,6 +652,15 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Scroll within the position editor to independently adjust the GUI scale for each SkyHanni element.
+ Change the global scale of all SkyHanni elements at once (in the config under /sh scale).
+ Change the scale with plus and minus keys. - CalMWolfs
+ Added **Compact Tab List**.
+ Compacts the tablist to make it look much nicer (old SBA feature, but fewer bugs). - CalMWolfs
+ Option to hide Hypixel advertisment banners. - CalMWolfs
+ Added **Advanced Player List**. - hannibal2
+ Customize the player list (inside the tab list) in various ways.
+ Change the sort order of players: Default, SkyBlock Level, alphabetical name, Iron Man first/bingo level,
party/friends/guild
+ Option to hide different parts of the player list: Player skins/icons, Hypixel rank color, Emblems, SkyBlock
level

## Cosmetics

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "at.hannibal2.skyhanni"
version = "0.21.Beta.2"
version = "0.21.Beta.3"

// Toolchains:
java {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
version = "0.21.Beta.2",
version = "0.21.Beta.3",
)
class SkyHanniMod {
@Mod.EventHandler
Expand Down

0 comments on commit 30c075e

Please sign in to comment.