aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/config
AgeCommit message (Collapse)Author
2023-06-04Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
skyhytab # Conflicts: # src/main/java/me/xmrvizzy/skyblocker/SkyblockerInitializer.java # src/main/java/me/xmrvizzy/skyblocker/SkyblockerMod.java # src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java # src/main/resources/skyblocker.mixins.json Pull newest changes from upstream master
2023-05-28Fix Reparty commands and update configKevinthegreat
2023-05-26Add Livid ColorKevinthegreat
2023-05-26Add Fishing HelperKevinthegreat
2023-05-19Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
skyhytab Merge new commits.
2023-05-16Added config screen commandKevinthegreat
2023-05-13Merge branch 'SkyblockerMod:master' into minor-updatesSerhan
2023-05-07Put fancy tab HUD config into its own sectionmsg-programs
2023-05-06Add option to scale HUD relatively to the vanilla GUI scalemsg-programs
2023-05-06Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
skyhytab # Conflicts: # README.md # gradle.properties # src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java # src/main/resources/assets/skyblocker/lang/de_de.json # src/main/resources/skyblocker.mixins.json Pull updates from upstream
2023-05-02Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
tooltopfix # Conflicts: # src/main/resources/assets/skyblocker/lang/de_de.json Conflicts resolved. d5b0357... had changed the indent from 2 to 4 spaces.
2023-05-01Merge pull request #127 from AzureAaron/dungeon-map-scale-adjustmentYasin
Dungeon map scale adjustment customization
2023-05-01Merge pull request #134 from Julienraptor01/Barn-SolversYasin
Hungry Hiker and Treasure Hunter solver
2023-04-21Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
skyhytab pull new commits from upstream
2023-04-16Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
tooltopfix merge newest changes from upstream
2023-04-16Merge branch 'master' into minor-updatesSerhan
2023-04-15Merge branch 'SkyblockerMod:master' into dungeon-map-scale-adjustmentAaron
2023-04-15Add option to hide empty tooltips in inventories.msg-programs
Hypixel's inventory menus sometimes use items with empty names. When the game draws the tooltip for such an item, a small dark rectangle is seen. Mixin into the function that draws tooltips and disable it when that is the case.
2023-04-15Add new "tab-menu-like" style options to dwarven mines HUD.msg-programs
2023-04-10Merge branch 'SkyblockerMod:master' into minor-updatesSerhan
2023-04-10More I18n for configcatandA
2023-04-09Change orderJulienraptor01
Sort Additions alphabetically for easier findability
2023-04-09Hungry Hiker solverJulienraptor01
2023-04-08smol changesJulienraptor01
2023-04-08create the treasure hunter solverJulienraptor01
2023-04-07Merge branch 'SkyblockerMod:master' into dungeon-map-scale-adjustmentAaron
2023-04-07Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
skyhytab pull recent commits from upstream master
2023-04-07fix prtl headJulienraptor01
2023-04-07Merge branch 'master' into fix-tab-matchingJulienraptor01
2023-04-07Add Visit prtlJulienraptor01
2023-04-07move quicknav tab in configJulienraptor01
2023-04-07fix typoJulienraptor01
2023-04-07reorder quicknav and add regexesJulienraptor01
2023-04-04Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
skyhytab pull master
2023-04-03Merge branch 'SkyblockerMod:master' into dungeon-map-scale-adjustmentAaron
2023-04-03Merge branch 'master' into discord-ipcSpencer
2023-04-03Merge branch 'master' into dungeon-map-scale-adjustmentAaron
2023-04-02Update the string for new behaviorJulienraptor01
2023-04-02Merging SkyHyTab into Skyblocker: Initial commitmsg-programs
Needs cleanup
2023-04-01Move Discord RPC connection to JOIN event + refactorSpencer
2023-03-31Remove final modifierAaron
2023-03-31Fix config loadingAaron
2023-03-31Add adjustable dungeon map scalingAaron
2023-03-30Merge branch 'master' into minor-updatesSerhan
2023-03-29Cleaned up codeKevinthegreat
2023-03-29conflicts resolvedFix3d
2023-03-22a cleaner PriceInfoTooltipFix3d
2023-03-18Add missing _hub to QuickNav commandAaron
2023-01-31Remove visual highlightMiraculixx
The teleports are now unselected by default (like before). And /enchant was replaced by /etable
2023-01-31Adding QuickNav CustomizationMiraculixx
Adding a way to customize the quick navigation buttons in the inventory. Every button can be toggled, has a display icon with nbt data, a click event and GUI name for highlighting. On default, everything is like before. The only problem is cloth config translation. I never worked before with cloth and don't want to copy paste the same key 12 times for the 12 buttons. If anyone is good with cloth config and know how to change the path, just edit it or message me :+1: