Skip to content

Commit

Permalink
fix whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Nov 12, 2023
1 parent 2165c1d commit 66f8b32
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,6 @@ private static double getAttribute(Player player, AttributeSlot slot, ItemStack

public record AttributeComponent(ItemStack stack,
AttributeSlot slot) implements ClientTooltipComponent, TooltipComponent {
@Override
public void renderImage(@Nonnull Font font, int tooltipX, int tooltipY, @Nonnull PoseStack pose, @Nonnull ItemRenderer itemRenderer, int something) {

}

@Override
public void renderImage(@NotNull Font font, int tooltipX, int tooltipY, @NotNull GuiGraphics guiGraphics) {
Expand Down

0 comments on commit 66f8b32

Please sign in to comment.