From 8b851d504875906afe3b40dd87f642fd7d5a93f1 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 19 Dec 2015 14:30:32 +0000 Subject: Added HTTPS links wherever they are supported. --- src/Blocks/BlockFarmland.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/Blocks/BlockFarmland.h') diff --git a/src/Blocks/BlockFarmland.h b/src/Blocks/BlockFarmland.h index e6c7f16f6..412eb1d2c 100644 --- a/src/Blocks/BlockFarmland.h +++ b/src/Blocks/BlockFarmland.h @@ -19,7 +19,7 @@ class cBlockFarmlandHandler : public cBlockHandler { - + public: cBlockFarmlandHandler(BLOCKTYPE a_BlockType) : cBlockHandler(a_BlockType) @@ -104,7 +104,7 @@ public: } // Search for water in a close proximity: - // Ref.: http://www.minecraftwiki.net/wiki/Farmland#Hydrated_Farmland_Tiles + // Ref.: http://minecraft.gamepedia.com/Farmland#Hydrated_Farmland_Tiles // TODO: Rewrite this to use the chunk and its neighbors directly cBlockArea Area; int BlockX = a_RelX + a_Chunk.GetPosX() * cChunkDef::Width; @@ -139,7 +139,3 @@ public: ); } } ; - - - - -- cgit v1.2.3