aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/skyblock/item
AgeCommit message (Collapse)Author
2023-10-09new pr because fixing merge conflict would take too longYasin
2023-10-08Improve logs block checkGrayray75
2023-10-08Merge branch 'master' into item-cooldownGrayray75
2023-10-07Add item rarity background opacityKevinthegreat
2023-10-07Refactor ItemRarityBackgroundsKevinthegreat
2023-10-07Performance OptimizationsAaron
2023-10-06Add check if the broken block is woodenGrayray75
2023-10-06Item Rarity BackgroundsAaron
2023-10-05Remove config variableGrayray75
2023-10-04Move fileAaron
2023-10-03Refactor ItemCooldownsKevinthegreat
2023-10-03Merge branch 'master' into item-cooldownGrayray75
2023-09-29Move code into the skyblock.item packageGrayray75
2023-09-29YACL 3.2.1Aaron
2023-09-26Rename Config FilesAaron
2023-09-24YACL 3.2.0 (+1.20.2 Support)Aaron
2023-09-23YACL ConfigAaron
2023-09-211.20.2-pre1Aaron
2023-09-15Refactor CompactorDeletorPreview and add optionKevinthegreat
2023-09-14"Moved BackpackPreview to new sub-package 'item'"vicisacat
Refactored code by moving the BackpackPreview class to a new 'item' sub-package.
2023-09-14"Refactor CompactorDeletorPreview logic for better structure"vicisacat
Split the logic for CompactorDeletorPreview to reduce the complexity within the HandledScreenMixin.java file. This change helps to make the code simpler and easier to maintain.
2023-09-13Add tooltip display for personal compactor itemsvicto
This update integrates a tooltip display for personal compactor items in the Skyblocker mod. The tooltip shows the contents of the personal compactor when hovered over. This is useful for players to quickly check the contents of their compactor without needing to open it. The commit includes creating a new Java file 'CompactorPreviewTooltipComponent.java' for the compactor tooltip component, adding new inject method 'skyblocker$addTooltipComponent' in 'HandledScreenMixin.java' executed when drawing mouseover tooltip, adding 'DrawContextInvoker.java' for invoking the 'drawTooltip' method in the 'DrawContext' class, and adding 'getItemStack' method in the 'ItemRegistry.java'.
2023-09-12Merge pull request #294 from AzureAaron/dungeon-chest-profit-calcKevin
Dungeon Chest Profit Calculator!
2023-09-12Reduce Network Bandwidth (#297)Aaron
Reduce Network Bandwidth
2023-09-11Make Scheduler and MessageScheduler singletonsKevinthegreat
2023-09-11Load lbin & bazaar prices when profit calc is enabledAaron
2023-09-11Dungeon Chest Profit Calculator!Aaron
2023-09-10lbin add shiny items (#292)Yasin
Because Neu doesnt have price for shiny items i needed to add a new variable (neuName)
2023-09-10Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
cleanup # Conflicts: # src/main/java/me/xmrvizzy/skyblocker/skyblock/item/PriceInfoTooltip.java Pull updates from upstream
2023-09-10change lbin to hysky.de api (#286)Yasin
* change lbin to hysky.de api * use lvl1 pet price only change to level 1 pet price only
2023-09-09Remove whitespace on empty linesmsg-programs
2023-09-03Merge branch 'master' into utils-cleanupKevinthegreat
2023-08-31Attribute Shard Info Display (#263)Aaron
2023-08-31Merge branch 'master' into utils-cleanupKevinthegreat
# Conflicts: # src/main/java/me/xmrvizzy/skyblocker/SkyblockerMod.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/DungeonBlaze.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHud.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHudConfigScreen.java # src/main/java/me/xmrvizzy/skyblocker/utils/RenderHelper.java
2023-08-31Catch exceptions in CustomArmorTrims#initializeTrimCache (#262)Kevin
2023-08-18Refactor utils packageKevinthegreat
2023-08-14De-hardcode armor trim typesKevinthegreat
2023-08-11Custom Armour TrimsAaron
2023-08-10Refactor CustomArmorDyeColors and CustomItemNamesKevinthegreat
2023-08-09Custom Armour Dye ColoursAaron
2023-08-08Add Item RenamingAaron
2023-07-01McGrubber BurgersAaron
2023-07-01Add Motes Price TooltipAaron
2023-06-04remove backup LBIN server because it desn't exist anymoreJulienraptor01
2023-05-23return instead of assignFix3d
2023-05-21Refactored Utils fields to use gettersKevinthegreat
2023-04-22now runes have avg pricesFix3d
2023-04-15fix average price on petsFix3d
and some cleanup for timestamp
2023-03-30Merge branch 'master' into minor-updatesSerhan
2023-03-29Cleaned up codeKevinthegreat