aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/skyblock
AgeCommit message (Collapse)Author
2024-06-13Fix time tower multiplier being wrong in the case of +0.7x multiplier from ↵Rime
mythic rabbits
2024-06-13Fix prestige highlight not updating after a prestigeRime
2024-06-11Move TooltipManager injection point to ItemTooltipCallbackKevinthegreat
2024-06-10Migrate from focusedSlot to stack and clear tooltip adders on screen changeKevinthegreat
2024-06-10Add AbstractContainerMatcherKevinthegreat
2024-06-10Add configKevinthegreat
2024-06-10Add collection slot textKevinthegreat
2024-06-10Add potion level slot textKevinthegreat
2024-06-10Merge pull request #735 from Emirlol/tooltips-galoreKevin
Tooltip refactors
2024-06-10Fix merge conflictsKevinthegreat
2024-06-10Merge pull request #685 from kevinthegreat1/farming-hud-improvementsKevin
Farming hud improvements
2024-06-09Refactor SkyblockerStack and ItemStackMixinKevinthegreat
2024-06-08Move tooltip injection pointKevinthegreat
2024-06-08Fix a few things in ChocolateFactorySolverRime
2024-06-08Rename ItemStackInternalIdGetter and its methods to be more distinguishableRime
2024-06-08Rename PositionedText into SlotText and rename its methods to be camelCaseRime
2024-06-08Reformat SupercraftReminder and lowercase the uuid the variableRime
Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com>
2024-06-08Move TooltipAdder outside of the adders packageRime
2024-06-08Add prehistoric egg slot textRime
2024-06-08Fix skill level not being displayed in a certain caseRime
2024-06-08Change the color of attribute shards' levelsRime
2024-06-08Refactor AttributeShards to AttributeShardAdderRime
2024-06-08Add isEnabled method to SlotTextAdderRime
2024-06-08Limit SlotTextAdders to only work in skyblockRime
2024-06-08Refactor EnchantmentLevelAdder to use nbt rather than loreRime
2024-06-08Fix SupercraftReminder adding conditions to not display when unnecessaryRime
2024-06-08Add SupercraftReminder as the method of shift+clicking is not mentioned in ↵Rime
the default tooltip
2024-06-08Change default color of MinionLevelAdderRime
2024-06-08Fix RancherBootsSpeedAdder not considering player's actual speed capRime
2024-06-08Add entrance floor to DungeonQualityTooltipRime
2024-06-08Add rancher boots speed slot textRime
2024-06-08Refactor chocolate factory tooltipRime
2024-06-08Rename injected methods and separate internalId and internalName into 2 methodsRime
2024-06-08Add text position for slot textRime
Will be configurable later on
2024-06-08Switch to interface injection to cache the items' internal ids and neu namesRime
2024-06-08Fix time tower slot variable not being usedRime
2024-06-08Add catacombs level slot textRime
2024-06-08Add skill level slot textRime
2024-06-08Javadoc correctionRime
2024-06-08Refactor romanToDecimal method to its own class and optimize a few thingsRime
2024-06-08Add skyblock level adderRime
2024-06-08Fix EnchantmentLevelAdder crash in bazaarRime
2024-06-08Fix titlePattern not matching when the title is changed by ChestValueRime
2024-06-08Add pet level slot textRime
2024-06-08Add minion level slot textRime
2024-06-08Add enchantment level slot textRime
2024-06-08Add slot text adders, which render arbitrary text on arbitrary slotsRime
2024-06-08Add comments and format codeRime
2024-06-08Added item price multiplication on sacks when there's multiple itemsRime
Basically price*<amount in sack>. Also renamed `lore` to `lines` in all `TooltipAdder`s.
2024-06-08Rename ObtainedTooltip to ObtainedDateTooltipRime