aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2025-07-19Fix powder mining codec initialization order (#1502)ninjaguardian
2025-07-19Remove [SKYBLOCKER] Prefix from Livid Color Title (#1507)Alex
2025-07-19feat: do not log invalid owner for fishing bobber on hypixel (#1513)Wasinthorn Suksri
2025-07-14Fix Item Price Lookup for Enchanted Books (#1498)Alex
2025-07-14Tuner solver (#1430)Peyton Brown
* init * Add slot text * handle slot interaction * Cleanup and improve solvers * Add setting for tuner solver * fix merge conflict * Change to use container solver. * Add button to ContainerSolver::onClickSlot * fix merge conflicts, reformat using tabs * reformat using tabs * handle looping clicks * remove unused import * Fix merge conflicts
2025-07-13Add custom color option, localization changes (#1486)Alex
2025-07-12fix quick nav offset (#1487)viciscat
2025-07-12Only send Livid Color to party chat (#1494)Alex
2025-07-11Don't append [SKYBLOCKER] to 270 and 300 Titles (#1492)Alex
2025-07-10Blood Camp Helper (#1446)Peyton Brown
* Initial Implementation * Add setting for blood camp * Check head texture before tracking * Pr Fixes * Fix merge issues * Fix weird rebase
2025-07-09Refactor NEURepoManager (#1480)Kevin
* Refactor NEURepoManager * Clear ItemRepository caches * Fix import
2025-07-09Dungeon splits (#1464)Peyton Brown
* Initial Implementation * Improvements * Finalize Layout * Handle Dungeon Failing * Clean up splits * Add language support * Rework language translations for both display and saving * Removed unused component * Usage of Object2LongMap * Fix f3 regex * Address PR comments * Add an option to toggle dungeon splits widget
2025-07-09Disable All Command (#1454)Peyton Brown
* Initial Implementation * Update to not use yacl
2025-07-08Add hide toggle lottery message filterAaron
2025-07-08Add Sack Message Prices (#1379)Rime
* Add SackMessagePrice * More documentation, renamed stuff, removed wrong logs * Explicit types * Add text content comment
2025-07-07Block incorrect clicks in experiment table (#1447)Peyton Brown
* Initial Implementation * Fix merge issues
2025-07-07Add support for new shards in Search Overlay (#1427)Alex
* Add support for new shards in Search Overlay * Don't change id if not in bazaarstocks.json * Use Bazaar Stocks for enchants * Update NEU Repo, add Bazaar Stocks to ItemRepository, get ItemUtils#getNeuId() for attribute shards
2025-07-07Run chat event soonerAaron
SkyHanni injects with a priority of 500 so this could cause these events to never work.
2025-07-07Add support for Item Price Lookup for items in Recipe Book (#1476)Alex
2025-07-07Fix Smooth AOTE working in Dojo (#1477)DaysSky
2025-07-07Don't apply Hunter Box tooltip adder for shards in the inventory (#1479)Alex
2025-07-07Fix severe lag when searching recipe bookAaron
2025-07-07Basic Networth calculator for Profile Viewer (#1431)Peyton Brown
* Initial Implementation * Fix armor being counted twice. * Added a reusable method
2025-07-07Bazaar Quick Quantities (#1354)Alex
* Initial implementation # Conflicts: # src/main/java/de/hysky/skyblocker/config/categories/UIAndVisualsCategory.java # src/main/java/de/hysky/skyblocker/config/configs/UIAndVisualsConfig.java * Add clipboard button * Move to Bazaar package, call AbstractSignEditScreen#close instead of removing screen * Fix last input not being updated when using Bazaar Quick Quantity button
2025-07-07Bestiary Level Slot Text & Slot Text Fixes (#1452)MisterCheezeCake
* feat: Bestiary Level Slot Text * fix: Stop double slot text rendering on minions in collection and essence shop guis * refactor: Requested changes * refactor: Remove unused imports
2025-07-07Config Multi Backend + MoulConfig (#1467)Aaron
* Config Multi Backend * Shade in MoulConfig Dandelion itself now shades in MoulConfig to make it easier/keep Skyblocker's build script simple (since the shading code is a bit cursed and aaron mod will use it soon too) and to prevent conflicts with differing MoulConfig versions Also changed the keybind translation so it is not as small * Remove @SerialEntry from SkyblockerConfig This file is so rarely used that I forgot about it lol * Update Dandelion for search tag support and colour picker alpha preview
2025-07-06Prioritize Skyblocker's REI plugin over the vanilla oneAaron
2025-07-06Fix skyblocker's REI compat taking priority over Firmament's (#1474)viciscat
* sorry nea and kath * aaron is smart * translation string oops
2025-07-06Update JoinInstanceAutocomplete.javaYasin
2025-07-06joininstance autocompleteYasin
autocomplete for /joininstance /joindungeon /joinkuudra
2025-07-05Add other wooden doors to fetchur (#1450)Benjamin
2025-07-05Prevent crash if matcher doesn't match (#1460)Alex
2025-07-04Update ResourcePackCompatibility.java (#1463)viciscat
2025-07-03Update SkyblockRecipeResults.javaYasin
2025-07-03resourcepack compatibility (#1407)viciscat
* furfsky compatibility v1 * different title if quick nav is enabled in inventory screen * oops * change how slot is rendered * fix slot and check for firmament first * Update src/main/java/de/hysky/skyblocker/skyblock/itemlist/recipebook/SkyblockCraftingRecipeResults.java Co-authored-by: Yasin <19829407+LifeIsAParadox@users.noreply.github.com> * Update SkyblockCraftingRecipeResults.java * Update SkyblockCraftingRecipeResults.java * Update SkyblockCraftingRecipeResults.java * edit id * make it more general --------- Co-authored-by: Yasin <19829407+LifeIsAParadox@users.noreply.github.com>
2025-07-03Show Input Calculator on Bazaar flip input sign (#1457)Alex
* Show Input Calculator on Bazaar flip input sign * Use constants for strings
2025-07-03Fix Farming Hud Skill EXP not working when Health/Mana bars disabled (#1449)Alex
2025-07-03Add Spotless and Checkstyle (#1189)Kevin
* Add spotless * Configure spotless * Add checkstyle * Allow some stuff * Turn off tab enforcement * Get rid of some more rules * Remove indent rules * Don't sort lang files * Remove wrapping rules * Apply spotless * Apply spotless again * Fix checkstyle violations * Update checkstyle DTD * Add Javadoc and Mixin checks
2025-07-02Item list things and forge!!!!!! (#948)viciscat
* item list shenanigans * emi, finish forge and recipe book * remove emi runtime * Refactor recipe * Render forge recipe duration * Multiple things Remove unused accessor Remove REI runtime Make EMI and recipe book call render method of a recipe * work with 1.21.3 * REI priority + config * requested changes and uh stuff ye * update REI * fix stuff maybe * fix wrapRenderer block clicks; lava bucket -> fred --------- Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> Co-authored-by: Yasin <19829407+LifeIsAParadox@users.noreply.github.com>
2025-06-30Add up/down buttons to move waypoint indicesAaron
2025-06-28Fix ColorSelectionWidget showing on chain armor. (#1438)Peyton Brown
2025-06-28improve ability pattern (#1440)Co丶Dynamic
2025-06-28Initial Sweep Overlay (#1415)Peyton Brown
* Initial Implementation * Remove many if statements and support thrown axes * remove fallback values, only support tree update * Separate thowable axes * use block tags instead * Set max of 35 logs * Toggle for thrown ability * improve ux with better feedback * improve comments * fix pr comments
2025-06-28Fix Hideonleaf nameAaron
2025-06-28Add new shards to dungeon profit calculatorsAaron
2025-06-27Same Color Terminal Solver (#1372)Peyton Brown
* Initial Implementation * use common empty list * changed to return a unmodifiableMap * Use ImmutableMap
2025-06-27Add Hunting Mobs featuresAaron
2025-06-27config for config button and customize button (#1390)viciscat
2025-06-27Calculator improvements (#1368)Owen
* Display calc errors to player * Add exponentiation * Catch a couple errors, could be worth adding another method to verify the tokens before they're evaluated? * Make errors translatable, fix colon
2025-06-27Fix suggestions flashing sometimes when removing history entry (#1383)Alex
* Fix suggestions flashing sometimes when removing history entry * Remove unnecessary style resetting, switch GridWidget to DirectionalLayoutWidget