Skip to content

Commit

Permalink
feat(injector): change item label color to white in the wheel menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Feb 11, 2024
1 parent abc0a6d commit 557da30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ else if (stack.getItem() == Items.BARRIER) {
text = ComponentUtil.literal("Cancel");
}
else {
text = ComponentUtil.mutable().append(stack.getHoverName()).withStyle(stack.getRarity().getStyleModifier());
text = ComponentUtil.mutable().append(stack.getHoverName());
if (stack.hasCustomHoverName()) text.withStyle(ChatFormatting.ITALIC);
}

Expand Down

0 comments on commit 557da30

Please sign in to comment.