Skip to content

Commit 53268b0

Browse files
Updating PaperMC-API link in method description
1 parent 97c045e commit 53268b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/redstoneworld/redutilities/material/MaterialHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static Set<Material> getMaterials(Set<String> inputSet) {
4444
* This method returns a list of materials based on the input string. Various formats
4545
* of material specifications are supported here:
4646
*
47-
* <li>Material-Tag via "tag=" (see <a href="https://jd.papermc.io/paper/1.21/org/bukkit/Tag.html">PaperMC Java-Doc</a> and
47+
* <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
4848
* <a href="https://minecraft.wiki/w/Tag">Minecraft-Wiki</a> for the tag lists)</li>
4949
* <li>Regex via "r="</li>
5050
* <li>MATERIAL names with wildcards via "*"</li>

0 commit comments

Comments
 (0)