Add eggs tag documentation ()

This commit is contained in:
TelepathicGrunt 2025-02-20 12:55:49 -05:00 committed by GitHub
parent c81f59020f
commit 9448cd2df9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -506,6 +506,9 @@ public final class ConventionalItemTags {
public static final TagKey<Item> STRINGS = register("strings");
public static final TagKey<Item> LEATHERS = register("leathers");
public static final TagKey<Item> BONES = register("bones");
/**
* For eggs to use for culinary purposes in recipes such as baking a cake.
*/
public static final TagKey<Item> EGGS = register("eggs");
public static final TagKey<Item> FEATHERS = register("feathers");
public static final TagKey<Item> GUNPOWDERS = register("gunpowders");