From 93bb85c372fb150e38554f0b00d74608a4c0d405 Mon Sep 17 00:00:00 2001 From: Bjarne Koll Date: Mon, 17 Jun 2024 22:19:16 +0200 Subject: [PATCH] Update docs/paper/dev/api/registries.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matouš Kučera --- docs/paper/dev/api/registries.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/paper/dev/api/registries.mdx b/docs/paper/dev/api/registries.mdx index 82e27d4f..b58109da 100644 --- a/docs/paper/dev/api/registries.mdx +++ b/docs/paper/dev/api/registries.mdx @@ -86,7 +86,7 @@ final RegistryKeySet<@NotNull Enchantment> bestEnchantments = RegistrySet.keySet A `Tag` follows up the concept of a `RegistryKeySet` but is itself named and can hence be referenced. -A list of Vanilla tags can be found on the minecraft wiki. +A list of Vanilla tags can be found [on the Minecraft wiki](https://minecraft.wiki/w/Tag#Java_Edition_2). ## Mutating registries