From da9f6fb2ba0a2ecb8ef748e95853e2997b7e119e Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:26:09 -0400 Subject: Require YACL 3.2.1 3.2.0 will cause a game crash if you try to use it with the mod --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 86481bf3..e5900e76 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -38,7 +38,7 @@ "depends": { "fabricloader": ">=0.14.22", "fabric-api": ">=0.89.1+1.20.2", - "yet_another_config_lib_v3": ">=3.2.0+1.20.2", + "yet_another_config_lib_v3": ">=3.2.1+1.20.2", "minecraft": "~1.20.2" }, "conflicts": { -- cgit From 333db39ef1949aba6ed64b949d71d04cec11ec46 Mon Sep 17 00:00:00 2001 From: Yasin Date: Sat, 21 Oct 2023 20:22:56 +0200 Subject: Update to 1.15.0 --- CHANGELOG.md | 56 ++++ FEATURES.md | 150 +++++++---- MRREADME.md | 513 ++++++++++++++++++++++++++++++------- README.md | 185 ++++++++----- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 6 files changed, 696 insertions(+), 212 deletions(-) (limited to 'src/main/resources/fabric.mod.json') diff --git a/CHANGELOG.md b/CHANGELOG.md index b9eb2efc..09766a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,59 @@ +# Release 1.15.0 + +## Highlight +* New configuration frontend (YACL) by @AzureAaron +* Item Protection (`/skyblocker protectItem`) by @AzureAaron +* Item Rarity Backgrounds by @AzureAaron +* Item cooldown display by @Grayray75 +* Creeper beam puzzle solver by @msg-programs +* Configure Flame height by @LifeIsAParadox +* Secret Waypoint Rendering Customization by @AzureAaron +* Optimize Drill Fuel and Picko Durability with Caching by @kevinthegreat1 + +## What's Changed +* 1.20.2 by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/324 +* YACL Config by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/328 +* Config Tweaks by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/334 +* Item Protection by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/335 +* Use standardised license identifier by @Grayray75 in https://github.com/SkyblockerMod/Skyblocker/pull/320 +* Update shortcuts description by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/342 +* Item Rarity Backgrounds by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/340 +* sync MRREADME.md with modrinth description by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/338 +* Fix recipe book slot textures by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/343 +* Add Support for Custom toString Function for Enum Dropdowns by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/344 +* Item cooldown display by @Grayray75 in https://github.com/SkyblockerMod/Skyblocker/pull/332 +* Update Loom and Gradle by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/345 +* Hook actual durability for Pickonimbus/Drills by @0xallie in https://github.com/SkyblockerMod/Skyblocker/pull/341 +* Optimize Scoreboard Stuff by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/346 +* me.xrmvizzy -> de.hysky by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/348 +* Fix potential NPE by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/352 +* fix blaze by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/356 +* Fix Golden Goblin Slayer showing up as Goblin Slayer on commission HUD by @0xallie in https://github.com/SkyblockerMod/Skyblocker/pull/347 +* Refactor Utils by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/354 +* Refactor NBT Parsing by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/350 +* fix quick nav background texture by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/359 +* update issue template by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/360 +* Creeper beam puzzle solver by @msg-programs in https://github.com/SkyblockerMod/Skyblocker/pull/355 +* Scheduler Multithreaded Support + Refactor by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/361 +* Update Fetchur solver by @0xallie in https://github.com/SkyblockerMod/Skyblocker/pull/363 +* Codec-based Test by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/367 +* Optimize Drill Fuel and Picko Durability with Caching by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/366 +* fix issue_template by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/369 +* Refactor NEU Repo by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/364 +* change flame height by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/370 +* Secret Waypoint Rendering Customization by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/371 +* Translations update from hysky translate by @Weblate-LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/325 +* New Message Feedback Prefix by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/373 +* Remove unused quicknav translation strings by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/374 +* Fix some HUD options resetting sometimes by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/337 +* Patch Float/Double Field Controller Bug by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/377 + +## New Contributors +* @0xallie made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/341 + +**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.14.0...v1.15.0 +___ + # Release 1.14.0 ## Highlight diff --git a/FEATURES.md b/FEATURES.md index 66e5a15f..66d95587 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -1,49 +1,101 @@ -* Bars: Health and absorption, Mana, Defense, XP (moving fancy bars) -* Hide Messages: Ability Cooldown, Heal, AOTE, Implosion, Molten Wave, Teleport Pad Messages -* Dungeon Minimap -* Dungeon Secrets -* Starred Mob Glow -* Dungeon Puzzle Solver: - * Three Weirdos - * Blaze - * Tic Tac Toe - * Croesus - * Terminal: - * Order - * Coloured Items - * Item Name -* Dwarven Mines Solver: Fetchur, Puzzler -* Barn Solver: Treasure Hunter, Hungry Hiker -* Experiments Solvers -* Slayer helper: - * Vampire : Effigy Waypoints, Healing Melon Indicator, Twinclaws Ice Indicator, Steak Stake Indicator -* Drill Fuel and Pickonimbus 2000 in Item Durability Bar -* Hotbar Slot Lock Keybind (Select the hotbar slot you want to lock/unlock and press the lockbutton) -* Price tooltip: npc, motes, bazaar (avg, lbin), ah, museum -* reparty: write /rp to reparty + auto rejoin -* Wiki Lookup: press f4 to open the wiki page about the held item -* Discord Rich Presence: Allows user to show either their Piggy, Bits, or location. Along with a custom message -* Quicknav: fast navigate between pets, armor, enderchest, skill, collection, crafting, enchant, envil, warp dungeon, - warp hub -* Recipe book: in the vanilla recipe book all skyblock items are listed, and you can see the recipe of the item -* Backpack preview: after you clicked your backpack or enderchest once you can hover over the backpack or enderchest and - hold shift to preview -* Update notification -* Commission HUD: Dwarven Mines quests -* 1.8 hitbox for lever and farmland -* Custom Tab HUD + Fully configureable with ressourcepack -* Roughly enough items (REI) and Emi Support -* Fishing Helper + sound notification -* Mirrorverse Waypoints -* Attribute Shard Info Display -* Item and Armour customisation: - * Item Renaming - * Custom Armour Dye Colours - * Custom Armour Trims -* OptiFabric Compatibility -* Rare Drop Special Effects! Dungeon chest -* Dungeon Chest Profit Calculator -* Hide Status Effect Overlay -* Personal Compactor/Deletor preview -* Hide fake players in social interactions screen -* hidden relic helper \ No newline at end of file +### Dungeon Features: +- **Secrets Highlight:** Fully configurable +- **Minimap** +- **Starred Mob Glow** +- **Puzzle Helper:** + - *Croesus* + - *Three Weirdos* + - *Blaze* + - *Creeper Beams* + - *Trivia* + - *Tic Tac Toe* + - *Terminal:* + - *Order* + - *Coloured Items* + - *Item Name* +- **Rare Drop Special Effects** +- **Chest Profit Calculator** +- **Livid Color Helper** +- **Reparty:** Type /rp to reparty and enable auto-rejoin. + +### Item and Armor Customization: +- *Item Renaming* +- *Custom Armor Dye Colors* +- *Custom Armor Trims* + +### Health and Status Bars: +- **Bars:** + - *Health and absorption* + - *Mana* + - *Defense* + - *XP* + +### Dwarven Mines: +- **Dwarven Mines Solver:** + - *Fetchur* + - *Puzzler* +- **Commission HUD** + - *Provides information on Dwarven Mines quests* + +### Rift Features: +- **Mirrorverse Waypoints** + +### Spider's Den Features: +- **Hidden Relic Helper** + +### Slayer Helper: +- **Vampire:** + - *Effigy Waypoints* + - *Healing Melon Indicator* + - *Twinclaws Ice Indicator* + - *Steak Stake Indicator* + +### Visual Enhancements: +- **Fancy Tab HUD:** Fully configurable with a resource pack. +- **1.8 Hitbox for Lever and Farmland** +- **Hide Status Effect Overlay** +- **Personal Compactor/Deletor Preview** +- **Hide Fake Players in Social Interactions Screen** +- **Item Rarity Backgrounds** +- **Item Cooldown Display** +- **Configure Fire-Overlay Height** + +### User Interface Enhancements: +- **Attribute Shard Info Display** +- **Drill Fuel and Pickonimbus 2000 in Item Durability Bar** +- **Hotbar Slot Lock Keybind:** Select the hotbar slot you want to lock/unlock and press the lock button. +- **Price Tooltip:** (Provides information on) + - *NPC Prices* + - *Motes Prices* + - *bazaar (average, lowest bin)* + - *Auction House* + - *Museum* +- **Quicknav:** (Fully customizeable) Fast navigation between pets, armor, enderchest, skill, collection, crafting, enchant, anvil, warp dungeon, and warp hub. +- **Recipe Book:** Lists all Skyblock items in the vanilla recipe book, allowing you to see the recipe of the item. +- **Backpack Preview:** After clicking your backpack or enderchest once, you can hover over the backpack or enderchest and hold Shift to preview its contents. + +### Barn Features: +- **Barn Solver:** + - *Treasure Hunter* + - *Hungry Hiker* + +### Chat Features: +- **Hide Messages:** + - *Ability Cooldown* + - *Heal* + - *Aspect of the End (AOTE)* + - *Implosion* + - *Molten Wave* + - *`/show command`* + - *Teleport Pad Messages* + +### Miscellaneous Solvers: +- **Experiments Solvers** +- **Fishing Helper:** Includes sound notifications. + +### Miscellaneous Features: +- **Roughly Enough Items (REI) and EMI Support** +- **Item Protection** +- **Discord Rich Presence:** Allows users to show their Piggy, Bits, or location, along with a custom message. +- **Wiki Lookup:** Press F4 to open the wiki page about the held item. +- **OptiFabric Compatibility** \ No newline at end of file diff --git a/MRREADME.md b/MRREADME.md index 7e1e68ad..67dd29b2 100644 --- a/MRREADME.md +++ b/MRREADME.md @@ -2,7 +2,7 @@ ## Skyblocker -Hypixel Skyblock Mod for Minecraft 1.17.x + 1.18.x + 1.19.x + 1.20.x +Hypixel Skyblock Mod for Minecraft 1.20.2 ## 🔧 Configuration - [Mod Menu](https://modrinth.com/mod/modmenu) not required open config with modmenu \ @@ -10,17 +10,31 @@ or **/skyblocker config** Skyblocker has a variety of configurations. \ To access the configuration menu, you must install [Mod Menu](https://modrinth.com/mod/modmenu). -
Mod Menu
Mod Menu - Skyblocker config
+
Mod Menu
Skyblocker config
### List of Configuration
General -|Config option|Description| -|---|---| -| Update Notification | Get notified when there is a new update | -| View [backpack preview](https://cdn-raw.modrinth.com/data/y6DuFGwJ/images/ef33e34b79c1615bcb23f3a395b29b793ef32e34.png) without holding shift | Preview on hover | +| Config option | Description | +|-----------------------------------------------------------------------------------------------------------------------------------------------|---------------------| +| Auto accept Reparty | Auto accept Reparty | +| View [backpack preview](https://cdn-raw.modrinth.com/data/y6DuFGwJ/images/ef33e34b79c1615bcb23f3a395b29b793ef32e34.png) without holding shift | Preview on hover | +| Enable Comactor/Deletor Preview | Preview on hover | +| Hide empty item tooltips in menus | | +| Hide Status Effect Overlay | | + +
+ Fancy tab HUD + +| Config option | Description | +|-------------------------------|---------------------------------------------------------------------------| +| Enable fancy tab HUD | | +| Scale factor of fancy tab HUD | | +| Plain Player Names | display names without any special formatting | +| Player Name Sorty Method | default has no particular order. Alphabetical sort names alphabetically | +
Health, Mana, Defence & XP Bars @@ -31,12 +45,75 @@ To access the configuration menu, you must install [Mod Menu](https://modrinth.c |Configure Bar Position|[Customize Bar Positions](https://cdn.discordapp.com/attachments/1103292463558438993/1103292498345984070/healt-layer.png)|
+
+ Experiments Solver + +| Config option | Description | +|------------------------------|-------------| +| Enable Chromatron Solver | | +| Enable Superpairs Solver | | +| Enable Ultrasequencer Solver | | + +
+ +
+ Fishing Helper + +| Config option | Description | +|-----------------------|-------------| +| Enable Fishing Helper | | + +
+ +
+ Fairy Souls Helper + +| Config option | Description | +|-----------------------------------|---------------------| +| Enable Fairy Souls Helper | | +| Highlight found fairy souls | | +| Only highlight nearby fairy souls | radius of 50 blocks | + +
+ +
+ Item Cooldown + +| Config option | Description | +|----------------------|---------------------| +| Enable Item Cooldown | | + +
+ +
+ Shortcuts + +| Config option | Description | +|-----------------------------------|----------------------------------------| +| Enable Shortcuts | | +| Enable Command Shortcuts | | +| Enable Command Argument Shortcuts | | +| Shortcuts Config | Open new window to configure shortcuts | + +
+ +
+ Quiver Warning + +| Config option | Description | +|---------------------------------------|----------------------------------------| +| Enable Quiver Warning | | +| Enable Quiver Warning In Dungeons | | +| Enable Quiver Warning After a Dungeon | | + +
+
Item List -|Config option|Description| -|---|---| -|Enable Item List| Acitvate [recipe viewer](https://cdn-raw.modrinth.com/data/y6DuFGwJ/images/cf9f8077067b9781686f23116f163d529c21c404.png)| +| Config option | Description | +|------------------|--------------------------------------------------------------------------------------------------------------------------| +| Enable Item List | Acitvate [recipe viewer](https://cdn-raw.modrinth.com/data/y6DuFGwJ/images/cf9f8077067b9781686f23116f163d529c21c404.png) |
@@ -44,54 +121,244 @@ To access the configuration menu, you must install [Mod Menu](https://modrinth.c Customize [Item tooltip](https://cdn-raw.modrinth.com/data/y6DuFGwJ/images/12903f3f839d769fac48a4e74e04bee9aa1657d5.png) +| Config option | Description | +|------------------------------|----------------------------------------| +| Enable NPC Price | | +| Enable Motes Price | | +| Enable Avg. BIN Price | | +| Average Type | | +| Enable Lowest BIN Price | | +| Enable Bazaar buy/sell Price | | +| Enable Museum & Date | | + +
+ +
+ Item Info Display + +| Config option | Description | +|--------------------------------|-------------| +| Attribute Shard Info | | +| Item Rarity Backgrounds | | +| Item Rarity Background Opacity | | +
+ +
+ Wiki Lookup + +| Config option | Description | +|--------------------|-----------------------------------------------------| +| Enable Wiki Lookup | press f4 to open the wiki page pof the hovered item | +| Use Official Wiki | | +
+ +
+ Special Effects + +| Config option | Description | +|---------------------------|-------------| +| Rare Dungeon Drop Effects | |
Hitboxes -|Config option|Description| -|---|---| -|Enable 1.8 farmland hitbox| Change hitbox to the 1.8 one | -|Enable 1.8 lever hitbox| Change hitbox to the 1.8 one | +| Config option | Description | +|----------------------------|------------------------------| +| Enable 1.8 farmland hitbox | Change hitbox to the 1.8 one | +| Enable 1.8 lever hitbox | Change hitbox to the 1.8 one |
+ +
+ Title Container + +Used to display multiple titles at once, Example use: Vampire Slayer + +| Config option | Description | +|----------------------------------|-------------| +| Title Container Scale | | +| Title Container Placement Config | |
- Locations + Teleport Overlay + +| Config option | Description | +|---------------------------------------|-------------| +| Enable Teleport Overlays | | +| Enable Weird Transmission Overlay | | +| Enable Instant Transmission Overlay | | +| Enable Ether Transmission Overlay | | +| Enable Sinrecall Transmission Overlay | | +| Enable Wither Impact Overlay | | +
+ +
+ Flame Overlay + +| Config option | Description | +|---------------|-------------| +| Flame Height | | +| Flame Opacity | | +
+ +
Dungeons -|Config option|Description| -|---|---| -|Croseus Helper|Gray out chests that have already been opened| -|Enable Map| [Map](https://cdn-raw.modrinth.com/data/y6DuFGwJ/images/43243429b1c4d17236ae3e5a9836ecd7d905644b.png)| -|Solve Three Weirdos Puzzle|Solver usefull in Dungeons| -|Solve Blaze Puzzle|Solver usefull in Dungeons| -|Solve Trivia Puzzle|Solver usefull in Dungeons| +| Config option | Description | +|------------------------------|--------------------------------------------------------------------------------------------------------| +| Croseus Helper | Gray out chests that have already been opened | +| Enable Map | [Map](https://cdn-raw.modrinth.com/data/y6DuFGwJ/images/43243429b1c4d17236ae3e5a9836ecd7d905644b.png) | +| Dungeon Map Placement Config | | +| Map Scaling | | +| Starred Mob Glow | | +| Solve Three Weirdos Puzzle | Solver usefull in Dungeons | +| Solve Blaze Puzzle | Solver usefull in Dungeons | +| Solve Creeper Beams Puzzle | | +| Solve Trivia Puzzle | Solver usefull in Dungeons | +| Solve Tic Tac Toe Puzzle | |
- Terminal + Dungeon Secret Waypoints + +| Config option | Description | +|------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Enable Dungeon Secret Waypoints | | +| Do Not Initialize Secret Waypoints | | +| Waypoint Type | Waypoint: Displays a highkught and beam
Outlined Waypoint: Displays both a waypoint and an outline
Highlight: Only displays a highlight
Outlined Highlight: Displays both a highlight and an outline
Outline: Outlines the secret in a box. | +| Show Secret Text | | +| Enable Entrance Waypoints | | +| Enable Superboom Waypoints | | +| Enable Chest Waypoints | | +| Enable Item Waypoints | | +| Enable Bat Waypoints | | +| Enable Wither Essence Waypoints | | +| Enable Lever Waypoints | | +| Enable Fairy Soul Waypoints | | +| Enable Stonk Waypoints | | +| Enable Default Waypoints | | +
-|Config option|Description| -|---|---| -|Solve Selectect Colored|Solver usefull in Dungeons 7| -|Solve Click In Order|Solver usefull in Dungeons 7| -|Solve Starts With|Solver usefull in Dungeons 7| +
+ Dungeon Chest Profit Calculator + +| Config option | Description | +|--------------------------|-------------| +| Enable Profit Calculator | | +| Include Kismet Price | | +| Include Essence | | +| Neutral Threshold | | +| Neutral Color | | +| Profit Color | | +| Loss Color | | +| Incomplete Color | | +
+ +
+ Livid Color + +| Config option | Description | +|--------------------|----------------------------------------------------------| +| Enable Livid Color | Send the livid color in chat during the Livid boss fight | +| Livid Color Text | text wich will be sent in the chat | +
+ +
+ Terminal Solvers + +| Config option | Description | +|-------------------------|------------------------------| +| Solve Selectect Colored | Solver usefull in Dungeons 7 | +| Solve Click In Order | Solver usefull in Dungeons 7 | +| Solve Starts With | Solver usefull in Dungeons 7 |
+
+
Dwarven Mines -|Config option|Description| -|---|---| -|Enable Drill Fuel|[Drill icon](https://cdn-raw.modrinth.com/data/y6DuFGwJ/images/43c7ab7aa7c90fcf833c7cddbf73e6644c6ce5fa.png)| -|Solve Fetchur| Solver usefull in Mines| -|Solve Puzzler Puzzle| Solver usefull in Mines | -|Dwarven Hud| [Commision Hud](https://cdn.discordapp.com/attachments/905867886428565565/950513333478494248/Screen_Shot_2022-03-07_at_4.58.12_PM.png)| +| Config option | Description | +|----------------------|----------------------------------------------------------------------------------------------------------------------------------------| +| Enable Drill Fuel | [Drill icon](https://cdn-raw.modrinth.com/data/y6DuFGwJ/images/43c7ab7aa7c90fcf833c7cddbf73e6644c6ce5fa.png) | +| Solve Fetchur | Solver usefull in Mines | +| Solve Puzzler Puzzle | Solver usefull in Mines | + +
+ Dwarven HUD + +| Config option | Description | +|-----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Enabled | | +| Style for HUD | Simple: Shows name and percentage
Fancy: Shows name, percentage, progress bar and an icon
Classic: Shows name and percentage in a very simple box | +| Dwarven HUD Config... | | +| Enable Background | | + +
+ +
+ +
+ Locations + +
+ Barn + +| Config option | Description | +|:----------------------|:------------| +| Solve Hungry Hiker | | +| Solve Treasure Hunter | | + +
+ +
+ The Rift + +| Config option | Description | +|:-----------------------------|:---------------------------------------| +| Enable Mirrorverse Waypoints | | +| McGrubber Sacks | Used for calculating Motes sell prices | + +
+ +
+ Spider's Den + +| Config option | Description | +|:----------------------------|:------------| +| Enable Hidden Relics Helper | | +| Highlight found relics | | +
+
+
+ Slayers + +
+ Vampire Slayer + +| Config option | Description | +|:-----------------------------------------------|:------------| +| Enable Effigy Waypoints | | +| Compact Effigy Waypoints | | +| Effigy Waypoints Update Frequency (Ticks) | | +| Enable Holy Ice Indicator | | +| Holy Ice Indicator Delay (Ticks) | | +| Holy Ice Indicator Update Frequency (Ticks) | | +| Enable Healing Melon Indicator | | +| Healing Melon Indicator Threshold (Hearts) | | +| Enable Steak Stake Indicator | | +| Steak Stake Indicator Update Frequency (Ticks) | | +| Enable Mania Block Indicator | | +| Mania Indicator Update Frequency (Ticks) | | + +
+ +
Quick Navigation @@ -112,25 +379,24 @@ Customize [Item tooltip](https://cdn-raw.modrinth.com/data/y6DuFGwJ/images/12903
-
Messages -|Config option|Description| -|---|---| -|Hide Ability Cooldown|Disable,Filter or Move to action bar| -|Hide Heal Messages|Disable,Filter or Move to action bar| -|Hide AOTE Messages|Disable,Filter or Move to action bar| -|Hide Implosion Message|Disable,Filter or Move to action bar| -|Hide Molten Wave Message|Disable,Filter or Move to action bar| -|Hide Ads from Public Chat|Disable,Filter or Move to action bar| -|Hide Teleport Pad Messages|Disable,Filter or Move to action bar| -|Hide Combo Messages|Disable,Filter or Move to action bar| -|Hide Autopet Messages|Disable,Filter or Move to action bar| -|Hide Mana Consumption Messages from Action Bar|Activate or deactivate| +| Config option | Description | +|------------------------------------------------|-----------------------------------------| +| Hide Ability Cooldown | Disable,Filter or Move to action bar | +| Hide Heal Messages | Disable,Filter or Move to action bar | +| Hide AOTE Messages | Disable,Filter or Move to action bar | +| Hide Implosion Message | Disable,Filter or Move to action bar | +| Hide Molten Wave Message | Disable,Filter or Move to action bar | +| Hide Ads from Public Chat | Disable,Filter or Move to action bar | +| Hide Teleport Pad Messages | Disable,Filter or Move to action bar | +| Hide Combo Messages | Disable,Filter or Move to action bar | +| Hide Autopet Messages | Disable,Filter or Move to action bar | +| Hide Show Off Messages | Filters messages from the `/show command` | +| Hide Mana Consumption Messages from Action Bar | Activate or deactivate |
-
Discord Rich Presence @@ -146,58 +412,111 @@ Customize [Item tooltip](https://cdn-raw.modrinth.com/data/y6DuFGwJ/images/12903 Click [#Gallery](https://modrinth.com/mod/skyblocker-liap/gallery) for images to this mod ## 📖Features -
+
open -* Bars: Health and absorption, Mana, Defense, XP (moving fancy bars) -* Hide Messages: Ability Cooldown, Heal, AOTE, Implosion, Molten Wave, Teleport Pad Messages -* Dungeon Minimap -* Dungeon Secrets -* Starred Mob Glow -* Dungeon Puzzle Solver: - * Three Weirdos - * Blaze - * Tic Tac Toe - * Croesus - * Terminal: - * Order - * Coloured Items - * Item Name -* Dwarven Mines Solver: Fetchur, Puzzler -* Barn Solver: Treasure Hunter, Hungry Hiker -* Experiments Solvers -* Slayer helper: - * Vampire : Effigy Waypoints, Healing Melon Indicator, Twinclaws Ice Indicator, Steak Stake Indicator -* Drill Fuel and Pickonimbus 2000 in Item Durability Bar -* Hotbar Slot Lock Keybind (Select the hotbar slot you want to lock/unlock and press the lockbutton) -* Price tooltip: npc, motes, bazaar (avg, lbin), ah, museum -* reparty: write /rp to reparty + auto rejoin -* Wiki Lookup: press f4 to open the wiki page about the held item -* Discord Rich Presence: Allows user to show either their Piggy, Bits, or location. Along with a custom message -* Quicknav: fast navigate between pets, armor, enderchest, skill, collection, crafting, enchant, envil, warp dungeon, - warp hub -* Recipe book: in the vanilla recipe book all skyblock items are listed, and you can see the recipe of the item -* Backpack preview: after you clicked your backpack or enderchest once you can hover over the backpack or enderchest and - hold shift to preview -* Update notification -* Commission HUD: Dwarven Mines quests -* 1.8 hitbox for lever and farmland -* Custom Tab HUD + Fully configureable with ressourcepack -* Roughly enough items (REI) and Emi Support -* Fishing Helper + sound notification -* Mirrorverse Waypoints -* Attribute Shard Info Display -* Item and Armour customisation: - * Item Renaming - * Custom Armour Dye Colours - * Custom Armour Trims -* OptiFabric Compatibility -* Rare Drop Special Effects! Dungeon chest -* Dungeon Chest Profit Calculator -* Hide Status Effect Overlay -* Personal Compactor/Deletor preview -* Hide fake players in social interactions screen -* hidden relic helper +### Dungeon Features: +- **Secrets Highlight:** Fully configurable +- **Minimap** +- **Starred Mob Glow** +- **Puzzle Helper:** + - *Croesus* + - *Three Weirdos* + - *Blaze* + - *Creeper Beams* + - *Trivia* + - *Tic Tac Toe* + - *Terminal:* + - *Order* + - *Coloured Items* + - *Item Name* +- **Rare Drop Special Effects** +- **Chest Profit Calculator** +- **Livid Color Helper** +- **Reparty:** Type /rp to reparty and enable auto-rejoin. + +### Item and Armor Customization: +- *Item Renaming* +- *Custom Armor Dye Colors* +- *Custom Armor Trims* + +### Health and Status Bars: +- **Bars:** + - *Health and absorption* + - *Mana* + - *Defense* + - *XP* + +### Dwarven Mines: +- **Dwarven Mines Solver:** + - *Fetchur* + - *Puzzler* +- **Commission HUD** + - *Provides information on Dwarven Mines quests* + +### Rift Features: +- **Mirrorverse Waypoints** + +### Spider's Den Features: +- **Hidden Relic Helper** + +### Slayer Helper: +- **Vampire:** + - *Effigy Waypoints* + - *Healing Melon Indicator* + - *Twinclaws Ice Indicator* + - *Steak Stake Indicator* + +### Visual Enhancements: +- **Fancy Tab HUD:** Fully configurable with a resource pack. +- **1.8 Hitbox for Lever and Farmland** +- **Hide Status Effect Overlay** +- **Personal Compactor/Deletor Preview** +- **Hide Fake Players in Social Interactions Screen** +- **Item Rarity Backgrounds** +- **Item Cooldown Display** +- **Configure Fire-Overlay Height** + +### User Interface Enhancements: +- **Attribute Shard Info Display** +- **Drill Fuel and Pickonimbus 2000 in Item Durability Bar** +- **Hotbar Slot Lock Keybind:** Select the hotbar slot you want to lock/unlock and press the lock button. +- **Price Tooltip:** (Provides information on) + - *NPC Prices* + - *Motes Prices* + - *bazaar (average, lowest bin)* + - *Auction House* + - *Museum* +- **Quicknav:** (Fully customizeable) Fast navigation between pets, armor, enderchest, skill, collection, crafting, enchant, anvil, warp dungeon, and warp hub. +- **Recipe Book:** Lists all Skyblock items in the vanilla recipe book, allowing you to see the recipe of the item. +- **Backpack Preview:** After clicking your backpack or enderchest once, you can hover over the backpack or enderchest and hold Shift to preview its contents. + +### Barn Features: +- **Barn Solver:** + - *Treasure Hunter* + - *Hungry Hiker* + +### Chat Features: +- **Hide Messages:** + - *Ability Cooldown* + - *Heal* + - *Aspect of the End (AOTE)* + - *Implosion* + - *Molten Wave* + - *`/show command`* + - *Teleport Pad Messages* + +### Miscellaneous Solvers: +- **Experiments Solvers** +- **Fishing Helper:** Includes sound notifications. + +### Miscellaneous Features: +- **Roughly Enough Items (REI) and EMI Support** +- **Item Protection** +- **Discord Rich Presence:** Allows users to show their Piggy, Bits, or location, along with a custom message. +- **Wiki Lookup:** Press F4 to open the wiki page about the held item. +- **OptiFabric Compatibility** +
diff --git a/README.md b/README.md index a5f7f9cf..18797225 100644 --- a/README.md +++ b/README.md @@ -17,55 +17,107 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
open -* Bars: Health and absorption, Mana, Defense, XP (moving fancy bars) -* Hide Messages: Ability Cooldown, Heal, AOTE, Implosion, Molten Wave, Teleport Pad Messages -* Dungeon Minimap -* Dungeon Secrets -* Starred Mob Glow -* Dungeon Puzzle Solver: - * Three Weirdos - * Blaze - * Tic Tac Toe - * Croesus - * Terminal: - * Order - * Coloured Items - * Item Name -* Dwarven Mines Solver: Fetchur, Puzzler -* Barn Solver: Treasure Hunter, Hungry Hiker -* Experiments Solvers -* Slayer helper: - * Vampire : Effigy Waypoints, Healing Melon Indicator, Twinclaws Ice Indicator, Steak Stake Indicator -* Drill Fuel and Pickonimbus 2000 in Item Durability Bar -* Hotbar Slot Lock Keybind (Select the hotbar slot you want to lock/unlock and press the lockbutton) -* Price tooltip: npc, motes, bazaar (avg, lbin), ah, museum -* reparty: write /rp to reparty + auto rejoin -* Wiki Lookup: press f4 to open the wiki page about the held item -* Discord Rich Presence: Allows user to show either their Piggy, Bits, or location. Along with a custom message -* Quicknav: fast navigate between pets, armor, enderchest, skill, collection, crafting, enchant, envil, warp dungeon, - warp hub -* Recipe book: in the vanilla recipe book all skyblock items are listed, and you can see the recipe of the item -* Backpack preview: after you clicked your backpack or enderchest once you can hover over the backpack or enderchest and - hold shift to preview -* Update notification -* Commission HUD: Dwarven Mines quests -* 1.8 hitbox for lever and farmland -* Custom Tab HUD + Fully configureable with ressourcepack -* Roughly enough items (REI) and Emi Support -* Fishing Helper + sound notification -* Mirrorverse Waypoints -* Attribute Shard Info Display -* Item and Armour customisation: - * Item Renaming - * Custom Armour Dye Colours - * Custom Armour Trims -* OptiFabric Compatibility -* Rare Drop Special Effects! Dungeon chest -* Dungeon Chest Profit Calculator -* Hide Status Effect Overlay -* Personal Compactor/Deletor preview -* Hide fake players in social interactions screen -* hidden relic helper +### Dungeon Features: +- **Secrets Highlight:** Fully configurable +- **Minimap** +- **Starred Mob Glow** +- **Puzzle Helper:** + - *Croesus* + - *Three Weirdos* + - *Blaze* + - *Creeper Beams* + - *Trivia* + - *Tic Tac Toe* + - *Terminal:* + - *Order* + - *Coloured Items* + - *Item Name* +- **Rare Drop Special Effects** +- **Chest Profit Calculator** +- **Livid Color Helper** +- **Reparty:** Type /rp to reparty and enable auto-rejoin. + +### Item and Armor Customization: +- *Item Renaming* +- *Custom Armor Dye Colors* +- *Custom Armor Trims* + +### Health and Status Bars: +- **Bars:** + - *Health and absorption* + - *Mana* + - *Defense* + - *XP* + +### Dwarven Mines: +- **Dwarven Mines Solver:** + - *Fetchur* + - *Puzzler* +- **Commission HUD** + - *Provides information on Dwarven Mines quests* + +### Rift Features: +- **Mirrorverse Waypoints** + +### Spider's Den Features: +- **Hidden Relic Helper** + +### Slayer Helper: +- **Vampire:** + - *Effigy Waypoints* + - *Healing Melon Indicator* + - *Twinclaws Ice Indicator* + - *Steak Stake Indicator* + +### Visual Enhancements: +- **Fancy Tab HUD:** Fully configurable with a resource pack. +- **1.8 Hitbox for Lever and Farmland** +- **Hide Status Effect Overlay** +- **Personal Compactor/Deletor Preview** +- **Hide Fake Players in Social Interactions Screen** +- **Item Rarity Backgrounds** +- **Item Cooldown Display** +- **Configure Fire-Overlay Height** + +### User Interface Enhancements: +- **Attribute Shard Info Display** +- **Drill Fuel and Pickonimbus 2000 in Item Durability Bar** +- **Hotbar Slot Lock Keybind:** Select the hotbar slot you want to lock/unlock and press the lock button. +- **Price Tooltip:** (Provides information on) + - *NPC Prices* + - *Motes Prices* + - *bazaar (average, lowest bin)* + - *Auction House* + - *Museum* +- **Quicknav:** (Fully customizeable) Fast navigation between pets, armor, enderchest, skill, collection, crafting, enchant, anvil, warp dungeon, and warp hub. +- **Recipe Book:** Lists all Skyblock items in the vanilla recipe book, allowing you to see the recipe of the item. +- **Backpack Preview:** After clicking your backpack or enderchest once, you can hover over the backpack or enderchest and hold Shift to preview its contents. + +### Barn Features: +- **Barn Solver:** + - *Treasure Hunter* + - *Hungry Hiker* + +### Chat Features: +- **Hide Messages:** + - *Ability Cooldown* + - *Heal* + - *Aspect of the End (AOTE)* + - *Implosion* + - *Molten Wave* + - *`/show command`* + - *Teleport Pad Messages* + +### Miscellaneous Solvers: +- **Experiments Solvers** +- **Fishing Helper:** Includes sound notifications. + +### Miscellaneous Features: +- **Roughly Enough Items (REI) and EMI Support** +- **Item Protection** +- **Discord Rich Presence:** Allows users to show their Piggy, Bits, or location, along with a custom message. +- **Wiki Lookup:** Press F4 to open the wiki page about the held item. +- **OptiFabric Compatibility**
@@ -73,13 +125,14 @@ ___ ## Commands -| command | option | comment | -|:---------------------:|:-------------------------------------:|:-------------------------------------------| -| /skyblocker config | | open config menu (modMenu not needed) | -| /skyblocker options | | open config menu (modMenu not needed) | -| /skyblocker hud | dwarven / dungeonmap / titleContainer | move dwarven, dungeonmap or titleContainer | -| /skyblocker shortcuts | | add/edit shortcuts | -| /skyblocker custom | renameItem / armorTrim / dyeColor | Item and Armour customisation | +| command | option | comment | +|:-----------------------:|:-------------------------------------:|:----------------------------------------------------| +| /skyblocker config | | open config menu (modMenu not needed) | +| /skyblocker options | | open config menu (modMenu not needed) | +| /skyblocker hud | dwarven / dungeonmap / titleContainer | move dwarven, dungeonmap or titleContainer | +| /skyblocker shortcuts | | add/edit shortcuts | +| /skyblocker custom | renameItem / armorTrim / dyeColor | Item and Armour customisation | +| /skyblocker protectItem | | When an item is protected it's safe from:
- Being dropped while holding it, regardless of the slot being locked
- Being dropped from picking it up in your inventory then clicking outside the screen
- Being dropped via hovering over it and pressing the drop key | --- @@ -110,6 +163,8 @@ information. ## Credits +### Contributor + | [Kraineff](https://github.com/Kraineff) | [d3dx9](https://github.com/d3dx9) | [LifeIsAParadox](https://github.com/LifeIsAParadox) | [ExternalTime](https://github.com/ExternalTime) | |:-----------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:| | [Kraineff](https://github.com/Kraineff) | [d3dx9](https://github.com/d3dx9) | [LifeIsAParadox](https://github.com/LifeIsAParadox) | [ExternalTime](https://github.com/ExternalTime) | @@ -126,18 +181,19 @@ information. |:--------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:| | [catandA](https://github.com/catandA) | [kevinthegreat1](https://github.com/kevinthegreat1) | [AzureAaron](https://github.com/AzureAaron) | [msg-programs](https://github.com/msg-programs) | -| [lantice3720](https://github.com/lantice3720) | [lantice3720](https://github.com/koloiyolo) | [lantice3720](https://github.com/Futuremappermydud) |[viciscat](https://github.com/Futuremappermydud) | -|:--------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------:| -| [lantice3720](https://github.com/lantice3720) | [koloiyolo](https://github.com/koloiyolo) | [Futuremappermydud](https://github.com/Futuremappermydud) | [viciscat](https://github.com/Futuremappermydud) | +| [lantice3720](https://github.com/lantice3720) | [koloiyolo](https://github.com/koloiyolo) | [Futuremappermydud](https://github.com/Futuremappermydud) | [viciscat](https://github.com/viciscat) | +|:--------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------:| +| [lantice3720](https://github.com/lantice3720) | [koloiyolo](https://github.com/koloiyolo) | [Futuremappermydud](https://github.com/Futuremappermydud) | [viciscat](https://github.com/viciscat) | + +| [Grayray75](https://github.com/Grayray75) | [alexiayaa](https://github.com/alexiayaa) | +|:----------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------:| +| [Grayray75](https://github.com/Grayray75) | [alexiayaa](https://github.com/alexiayaa) | -| [Grayray75](https://github.com/Futuremappermydud) | -|:--------------------------------------------------------------------------------------------------------------:| -| [Grayray75](https://github.com/lantice3720) | ### Translators German ([LifeIsAParadox](https://github.com/LifeIsAParadox) & [msg-programs](https://github.com/msg-programs)) \ Indonesian ([null2264](https://github.com/null2264)) \ -Russian ([HyperSoop](https://github.com/HyperSoop) & [CrimsonIsle](https://github.com/CrimsonIsle))\ +Russian ([HyperSoop](https://github.com/HyperSoop) & [CrimsonIsle](https://github.com/CrimsonIsle) & [Ghost-3](https://github.com/Ghost-3))\ French ([edgarogh](https://github.com/edgarogh) & [Julienraptor01](https://github.com/Julienraptor01) & [viciscat](https://github.com/viciscat) & [Kiverty](https://github.com/Kiverty)) \ Japanese ([hirochisan](https://github.com/hirochisan)) \ Chinese ([catandA](https://github.com/catandA)) \ @@ -147,4 +203,5 @@ Spanish ([IngeSebastian](https://github.com/IngeSebastian)) \ Norwegian Bokmål ([KdGaming0](https://github.com/KdGaming0)) \ Norwegian Nynorsk ([KdGaming0](https://github.com/KdGaming0)) \ Turkish ([Fix3dll](https://github.com/Fix3dll)) \ -Canadian English ([AzureAaron](https://github.com/AzureAaron)) \ No newline at end of file +Canadian English ([AzureAaron](https://github.com/AzureAaron)) \ +Portuguese (Brazil) ([OhRetro](https://github.com/OhRetro)) \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index abe5d2f7..c5794079 100644 --- a/gradle.properties +++ b/gradle.properties @@ -33,7 +33,7 @@ occlusionculling_version = 0.0.7-SNAPSHOT repoparser_version = 1.4.0 # Mod Properties -mod_version = 1.14.0 +mod_version = 1.15.0 maven_group = de.hysky archives_base_name = skyblocker modrinth_id=y6DuFGwJ \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e5900e76..b55214d5 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -5,7 +5,7 @@ "name": "Skyblocker", "description": "Hypixel Skyblock Mod", "authors": ["xMrVizzy", "d3dx9", "LifeIsAParadox"], - "contributors": ["ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira", "Fix3dll", "null2264", "HyperSoop", "edgarogh", "TheColdPot", "Julienraptor01", "ADON15c", "catandA", "kevinthegreat1", "AzureAaron", "msg-programs", "lantice3720"], + "contributors": ["ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira", "Fix3dll", "null2264", "HyperSoop", "edgarogh", "TheColdPot", "Julienraptor01", "ADON15c", "catandA", "kevinthegreat1", "AzureAaron", "msg-programs", "lantice3720", "Futuremappermydud", "koloiyolo", "viciscat", "Grayray75", "alexiayaa"], "contact": { "homepage": "https://hysky.de", "sources": "https://github.com/SkyblockerMod/Skyblocker", -- cgit