mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
Fixed fertilizers javadoc
This commit is contained in:
parent
a67be17d54
commit
84cb33b868
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ public final class ConventionalItemTags {
|
|||
public static final TagKey<Item> SLIME_BALLS = register("slime_balls");
|
||||
/**
|
||||
* For bonemeal-like items that can grow plants.
|
||||
* (Note: Could include durability-based modded bonemeal-like items. Check for durability {@link net.minecraft.component.ComponentType} to handle them properly)
|
||||
* (Note: Could include durability-based modded bonemeal-like items. Check for durability {@link net.minecraft.component.DataComponentTypes#DAMAGE} to handle them properly)
|
||||
*/
|
||||
public static final TagKey<Item> FERTILIZERS = register("fertilizers");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue