Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Api migration, config command, and cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skyhytab
Merge new commits.
|
|
|
|
|
|
|
|
# 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/java/me/xmrvizzy/skyblocker/mixin/MinecraftClientMixin.java
|
|
Renamed container package to gui and added docs
|
|
Migrated to ClientReceiveMessageEvents and some fixes
|
|
|
|
|
|
|
|
|
|
|
|
Components now consistently don't include any padding to the left and downwards.
This "external" padding is used by widgets and the TableComponent to position their (sub-)components,
so they should apply it themselves.
This finally fixes the player list widget's drifting seperators and not-wide-enough cols.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The HUD is now drawn above the hotbar and chat.
Blocks in the HUD aren't drawn behind the BG anymore.
|
|
|