From ebeb164d2be6754908a9c562850e585f18f70b88 Mon Sep 17 00:00:00 2001 From: Spongecade Date: Wed, 27 Sep 2023 13:07:42 -0500 Subject: Update Minecraft Wiki links to new domain (#5532) * Update Minecraft Wiki links to new domain * Added Spongecade to contributors * Sorted Spongecade --- Server/Plugins/APIDump/APIDesc.lua | 6 +++--- Server/brewing.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Server') diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 551688c7b..0bcbca848 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -9746,7 +9746,7 @@ a_Player:OpenWindow(Window); Type = "Vector3i", }, }, - Notes = "Function to find suitable teleport destination in or below box. Returns true and places result in Destination if found, otherwise returns false. Details at: {{https://minecraft.fandom.com/wiki/Enderman#Teleportation}}.", + Notes = "Function to find suitable teleport destination in or below box. Returns true and places result in Destination if found, otherwise returns false. Details at: {{https://minecraft.wiki/w/Enderman#Teleportation}}.", }, { Params = @@ -9772,7 +9772,7 @@ a_Player:OpenWindow(Window); Type = "cBoundingBox", }, }, - Notes = "Function to find suitable teleport destination in or below box. Returns true and places result in Destination if found, otherwise returns false. Details at: {{https://minecraft.fandom.com/wiki/Enderman#Teleportation}}.", + Notes = "Function to find suitable teleport destination in or below box. Returns true and places result in Destination if found, otherwise returns false. Details at: {{https://minecraft.wiki/w/Enderman#Teleportation}}.", }, { Params = @@ -9798,7 +9798,7 @@ a_Player:OpenWindow(Window); Type = "number", }, }, - Notes = "Function to find suitable teleport destination in or below box. Returns true and places result in Destination if found, otherwise returns false. Details at: {{https://minecraft.fandom.com/wiki/Enderman#Teleportation}}.", + Notes = "Function to find suitable teleport destination in or below box. Returns true and places result in Destination if found, otherwise returns false. Details at: {{https://minecraft.wiki/w/Enderman#Teleportation}}.", }, }, HasEntityEffect = diff --git a/Server/brewing.txt b/Server/brewing.txt index d19e40e3a..3b1b84012 100644 --- a/Server/brewing.txt +++ b/Server/brewing.txt @@ -4,7 +4,7 @@ # The time for a brewing recipe is always 20 seconds (400 ticks). # # Minecraft-Wiki Brewing: -# https://minecraft.gamepedia.com/Brewing +# https://minecraft.wiki/w/Brewing # # A brewing recipe has this format: # Data Value + Ingredient = Potion -- cgit v1.2.3