Skip to content

Commit

Permalink
fix formatting, again
Browse files Browse the repository at this point in the history
  • Loading branch information
cylian914 committed Dec 4, 2024
1 parent 7a5ae1d commit 3e131cd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ public InteractionResult useOn(UseOnContext context)
}

@Override
public void appendHoverText(ItemStack stack, @Nullable Level worldIn, List<Component> tooltip, TooltipFlag flagIn) {
public void appendHoverText(ItemStack stack, @Nullable Level worldIn, List<Component> tooltip, TooltipFlag flagIn)
{
CompoundTag tag = BlockItem.getBlockEntityData(stack);
if (tag != null && tag.contains(TAG_BANNER_PATTERNS))
{
Expand Down

0 comments on commit 3e131cd

Please sign in to comment.