From 53268b047e74763fbd6b36c15686aa576cf546c7 Mon Sep 17 00:00:00 2001 From: RedstoneFuture Date: Mon, 7 Oct 2024 16:08:57 +0200 Subject: [PATCH] Updating PaperMC-API link in method description --- .../de/redstoneworld/redutilities/material/MaterialHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/de/redstoneworld/redutilities/material/MaterialHelper.java b/src/main/java/de/redstoneworld/redutilities/material/MaterialHelper.java index 918c5f9..7a843e9 100644 --- a/src/main/java/de/redstoneworld/redutilities/material/MaterialHelper.java +++ b/src/main/java/de/redstoneworld/redutilities/material/MaterialHelper.java @@ -44,7 +44,7 @@ public static Set getMaterials(Set inputSet) { * This method returns a list of materials based on the input string. Various formats * of material specifications are supported here: * - *
  • Material-Tag via "tag=" (see PaperMC Java-Doc and + *
  • Material-Tag via "tag=" (see PaperMC Java-Doc and * Minecraft-Wiki for the tag lists)
  • *
  • Regex via "r="
  • *
  • MATERIAL names with wildcards via "*"