diff --git a/src/main/java/net/neoforged/neoforge/common/Tags.java b/src/main/java/net/neoforged/neoforge/common/Tags.java index f5656d2263..c2e50824a0 100644 --- a/src/main/java/net/neoforged/neoforge/common/Tags.java +++ b/src/main/java/net/neoforged/neoforge/common/Tags.java @@ -560,7 +560,8 @@ public static class Items { public static final TagKey PLAYER_WORKSTATIONS_CRAFTING_TABLES = tag("player_workstations/crafting_tables"); public static final TagKey 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 POTIONS = tag("potions"); public static final TagKey RAW_MATERIALS = tag("raw_materials");