Skip to content

Commit

Permalink
use shadow color instead of shaders
Browse files Browse the repository at this point in the history
  • Loading branch information
MeiNanziiii committed Dec 6, 2024
1 parent ebd9454 commit 00a05e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 67 deletions.
2 changes: 1 addition & 1 deletion src/main/java/ua/mei/mgui/impl/ServerHudRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static void renderHudForPlayer(ServerPlayerEntity player) {
hudGroup.addPart(hud.root);
});

player.sendMessageToClient(hudGroup.render(), true);
player.sendMessageToClient(hudGroup.render().styled(style -> style.withShadowColor(0x0)), true);
}

public static void updateAllPlayers(MinecraftServer server) {
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 00a05e7

Please sign in to comment.