From 1bc3f63970d0f7a444ef9e6679bf61aa5acdf9e2 Mon Sep 17 00:00:00 2001 From: TelepathicGrunt <40846040+TelepathicGrunt@users.noreply.github.com> Date: Sat, 14 Dec 2024 21:21:21 -0500 Subject: [PATCH] Update src/main/java/net/neoforged/neoforge/common/Tags.java Co-authored-by: dhyces <10985914+dhyces@users.noreply.github.com> --- src/main/java/net/neoforged/neoforge/common/Tags.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/neoforged/neoforge/common/Tags.java b/src/main/java/net/neoforged/neoforge/common/Tags.java index e4c3af5095..b0e6774ecd 100644 --- a/src/main/java/net/neoforged/neoforge/common/Tags.java +++ b/src/main/java/net/neoforged/neoforge/common/Tags.java @@ -596,7 +596,7 @@ public static class Items { * Examples are splash and lingering potions from vanilla. * If a mod adds a new variant like a seeking potion that applies effect to the closest entity at impact, that would in this tag. */ - public static final TagKey POTION_BOTTLE = tag("potions/bottle"); + public static final TagKey POTIONS_BOTTLE = tag("potions/bottle"); public static final TagKey RAW_MATERIALS = tag("raw_materials"); public static final TagKey RAW_MATERIALS_COPPER = tag("raw_materials/copper"); public static final TagKey RAW_MATERIALS_GOLD = tag("raw_materials/gold");