diff options
-rw-r--r-- | CHANGELOG.md | 19 | ||||
-rw-r--r-- | FEATURES.md | 39 | ||||
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
4 files changed, 45 insertions, 17 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 496eddf20..2e8b3ad7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/FEATURES.md b/FEATURES.md index 3cc61dc38..6081aa886 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -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. @@ -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 @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index 3641c3e44..c4f5bc4f8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.21.Beta.2" +version = "0.21.Beta.3" // Toolchains: java { diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index df9171aa1..e4b1a7e8f 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -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 |