mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-11 22:45:38 -04:00
Add eggs tag documentation (#4445)
This commit is contained in:
parent
c81f59020f
commit
9448cd2df9
1 changed files with 3 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue