From 0dffc6cc024f1340e045357b8a1f570d477b87a9 Mon Sep 17 00:00:00 2001 From: Misode Date: Mon, 25 Sep 2023 22:12:07 +0200 Subject: [PATCH] Update Minecraft Wiki link to new domain after fork --- scripts/IRecipe.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/IRecipe.ts b/scripts/IRecipe.ts index 9c9c70f..26183e0 100644 --- a/scripts/IRecipe.ts +++ b/scripts/IRecipe.ts @@ -4,7 +4,7 @@ // which is a 3x3 representing the player craft inventory // key is defining the link between the tag and a specific item in minecraft // essentially key is the recipe, and result is the final item -// for more recipes, refer to : https://minecraft.fandom.com/wiki/Recipe_book +// for more recipes, refer to : https://minecraft.wiki/w/Recipe_book export default interface IRecipe { description: IRecipeDescription; tags: string[];