Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-08 | Fixes crash with WikiLookup | Kevinthegreat | |
2023-01-31 | Adding QuickNav Customization | Miraculixx | |
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: | |||
2022-11-15 | Merge pull request #95 from TacoMonkey11/gson | Trương Hoàng Long | |
Update GSON and remove old adapter | |||
2022-11-15 | Re-enable non-typo'ed version | Julienraptor01 | |
2022-11-14 | Fix Fetchur solver not working by adding typo'ed variant | Julienraptor01 | |
I commented the non-typo variant so that we can notice when it'll be fixed cause solver won't work anymore and we'll just have to unpatch | |||
2022-10-29 | Update GSON and remove old adapter | Spencer | |
2022-10-27 | Use official hypixel wiki | Spencer | |
2022-10-24 | Make draggable config for HUD | Spencer | |
2022-10-24 | Optimise DwarvenHud | Spencer | |
2022-10-24 | Fix FancyStatusBar impacting performance | Trương Hoàng Long | |
Fix #83 | |||
2022-10-09 | Status Bar code cleanup | Trương Hoàng Long | |
- Fix hp bar sometimes showing absorption incorrectly. - Fix xp bar not filling all the way (fix #85) | |||
2022-10-09 | Implement Croesus Helper | Trương Hoàng Long | |
Gray out chests in Croesus's menu that have already been opened. | |||
2022-10-05 | Add a new one to `answers`. | TheColdPot | |
2022-10-05 | Fix trivia solver glitch | TheColdPot | |
2022-10-01 | Fix failing status bar tests | Trương Hoàng Long | |
2022-10-01 | Fix backpack preview not updating | Trương Hoàng Long | |
2022-10-01 | Fix status bar parsing | Trương Hoàng Long | |
2022-09-06 | Merge pull request #80 from Username404-59/1.19.x | Trương Hoàng Long | |
1.19.1 update | |||
2022-09-05 | Update PriceInfoTooltip.java | Serhan | |
fix translatable messages for 1.19 | |||
2022-07-14 | 1.19.1-pre4 | Username404 | |
2022-06-20 | Merge branch 'master' into 1.19.x | Trương Hoàng Long | |
2022-06-18 | Fix typo in commission hud pattern | Trương Hoàng Long | |
2022-06-17 | Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker | Trương Hoàng Long | |
2022-06-17 | Fix wrong flower models in item list | Trương Hoàng Long | |
2022-06-16 | fix: change "toXCase" language to English for other uses | Fix3d | |
2022-06-16 | fix: changing default locale to English for toUpperCase | Fix3d | |
2022-06-14 | fix issue #73 | Trương Hoàng Long | |
2022-06-07 | 1.19.x | LifeIsAParadox | |
2022-06-04 | multi-profile support for backpack preview | Trương Hoàng Long | |
2022-05-31 | reparty one at a time | Trương Hoàng Long | |
fixes weird party issues caused by sending out multiple invites at once | |||
2022-05-29 | Merge branch 'master' into moving-fancy-status-bars | Trương Hoàng Long | |
2022-05-27 | Repositioned bars a bit and rewrote some code | ADON15c | |
2022-05-27 | Added option for hiding bars | ADON15c | |
2022-05-27 | Added config options for moving bars | ADON15c | |
2022-05-27 | Add option to use 1.8 farmland hitbox | Trương Hoàng Long | |
also moved the old lever hitbox config option to the same category | |||
2022-05-26 | Added support for moving and resizing fancy bars | ADON15c | |
2022-05-04 | Fix some items having the wrong texture | Trương Hoàng Long | |
Added variants for some blocks Added missing enchantment glints | |||
2022-05-03 | fix legacy "timestamp" conversion | LifeIsAParadox | |
2022-05-03 | Fix trivia | LifeIsAParadox | |
2022-04-27 | Separated parsing action bar and drawing hud. Rewrote parsing to be ↵ | External Time | |
hopefully more robust. | |||
2022-04-24 | Merge pull request #55 from TacoMonkey11/master | ExternalTime | |
Added mining commissions HUD | |||
2022-04-24 | finalize regex, hopefully | Spencer | |
2022-04-24 | extend hud and simplify regex | Spencer | |
2022-04-24 | prevent crashing | LifeIsAParadox | |
2022-04-23 | Merge pull request #65 from ExternalTime/fix-error-handling | Yasin | |
Replaced most assertions with proper error handling | |||
2022-04-23 | Merge branch 'SkyblockerMod:master' into master | Serhan | |
2022-04-23 | fix: PriceInfoTooltip bazaar item price null check | Fix3d | |
2022-04-15 | Use config path provided by Fabric API | KonaeAkira | |
Make exception catching generic | |||
2022-04-07 | Replaced most assertions with proper error handling | External Time | |
2022-04-03 | add: if not on skyblock, dont get PriceInfoTooltip data | Fix3dll | |