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 --- src/Blocks/BlockFarmland.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Blocks/BlockFarmland.h') diff --git a/src/Blocks/BlockFarmland.h b/src/Blocks/BlockFarmland.h index 9a458a1d6..8641238ed 100644 --- a/src/Blocks/BlockFarmland.h +++ b/src/Blocks/BlockFarmland.h @@ -195,7 +195,7 @@ private: const auto WorldPos = a_Chunk.RelativeToAbsolute(a_RelPos); // Search for water in a close proximity: - // Ref.: https://minecraft.gamepedia.com/Farmland#Hydration + // Ref.: https://minecraft.wiki/w/Farmland#Hydration // TODO: Rewrite this to use the chunk and its neighbors directly cBlockArea Area; if (!Area.Read(*a_Chunk.GetWorld(), WorldPos - Vector3i(4, 0, 4), WorldPos + Vector3i(4, 1, 4))) -- cgit v1.2.3