Age | Commit message (Collapse) | Author |
|
|
|
1.20.2
|
|
|
|
|
|
It's almost here!
|
|
|
|
Currently translated at 68.1% (248 of 364 strings)
Translation: Skyblocker/Skyblocker
Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/ru/
|
|
Currently translated at 67.0% (244 of 364 strings)
Translation: Skyblocker/Skyblocker
Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/zh_Hans/
|
|
Currently translated at 67.0% (244 of 364 strings)
Translation: Skyblocker/Skyblocker
Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/zh_Hans/
|
|
Currently translated at 67.0% (244 of 364 strings)
Translation: Skyblocker/Skyblocker
Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/zh_Hans/
|
|
Currently translated at 7.6% (28 of 364 strings)
Translation: Skyblocker/Skyblocker
Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/en_CA/
|
|
Currently translated at 6.6% (23 of 347 strings)
Translation: Skyblocker/Skyblocker
Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/en_CA/
|
|
Currently translated at 62.4% (216 of 346 strings)
Translation: Skyblocker/Skyblocker
Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/fr/
|
|
Currently translated at 71.9% (249 of 346 strings)
Translation: Skyblocker/Skyblocker
Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/ru/
|
|
Currently translated at 70.5% (244 of 346 strings)
Translation: Skyblocker/Skyblocker
Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/ru/
|
|
Currently translated at 14.6% (49 of 335 strings)
Translation: Skyblocker/Skyblocker
Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/de/
|
|
Currently translated at 14.3% (48 of 335 strings)
Translation: Skyblocker/Skyblocker
Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/de/
|
|
Update rei and emi
|
|
|
|
Add hidden relic helper
|
|
|
|
|
|
|
|
|
|
|
|
* Fixed locraw being filtered wrongly in some situations
* Fix locraw filter
|
|
|
|
|
|
|
|
|
|
|
|
* Improve fairy soul helper
* Fix found a soul message
|
|
|
|
Personal Compactor/Deletor preview
|
|
fix the regexes for quicknav and add a fail-safe
|
|
|
|
Hide Status Effect Overlay
|
|
|
|
|
|
|
|
Refactored code by moving the BackpackPreview class to a new 'item' sub-package.
|
|
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.
|
|
|
|
|
|
|
|
|
|
This commit was made on my phone, the code isn't tested
|
|
Made it so it doesn't render the slots if no items (mainly for AH)
|
|
i did left 2 backslashes at the front...
|
|
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'.
|