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 Jan 22, 2024
1 parent 5676d95 commit 1bc4a00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,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 1bc4a00

Please sign in to comment.