Skip to content

Commit

Permalink
Improved potion javadoc more
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Oct 14, 2024
1 parent c7bd387 commit 014e046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/neoforged/neoforge/common/Tags.java
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ public static class Items {
/**
* Items that can hold various potion effects similar to how potion bottles do.
* Contents of this tag may not always be a kind of bottle. Buckets of potions could go here.
* The subtags would be the verb form of the container such as `c:potions/bucketed` or `c:potions/vialed`
*/
public static final TagKey<Item> POTIONS = tag("potions");
/**
Expand Down

0 comments on commit 014e046

Please sign in to comment.