aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
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
2025-06-27Add a config option to toggle item protection chat notifications (#1382)Sage
* Add a config option to toggle chat notifications * Update src/main/java/de/hysky/skyblocker/skyblock/item/ItemProtection.java Co-authored-by: Mona <59416038+meowora@users.noreply.github.com> * Update src/main/java/de/hysky/skyblocker/skyblock/item/ItemProtection.java Co-authored-by: Mona <59416038+meowora@users.noreply.github.com> * Update src/main/java/de/hysky/skyblocker/skyblock/item/ItemProtection.java Co-authored-by: Mona <59416038+meowora@users.noreply.github.com> * Update src/main/java/de/hysky/skyblocker/skyblock/item/ItemProtection.java Co-authored-by: Mona <59416038+meowora@users.noreply.github.com> --------- Co-authored-by: Sebastian Hauer <sebastian.hauer@tu-dortmund.de> Co-authored-by: Mona <59416038+meowora@users.noreply.github.com>
2025-06-27Copy Underbid Price to Clipboard (#1370)Peyton Brown
* Initial Implementation * default to false * make text translatable
2025-06-26Use custom vanilla GSON config serializationAaron
The mysterious config wipe errors were the result of malformed json, normal GSON is extensively tested and is highly unlikely to produce that itself but YACL uses an intermediary parser that has had similar problems with this stuff in the past. By circumventing that library, this issue can hopefully be fixed.
2025-06-26Try-catch obtained date parsingAaron
SkyHanni can apparently feed this long literals inside of strings
2025-06-26Hunting Box Shard PricesAaron
2025-06-26Add attribute list for bazaar price supportAaron
The code for generating the list has been left in so that it can easily be regenerated if necessary.
2025-06-25Remove Attribute Shard Slot TextAaron
2025-06-25Get rid of ETF log spam (#1404)ninjaguardian
* Get rid of ETF log spam Added checks to exit if it would cause an error * Add checks to not cache empty skins Also prevents invalid URIs from accidentally setting isSkyblockSkinTexture to true in PlayerSkinTextureDownloaderMixin.java
2025-06-25Add attribute level helper (#1399)Rime
2025-06-25Fix hunting box helper not matching non-player head items (#1400)Rime
2025-06-25Sea Lumies Highlighter improvementsAaron
2025-06-25Add a minimum pickle count to sea lumies (#1395)Rime
* Add a minimum pickle count to sea lumies * Properly remove blocks on chunk unload * Change allBlocks to a set
2025-06-25Show barrier item if NEU repo has not loaded yet (#1416)Alex
2025-06-24fix silly crash (#1408)viciscat
2025-06-24Add hunting box helper (#1394)Rime
2025-06-24ignore seen waypoints outside loaded chunks (#1392)viciscat
2025-06-24Add HOTF perk level slot text adder (#1391)Rime
* Refactored HotmPerkLevelAdder and added HotfPerkLevelAdder * Add HotfPerkLevelAdder to SlotTextManager
2025-06-24Add support for NEU Repo item overlays (aka modern items)Aaron
2025-06-23Small Fixes and Recipe Book Search Persistence (#1276)Yasin
* Update build.gradle fix gradle error * Update gradle.properties fix modmenu error * Update SkyblockRecipeBookWidget.java recipe book dont forget * Update ItemProtection.java only block protected items to be placed into item frame while in private island and garden * Update PartyFinderScreen.java debug button only in debugging mode --------- Co-authored-by: Aaron <51387595+AzureAaron@users.noreply.github.com>
2025-06-23Fix waypoints screen saving bugsAaron
Fixes #1375
2025-06-22Add collapse button to waypoint groups in Waypoints Screen (#1158)viciscat
* collapse button * positioning + use that one RGB input i made * changes
2025-06-22Various bar changes (#1385)viciscat
* fix wacky positioning behavior * add more options and smarter oxygen bar * show text on action bar if their respective bar isn't enabled * fix tests
2025-06-22Remove Occlusion Culling libraryAaron
2025-06-22Add Lushlilac and Sea Lumies HighlightersAaron
2025-06-22Remove item attribute codeAaron
2025-06-22Fix #938Aaron
2025-06-22Hopefully fix #1013Aaron
2025-06-22Disable Egg FinderAaron