Skip to content

Commit

Permalink
Update src/main/java/net/neoforged/neoforge/common/Tags.java
Browse files Browse the repository at this point in the history
Co-authored-by: dhyces <[email protected]>
  • Loading branch information
TelepathicGrunt and dhyces authored Dec 15, 2024
1 parent 03094bb commit 1bc3f63
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 @@ -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<Item> POTION_BOTTLE = tag("potions/bottle");
public static final TagKey<Item> POTIONS_BOTTLE = tag("potions/bottle");
public static final TagKey<Item> RAW_MATERIALS = tag("raw_materials");
public static final TagKey<Item> RAW_MATERIALS_COPPER = tag("raw_materials/copper");
public static final TagKey<Item> RAW_MATERIALS_GOLD = tag("raw_materials/gold");
Expand Down

0 comments on commit 1bc3f63

Please sign in to comment.