Skip to content

Commit

Permalink
Fix javadoc in VillagerInteractionRegistries
Browse files Browse the repository at this point in the history
  • Loading branch information
apple502j committed Aug 24, 2024
1 parent c3dd345 commit 49177ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private VillagerInteractionRegistries() {
* by any profession villagers.
*
* @param item the item to register
* @deprecated Add items to the {@linkplain net.minecraft.tag.ItemTags#VILLAGER_PICKS_UP {@code <#789950127774105602>:villager_picks_up} item tag} instead
* @deprecated Add items to the {@linkplain net.minecraft.registry.tag.ItemTags#VILLAGER_PICKS_UP {@code minecraft:villager_picks_up} item tag} instead.
*/
@Deprecated
public static void registerCollectable(ItemConvertible item) {
Expand Down

0 comments on commit 49177ec

Please sign in to comment.