Skip to content

Commit

Permalink
Update IClientItemExtensions.java
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr authored Jan 13, 2025
1 parent a41b458 commit 9ca9dbf
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,8 @@ default void setupModelAnimations(LivingEntity livingEntity, ItemStack itemStack
/**
* Called to render an overlay on the first-person camera.
* <p>
* Called after the client camera overlay
* provided by the {@link DataComponents#EQUIPPABLE Equipable data component} is rendered if it's present,
* such as the pumpkin overlay.
* If the client camera overlay provided by the {@link DataComponents#EQUIPPABLE Equipable data component} is present,
* such as for a pumpkin, this will be called after it is rendered.
* <p>
* This method should be used if the overlay is dynamic or has dynamic components.
* For a static overlay, prefer using {@link Equippable#cameraOverlay()}.
Expand Down

0 comments on commit 9ca9dbf

Please sign in to comment.