Skip to content

Commit

Permalink
fix javadoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDeathlyCow committed Jan 17, 2025
1 parent 1af85ef commit d1d02aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/neoforged/neoforge/common/Tags.java
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ public static class Items {

/**
* Drinks are defined as (1) consumable items that (2) use the
* {@linkplain net.minecraft.world.item.ItemUseAnimation#DRINK drink item use animation}, (3) can be consumed regardless the
* {@linkplain net.minecraft.world.item.ItemUseAnimation#DRINK drink item use animation}, (3) can be consumed regardless of the
* player's current hunger.
*
* <p>Drinks may provide nutrition and saturation, but are not required to do so.
Expand Down

0 comments on commit d1d02aa

Please sign in to comment.