Skip to content

Commit

Permalink
attempt 2 at potion tag javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Oct 14, 2024
1 parent 6c35625 commit 8220af1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/net/neoforged/neoforge/common/Tags.java
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,8 @@ public static class Items {
public static final TagKey<Item> PLAYER_WORKSTATIONS_CRAFTING_TABLES = tag("player_workstations/crafting_tables");
public static final TagKey<Item> PLAYER_WORKSTATIONS_FURNACES = tag("player_workstations/furnaces");
/**
* All kinds of potion items that can hold various effects including splash and lingering potions from vanilla.
* Variations of the Potion bottle that can hold various effects. Examples are Splash and Lingering Potions from vanilla.
* If a mod adds a new variant like Seeking Potion that applies effect to the closest entity at impact, that would in this tag.
*/
public static final TagKey<Item> POTIONS = tag("potions");
public static final TagKey<Item> RAW_MATERIALS = tag("raw_materials");
Expand Down

0 comments on commit 8220af1

Please sign in to comment.