itemidentification: Add more plugin search tags

This commit is contained in:
pilino1234
2021-03-01 19:04:42 +01:00
parent e4ff82a3ac
commit 1af326588e

View File

@@ -34,6 +34,7 @@ import net.runelite.client.ui.overlay.OverlayManager;
@PluginDescriptor(
name = "Item Identification",
description = "Show identifying text over items with difficult to distinguish sprites",
tags = {"abbreviations", "labels", "seeds", "herbs", "saplings", "seedlings"},
enabledByDefault = false
)
public class ItemIdentificationPlugin extends Plugin