-
Notifications
You must be signed in to change notification settings - Fork 26
Port DarkKronicle's bedwars display #79
Port DarkKronicle's bedwars display #79
Conversation
This should now make the PR be in the same state as the original PR
some mixins might have issues, needs testing
- move common stuff to the common module
- put the top 3 killers in the bottom of the player list
add Credits in preparation for AxolotlClient#79 this will probably make the action take a tad bit longer, but it should still be fine
|
Versions other than 1.8.9 are still mostly untested. |
|
Sybillian didn't give permission for this project which doesn't feel great. |
|
true, we can currently only rely on what's given on the original github page
The author still seems to be active in the community and on the hypixel forums. It might be worth contacting them for certainty. |
- modify credits for Sybillian to match what is probably expected by them
- advantages: easy replacement through resourcepacks - disadvantages: *slightly* more messy code
this has now also been solved by just not needing any external textures anymore, but it might objectively look slightly worse now. |
- this isn't shown anyway but still
- f.e. interpreting sun.properties files as skyX.properties
|
Okay... idk how I'm going to review all this 😭 |
TheKodeToad
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this shouldn't be considered a complete review, however i somewhat care about my sanity :D
common/src/main/java/io/github/axolotlclient/modules/hypixel/HypixelAbstractionLayer.java
Show resolved
Hide resolved
common/src/main/java/io/github/axolotlclient/modules/hypixel/HypixelAbstractionLayer.java
Outdated
Show resolved
Hide resolved
common/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars/BedwarsLevelHeadMode.java
Outdated
Show resolved
Hide resolved
common/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars/BedwarsLevelHeadMode.java
Outdated
Show resolved
Hide resolved
common/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars/BedwarsLevelHeadMode.java
Outdated
Show resolved
Hide resolved
common/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars/BedwarsPlayerStats.java
Outdated
Show resolved
Hide resolved
1.20/src/main/java/io/github/axolotlclient/config/screen/CreditsScreen.java
Show resolved
Hide resolved
1.20/src/main/java/io/github/axolotlclient/mixin/PlayerEntityMixin.java
Outdated
Show resolved
Hide resolved
1.20/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars/BedwarsGame.java
Outdated
Show resolved
Hide resolved
- involving the chroma switch - AxolotlClient/AxolotlClient-config@0bca172
1.16.5/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars/BedwarsMod.java
Show resolved
Hide resolved
1.16.5/src/main/java/io/github/axolotlclient/mixin/PlayerListHudMixin.java
Outdated
Show resolved
Hide resolved
1.16.5/src/main/java/io/github/axolotlclient/mixin/PlayerListHudMixin.java
Show resolved
Hide resolved
1.16.5/src/main/java/io/github/axolotlclient/mixin/PlayerListHudMixin.java
Show resolved
Hide resolved
1.16.5/src/main/java/io/github/axolotlclient/modules/hypixel/autogg/AutoGG.java
Show resolved
Hide resolved
1.16.5/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars/BedwarsMod.java
Outdated
Show resolved
Hide resolved
1.16.5/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars/stats/LobbyStatsHud.java
Outdated
Show resolved
Hide resolved
.../main/java/io/github/axolotlclient/modules/hypixel/bedwars/upgrades/BedwarsTeamUpgrades.java
Show resolved
Hide resolved
.../main/java/io/github/axolotlclient/modules/hypixel/bedwars/upgrades/BedwarsTeamUpgrades.java
Show resolved
Hide resolved
1.16.5/src/main/java/io/github/axolotlclient/modules/hypixel/bedwars/upgrades/TrapUpgrade.java
Outdated
Show resolved
Hide resolved
- lower the request limit due to new API rate limits
- update Trap RegEx
Original PR: Sol-Client/client#136
Other changes
TODO