Skip to content

Commit

Permalink
Why is Jitpack broken all of a sudden ?
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Dec 18, 2024
1 parent d33dd42 commit cf065c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ public static void renderStackToolTip(int x, int y, ItemStack stack, MinecraftCl
List<Text> list = stack.getTooltip(Item.TooltipContext.create(mc.world), mc.player, mc.options.advancedItemTooltips ? TooltipType.ADVANCED : TooltipType.BASIC);
List<String> lines = new ArrayList<>();

//dumpStack(stack, list);
dumpStack(stack, list);
for (int i = 0; i < list.size(); ++i)
{
if (i == 0)
Expand Down

0 comments on commit cf065c2

Please sign in to comment.