aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
AgeCommit message (Collapse)Author
2023-10-17Refactor NEU Repo (#364)Kevin
Add RepoParser Fix Golden Dragon stats leveling Add wiki option Fix recipe output count
2023-10-17Remove most antiquated hud config optionsAaron
2023-10-17Require YACL 3.2.1Aaron
3.2.0 will cause a game crash if you try to use it with the mod
2023-10-14Refactor CreeperBeamsKevinthegreat
2023-10-14Add config option to turn the thing on/offmsg-programs
2023-10-09new pr because fixing merge conflict would take too longYasin
2023-10-09Merge branch 'master' into better-durabilityYasin
2023-10-08Merge branch 'master' into item-cooldownGrayray75
2023-10-07Merge pull request #340 from AzureAaron/item-rarity-backgroundAaron
Item Rarity Backgrounds
2023-10-07Update shortcuts description (#342)Aaron
2023-10-07Add item rarity background opacityKevinthegreat
2023-10-07Hook actual durability for Pickonimbus/Drillsalexia
Instead of the previous DrawContext hack. Confirmed working with Durability Notifier on Fabric 1.20.2.
2023-10-06Add translation stringGrayray75
2023-10-06Item Rarity BackgroundsAaron
2023-10-04Use standardised license identifier (#320)Grayray
2023-10-03Merge branch 'master' into item-cooldownGrayray75
2023-10-03Item ProtectionAaron
2023-10-01Fix misplaced bracketAaron
2023-10-01Config TweaksAaron
2023-09-28Implement item cooldown displayGrayray75
2023-09-27Refactor configKevinthegreat
2023-09-26Functionality TweaksAaron
2023-09-24YACL 3.2.0 (+1.20.2 Support)Aaron
2023-09-23YACL ConfigAaron
2023-09-22Merge pull request #324 from SkyblockerMod/1.20.2Yasin
1.20.2
2023-09-221.20.2 + Related PatchesAaron
2023-09-211.20.2 Release Candidate 1Aaron
It's almost here!
2023-09-211.20.2-pre1Aaron
2023-09-21Translated using Weblate (Russian)CrimsonIsle
Currently translated at 68.1% (248 of 364 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/ru/
2023-09-21Translated using Weblate (Chinese (Simplified))user123321111
Currently translated at 67.0% (244 of 364 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/zh_Hans/
2023-09-21Translated using Weblate (Chinese (Simplified))user123321111
Currently translated at 67.0% (244 of 364 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/zh_Hans/
2023-09-21Translated using Weblate (Chinese (Simplified))PumpkinXD
Currently translated at 67.0% (244 of 364 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/zh_Hans/
2023-09-21Translated using Weblate (English (Canada))Aaron
Currently translated at 7.6% (28 of 364 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/en_CA/
2023-09-21Translated using Weblate (English (Canada))Aaron
Currently translated at 6.6% (23 of 347 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/en_CA/
2023-09-21Translated using Weblate (French)viciscat
Currently translated at 62.4% (216 of 346 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/fr/
2023-09-21Translated using Weblate (Russian)CrimsonIsle
Currently translated at 71.9% (249 of 346 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/ru/
2023-09-21Translated using Weblate (Russian)CrimsonIsle
Currently translated at 70.5% (244 of 346 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/ru/
2023-09-21Translated using Weblate (German)LifeIsAParadox
Currently translated at 14.6% (49 of 335 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/de/
2023-09-21Translated using Weblate (German) [skip ci]LifeIsAParadox
Currently translated at 14.3% (48 of 335 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/de/
2023-09-18Add options and test (#319)Kevin
2023-09-17Refactor FairySouls and RelicsKevinthegreat
2023-09-16Add hidden relic helperGrayray75
2023-09-16Hide fake players in social interactions screen (#312)Aaron
2023-09-16Improve fairy soul helper (#307)Grayray
* Improve fairy soul helper * Fix found a soul message
2023-09-16Update Dungeon Secrets (#306)Kevin
2023-09-16Merge pull request #302 from viciscat/compactor_previewKevin
Personal Compactor/Deletor preview
2023-09-15Modrinth Link (#309)Aaron
2023-09-15Refactor CompactorDeletorPreview and add optionKevinthegreat
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-13Hide Status Effect OverlayAaron