Skip to content

Commit

Permalink
Updating PaperMC-API link in method description
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneFuture committed Oct 7, 2024
1 parent 97c045e commit 53268b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static Set<Material> getMaterials(Set<String> inputSet) {
* This method returns a list of materials based on the input string. Various formats
* of material specifications are supported here:
*
* <li>Material-Tag via "tag=" (see <a href="https://jd.papermc.io/paper/1.21/org/bukkit/Tag.html">PaperMC Java-Doc</a> and
* <li>Material-Tag via "tag=" (see <a href="https://jd.papermc.io/paper/1.21.1/org/bukkit/Tag.html">PaperMC Java-Doc</a> and
* <a href="https://minecraft.wiki/w/Tag">Minecraft-Wiki</a> for the tag lists)</li>
* <li>Regex via "r="</li>
* <li>MATERIAL names with wildcards via "*"</li>
Expand Down

0 comments on commit 53268b0

Please sign in to comment.